aws-cdk-lib 2.132.1__py3-none-any.whl → 2.134.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +9 -1
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.132.1.jsii.tgz → aws-cdk-lib@2.134.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +12 -10
- aws_cdk/aws_apigatewayv2/__init__.py +112 -6
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +155 -3
- aws_cdk/aws_appconfig/__init__.py +186 -8
- aws_cdk/aws_appintegrations/__init__.py +551 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +6 -6
- aws_cdk/aws_appsync/__init__.py +71 -0
- aws_cdk/aws_autoscaling/__init__.py +10 -14
- aws_cdk/aws_b2bi/__init__.py +2 -42
- aws_cdk/aws_backup/__init__.py +23 -12
- aws_cdk/aws_batch/__init__.py +2150 -1078
- aws_cdk/aws_bedrock/__init__.py +197 -2
- aws_cdk/aws_cloudformation/__init__.py +1 -1
- aws_cdk/aws_cloudfront/__init__.py +4 -4
- aws_cdk/aws_cloudtrail/__init__.py +44 -14
- aws_cdk/aws_cloudwatch/__init__.py +20 -4
- aws_cdk/aws_codeartifact/__init__.py +812 -2
- aws_cdk/aws_codebuild/__init__.py +32 -10
- aws_cdk/aws_codepipeline/__init__.py +33 -11
- aws_cdk/aws_cognito/__init__.py +49 -44
- aws_cdk/aws_connect/__init__.py +256 -0
- aws_cdk/aws_controltower/__init__.py +4 -4
- aws_cdk/aws_datasync/__init__.py +393 -13
- aws_cdk/aws_dlm/__init__.py +2 -2
- aws_cdk/aws_docdbelastic/__init__.py +117 -0
- aws_cdk/aws_dynamodb/__init__.py +416 -5
- aws_cdk/aws_ec2/__init__.py +590 -134
- aws_cdk/aws_ecs/__init__.py +29 -20
- aws_cdk/aws_ecs_patterns/__init__.py +52 -12
- aws_cdk/aws_eks/__init__.py +27 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +6 -9
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +363 -62
- aws_cdk/aws_emr/__init__.py +7 -4
- aws_cdk/aws_entityresolution/__init__.py +91 -64
- aws_cdk/aws_fsx/__init__.py +7 -7
- aws_cdk/aws_glue/__init__.py +137 -3
- aws_cdk/aws_iam/__init__.py +9 -10
- aws_cdk/aws_internetmonitor/__init__.py +85 -0
- aws_cdk/aws_iotsitewise/__init__.py +208 -198
- aws_cdk/aws_iotwireless/__init__.py +6 -5
- aws_cdk/aws_kafkaconnect/__init__.py +1237 -162
- aws_cdk/aws_kendra/__init__.py +34 -24
- aws_cdk/aws_kinesisanalytics/__init__.py +37 -37
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +37 -37
- aws_cdk/aws_kinesisfirehose/__init__.py +6 -2
- aws_cdk/aws_lambda/__init__.py +16 -16
- aws_cdk/aws_msk/__init__.py +88 -0
- aws_cdk/aws_opensearchservice/__init__.py +61 -18
- aws_cdk/aws_pinpoint/__init__.py +42 -0
- aws_cdk/aws_rds/__init__.py +1292 -216
- aws_cdk/aws_redshift/__init__.py +6 -3
- aws_cdk/aws_redshiftserverless/__init__.py +0 -157
- aws_cdk/aws_sagemaker/__init__.py +29 -9
- aws_cdk/aws_shield/__init__.py +7 -8
- aws_cdk/aws_ssm/__init__.py +15 -12
- aws_cdk/aws_stepfunctions_tasks/__init__.py +476 -0
- aws_cdk/aws_synthetics/__init__.py +74 -14
- aws_cdk/aws_transfer/__init__.py +4 -3
- aws_cdk/aws_wafv2/__init__.py +516 -42
- aws_cdk/cx_api/__init__.py +34 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/RECORD +69 -69
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_redshift/__init__.py
CHANGED
|
@@ -245,7 +245,7 @@ class CfnCluster(
|
|
|
245
245
|
:param namespace_resource_policy: The policy that is attached to a resource.
|
|
246
246
|
:param number_of_nodes: The number of compute nodes in the cluster. This parameter is required when the *ClusterType* parameter is specified as ``multi-node`` . For information about determining how many nodes you need, go to `Working with Clusters <https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#how-many-nodes>`_ in the *Amazon Redshift Cluster Management Guide* . If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster. Default: ``1`` Constraints: Value must be at least 1 and no more than 100.
|
|
247
247
|
:param owner_account: The AWS account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
|
|
248
|
-
:param port: The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections. Default: ``5439`` Valid Values: ``1150-65535``
|
|
248
|
+
:param port: The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections. Default: ``5439`` Valid Values: - For clusters with ra3 nodes - Select a port within the ranges ``5431-5455`` or ``8191-8215`` . (If you have an existing cluster with ra3 nodes, it isn't required that you change the port to these ranges.) - For clusters with ds2 or dc2 nodes - Select a port within the range ``1150-65535`` .
|
|
249
249
|
:param preferred_maintenance_window: The weekly time range (in UTC) during which automated cluster maintenance can occur. Format: ``ddd:hh24:mi-ddd:hh24:mi`` Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see `Maintenance Windows <https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-maintenance-windows>`_ in Amazon Redshift Cluster Management Guide. Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun Constraints: Minimum 30-minute window.
|
|
250
250
|
:param publicly_accessible: If ``true`` , the cluster can be accessed from a public network.
|
|
251
251
|
:param resource_action: The Amazon Redshift operation to be performed. Supported operations are ``pause-cluster`` , ``resume-cluster`` , and ``failover-primary-compute`` .
|
|
@@ -1913,7 +1913,7 @@ class CfnClusterProps:
|
|
|
1913
1913
|
:param namespace_resource_policy: The policy that is attached to a resource.
|
|
1914
1914
|
:param number_of_nodes: The number of compute nodes in the cluster. This parameter is required when the *ClusterType* parameter is specified as ``multi-node`` . For information about determining how many nodes you need, go to `Working with Clusters <https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#how-many-nodes>`_ in the *Amazon Redshift Cluster Management Guide* . If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster. Default: ``1`` Constraints: Value must be at least 1 and no more than 100.
|
|
1915
1915
|
:param owner_account: The AWS account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
|
|
1916
|
-
:param port: The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections. Default: ``5439`` Valid Values: ``1150-65535``
|
|
1916
|
+
:param port: The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections. Default: ``5439`` Valid Values: - For clusters with ra3 nodes - Select a port within the ranges ``5431-5455`` or ``8191-8215`` . (If you have an existing cluster with ra3 nodes, it isn't required that you change the port to these ranges.) - For clusters with ds2 or dc2 nodes - Select a port within the range ``1150-65535`` .
|
|
1917
1917
|
:param preferred_maintenance_window: The weekly time range (in UTC) during which automated cluster maintenance can occur. Format: ``ddd:hh24:mi-ddd:hh24:mi`` Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see `Maintenance Windows <https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-maintenance-windows>`_ in Amazon Redshift Cluster Management Guide. Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun Constraints: Minimum 30-minute window.
|
|
1918
1918
|
:param publicly_accessible: If ``true`` , the cluster can be accessed from a public network.
|
|
1919
1919
|
:param resource_action: The Amazon Redshift operation to be performed. Supported operations are ``pause-cluster`` , ``resume-cluster`` , and ``failover-primary-compute`` .
|
|
@@ -2675,7 +2675,10 @@ class CfnClusterProps:
|
|
|
2675
2675
|
|
|
2676
2676
|
Default: ``5439``
|
|
2677
2677
|
|
|
2678
|
-
Valid Values:
|
|
2678
|
+
Valid Values:
|
|
2679
|
+
|
|
2680
|
+
- For clusters with ra3 nodes - Select a port within the ranges ``5431-5455`` or ``8191-8215`` . (If you have an existing cluster with ra3 nodes, it isn't required that you change the port to these ranges.)
|
|
2681
|
+
- For clusters with ds2 or dc2 nodes - Select a port within the range ``1150-65535`` .
|
|
2679
2682
|
|
|
2680
2683
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port
|
|
2681
2684
|
'''
|
|
@@ -88,13 +88,6 @@ class CfnNamespace(
|
|
|
88
88
|
manage_admin_password=False,
|
|
89
89
|
namespace_resource_policy=namespace_resource_policy,
|
|
90
90
|
redshift_idc_application_arn="redshiftIdcApplicationArn",
|
|
91
|
-
snapshot_copy_configurations=[redshiftserverless.CfnNamespace.SnapshotCopyConfigurationProperty(
|
|
92
|
-
destination_region="destinationRegion",
|
|
93
|
-
|
|
94
|
-
# the properties below are optional
|
|
95
|
-
destination_kms_key_id="destinationKmsKeyId",
|
|
96
|
-
snapshot_retention_period=123
|
|
97
|
-
)],
|
|
98
91
|
tags=[CfnTag(
|
|
99
92
|
key="key",
|
|
100
93
|
value="value"
|
|
@@ -121,7 +114,6 @@ class CfnNamespace(
|
|
|
121
114
|
manage_admin_password: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
122
115
|
namespace_resource_policy: typing.Any = None,
|
|
123
116
|
redshift_idc_application_arn: typing.Optional[builtins.str] = None,
|
|
124
|
-
snapshot_copy_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnNamespace.SnapshotCopyConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
125
117
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
126
118
|
) -> None:
|
|
127
119
|
'''
|
|
@@ -141,7 +133,6 @@ class CfnNamespace(
|
|
|
141
133
|
:param manage_admin_password: If true, Amazon Redshift uses AWS Secrets Manager to manage the namespace's admin credentials. You can't use ``AdminUserPassword`` if ``ManageAdminPassword`` is true. If ``ManageAdminPassword`` is ``false`` or not set, Amazon Redshift uses ``AdminUserPassword`` for the admin user account's password.
|
|
142
134
|
:param namespace_resource_policy: The resource policy that will be attached to the namespace.
|
|
143
135
|
:param redshift_idc_application_arn: The ARN for the Redshift application that integrates with IAM Identity Center.
|
|
144
|
-
:param snapshot_copy_configurations: The snapshot copy configurations for the namespace.
|
|
145
136
|
:param tags: The map of the key-value pairs used to tag the namespace.
|
|
146
137
|
'''
|
|
147
138
|
if __debug__:
|
|
@@ -163,7 +154,6 @@ class CfnNamespace(
|
|
|
163
154
|
manage_admin_password=manage_admin_password,
|
|
164
155
|
namespace_resource_policy=namespace_resource_policy,
|
|
165
156
|
redshift_idc_application_arn=redshift_idc_application_arn,
|
|
166
|
-
snapshot_copy_configurations=snapshot_copy_configurations,
|
|
167
157
|
tags=tags,
|
|
168
158
|
)
|
|
169
159
|
|
|
@@ -517,24 +507,6 @@ class CfnNamespace(
|
|
|
517
507
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
518
508
|
jsii.set(self, "redshiftIdcApplicationArn", value)
|
|
519
509
|
|
|
520
|
-
@builtins.property
|
|
521
|
-
@jsii.member(jsii_name="snapshotCopyConfigurations")
|
|
522
|
-
def snapshot_copy_configurations(
|
|
523
|
-
self,
|
|
524
|
-
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnNamespace.SnapshotCopyConfigurationProperty"]]]]:
|
|
525
|
-
'''The snapshot copy configurations for the namespace.'''
|
|
526
|
-
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnNamespace.SnapshotCopyConfigurationProperty"]]]], jsii.get(self, "snapshotCopyConfigurations"))
|
|
527
|
-
|
|
528
|
-
@snapshot_copy_configurations.setter
|
|
529
|
-
def snapshot_copy_configurations(
|
|
530
|
-
self,
|
|
531
|
-
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnNamespace.SnapshotCopyConfigurationProperty"]]]],
|
|
532
|
-
) -> None:
|
|
533
|
-
if __debug__:
|
|
534
|
-
type_hints = typing.get_type_hints(_typecheckingstub__f7336d2da1a6ceace7b9ad8afbae65968e0c9440d9a2bcf4cd5e62d531da1693)
|
|
535
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
536
|
-
jsii.set(self, "snapshotCopyConfigurations", value)
|
|
537
|
-
|
|
538
510
|
@builtins.property
|
|
539
511
|
@jsii.member(jsii_name="tagsRaw")
|
|
540
512
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
@@ -801,94 +773,6 @@ class CfnNamespace(
|
|
|
801
773
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
802
774
|
)
|
|
803
775
|
|
|
804
|
-
@jsii.data_type(
|
|
805
|
-
jsii_type="aws-cdk-lib.aws_redshiftserverless.CfnNamespace.SnapshotCopyConfigurationProperty",
|
|
806
|
-
jsii_struct_bases=[],
|
|
807
|
-
name_mapping={
|
|
808
|
-
"destination_region": "destinationRegion",
|
|
809
|
-
"destination_kms_key_id": "destinationKmsKeyId",
|
|
810
|
-
"snapshot_retention_period": "snapshotRetentionPeriod",
|
|
811
|
-
},
|
|
812
|
-
)
|
|
813
|
-
class SnapshotCopyConfigurationProperty:
|
|
814
|
-
def __init__(
|
|
815
|
-
self,
|
|
816
|
-
*,
|
|
817
|
-
destination_region: builtins.str,
|
|
818
|
-
destination_kms_key_id: typing.Optional[builtins.str] = None,
|
|
819
|
-
snapshot_retention_period: typing.Optional[jsii.Number] = None,
|
|
820
|
-
) -> None:
|
|
821
|
-
'''
|
|
822
|
-
:param destination_region:
|
|
823
|
-
:param destination_kms_key_id:
|
|
824
|
-
:param snapshot_retention_period:
|
|
825
|
-
|
|
826
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-namespace-snapshotcopyconfiguration.html
|
|
827
|
-
:exampleMetadata: fixture=_generated
|
|
828
|
-
|
|
829
|
-
Example::
|
|
830
|
-
|
|
831
|
-
# The code below shows an example of how to instantiate this type.
|
|
832
|
-
# The values are placeholders you should change.
|
|
833
|
-
from aws_cdk import aws_redshiftserverless as redshiftserverless
|
|
834
|
-
|
|
835
|
-
snapshot_copy_configuration_property = redshiftserverless.CfnNamespace.SnapshotCopyConfigurationProperty(
|
|
836
|
-
destination_region="destinationRegion",
|
|
837
|
-
|
|
838
|
-
# the properties below are optional
|
|
839
|
-
destination_kms_key_id="destinationKmsKeyId",
|
|
840
|
-
snapshot_retention_period=123
|
|
841
|
-
)
|
|
842
|
-
'''
|
|
843
|
-
if __debug__:
|
|
844
|
-
type_hints = typing.get_type_hints(_typecheckingstub__4f726a14406204ec2ead254e53f2cdca3d4ac96a2d835e99da9cbbb58c02dccd)
|
|
845
|
-
check_type(argname="argument destination_region", value=destination_region, expected_type=type_hints["destination_region"])
|
|
846
|
-
check_type(argname="argument destination_kms_key_id", value=destination_kms_key_id, expected_type=type_hints["destination_kms_key_id"])
|
|
847
|
-
check_type(argname="argument snapshot_retention_period", value=snapshot_retention_period, expected_type=type_hints["snapshot_retention_period"])
|
|
848
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
849
|
-
"destination_region": destination_region,
|
|
850
|
-
}
|
|
851
|
-
if destination_kms_key_id is not None:
|
|
852
|
-
self._values["destination_kms_key_id"] = destination_kms_key_id
|
|
853
|
-
if snapshot_retention_period is not None:
|
|
854
|
-
self._values["snapshot_retention_period"] = snapshot_retention_period
|
|
855
|
-
|
|
856
|
-
@builtins.property
|
|
857
|
-
def destination_region(self) -> builtins.str:
|
|
858
|
-
'''
|
|
859
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-namespace-snapshotcopyconfiguration.html#cfn-redshiftserverless-namespace-snapshotcopyconfiguration-destinationregion
|
|
860
|
-
'''
|
|
861
|
-
result = self._values.get("destination_region")
|
|
862
|
-
assert result is not None, "Required property 'destination_region' is missing"
|
|
863
|
-
return typing.cast(builtins.str, result)
|
|
864
|
-
|
|
865
|
-
@builtins.property
|
|
866
|
-
def destination_kms_key_id(self) -> typing.Optional[builtins.str]:
|
|
867
|
-
'''
|
|
868
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-namespace-snapshotcopyconfiguration.html#cfn-redshiftserverless-namespace-snapshotcopyconfiguration-destinationkmskeyid
|
|
869
|
-
'''
|
|
870
|
-
result = self._values.get("destination_kms_key_id")
|
|
871
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
872
|
-
|
|
873
|
-
@builtins.property
|
|
874
|
-
def snapshot_retention_period(self) -> typing.Optional[jsii.Number]:
|
|
875
|
-
'''
|
|
876
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-namespace-snapshotcopyconfiguration.html#cfn-redshiftserverless-namespace-snapshotcopyconfiguration-snapshotretentionperiod
|
|
877
|
-
'''
|
|
878
|
-
result = self._values.get("snapshot_retention_period")
|
|
879
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
880
|
-
|
|
881
|
-
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
882
|
-
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
883
|
-
|
|
884
|
-
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
885
|
-
return not (rhs == self)
|
|
886
|
-
|
|
887
|
-
def __repr__(self) -> str:
|
|
888
|
-
return "SnapshotCopyConfigurationProperty(%s)" % ", ".join(
|
|
889
|
-
k + "=" + repr(v) for k, v in self._values.items()
|
|
890
|
-
)
|
|
891
|
-
|
|
892
776
|
|
|
893
777
|
@jsii.data_type(
|
|
894
778
|
jsii_type="aws-cdk-lib.aws_redshiftserverless.CfnNamespaceProps",
|
|
@@ -908,7 +792,6 @@ class CfnNamespace(
|
|
|
908
792
|
"manage_admin_password": "manageAdminPassword",
|
|
909
793
|
"namespace_resource_policy": "namespaceResourcePolicy",
|
|
910
794
|
"redshift_idc_application_arn": "redshiftIdcApplicationArn",
|
|
911
|
-
"snapshot_copy_configurations": "snapshotCopyConfigurations",
|
|
912
795
|
"tags": "tags",
|
|
913
796
|
},
|
|
914
797
|
)
|
|
@@ -930,7 +813,6 @@ class CfnNamespaceProps:
|
|
|
930
813
|
manage_admin_password: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
931
814
|
namespace_resource_policy: typing.Any = None,
|
|
932
815
|
redshift_idc_application_arn: typing.Optional[builtins.str] = None,
|
|
933
|
-
snapshot_copy_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnNamespace.SnapshotCopyConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
934
816
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
935
817
|
) -> None:
|
|
936
818
|
'''Properties for defining a ``CfnNamespace``.
|
|
@@ -949,7 +831,6 @@ class CfnNamespaceProps:
|
|
|
949
831
|
:param manage_admin_password: If true, Amazon Redshift uses AWS Secrets Manager to manage the namespace's admin credentials. You can't use ``AdminUserPassword`` if ``ManageAdminPassword`` is true. If ``ManageAdminPassword`` is ``false`` or not set, Amazon Redshift uses ``AdminUserPassword`` for the admin user account's password.
|
|
950
832
|
:param namespace_resource_policy: The resource policy that will be attached to the namespace.
|
|
951
833
|
:param redshift_idc_application_arn: The ARN for the Redshift application that integrates with IAM Identity Center.
|
|
952
|
-
:param snapshot_copy_configurations: The snapshot copy configurations for the namespace.
|
|
953
834
|
:param tags: The map of the key-value pairs used to tag the namespace.
|
|
954
835
|
|
|
955
836
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html
|
|
@@ -980,13 +861,6 @@ class CfnNamespaceProps:
|
|
|
980
861
|
manage_admin_password=False,
|
|
981
862
|
namespace_resource_policy=namespace_resource_policy,
|
|
982
863
|
redshift_idc_application_arn="redshiftIdcApplicationArn",
|
|
983
|
-
snapshot_copy_configurations=[redshiftserverless.CfnNamespace.SnapshotCopyConfigurationProperty(
|
|
984
|
-
destination_region="destinationRegion",
|
|
985
|
-
|
|
986
|
-
# the properties below are optional
|
|
987
|
-
destination_kms_key_id="destinationKmsKeyId",
|
|
988
|
-
snapshot_retention_period=123
|
|
989
|
-
)],
|
|
990
864
|
tags=[CfnTag(
|
|
991
865
|
key="key",
|
|
992
866
|
value="value"
|
|
@@ -1009,7 +883,6 @@ class CfnNamespaceProps:
|
|
|
1009
883
|
check_type(argname="argument manage_admin_password", value=manage_admin_password, expected_type=type_hints["manage_admin_password"])
|
|
1010
884
|
check_type(argname="argument namespace_resource_policy", value=namespace_resource_policy, expected_type=type_hints["namespace_resource_policy"])
|
|
1011
885
|
check_type(argname="argument redshift_idc_application_arn", value=redshift_idc_application_arn, expected_type=type_hints["redshift_idc_application_arn"])
|
|
1012
|
-
check_type(argname="argument snapshot_copy_configurations", value=snapshot_copy_configurations, expected_type=type_hints["snapshot_copy_configurations"])
|
|
1013
886
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
1014
887
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1015
888
|
"namespace_name": namespace_name,
|
|
@@ -1040,8 +913,6 @@ class CfnNamespaceProps:
|
|
|
1040
913
|
self._values["namespace_resource_policy"] = namespace_resource_policy
|
|
1041
914
|
if redshift_idc_application_arn is not None:
|
|
1042
915
|
self._values["redshift_idc_application_arn"] = redshift_idc_application_arn
|
|
1043
|
-
if snapshot_copy_configurations is not None:
|
|
1044
|
-
self._values["snapshot_copy_configurations"] = snapshot_copy_configurations
|
|
1045
916
|
if tags is not None:
|
|
1046
917
|
self._values["tags"] = tags
|
|
1047
918
|
|
|
@@ -1182,17 +1053,6 @@ class CfnNamespaceProps:
|
|
|
1182
1053
|
result = self._values.get("redshift_idc_application_arn")
|
|
1183
1054
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1184
1055
|
|
|
1185
|
-
@builtins.property
|
|
1186
|
-
def snapshot_copy_configurations(
|
|
1187
|
-
self,
|
|
1188
|
-
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnNamespace.SnapshotCopyConfigurationProperty]]]]:
|
|
1189
|
-
'''The snapshot copy configurations for the namespace.
|
|
1190
|
-
|
|
1191
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-snapshotcopyconfigurations
|
|
1192
|
-
'''
|
|
1193
|
-
result = self._values.get("snapshot_copy_configurations")
|
|
1194
|
-
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnNamespace.SnapshotCopyConfigurationProperty]]]], result)
|
|
1195
|
-
|
|
1196
1056
|
@builtins.property
|
|
1197
1057
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1198
1058
|
'''The map of the key-value pairs used to tag the namespace.
|
|
@@ -2613,7 +2473,6 @@ def _typecheckingstub__e517382d9f55a518348d7299a7ce6c5be66bae2202f4223bf3c891a7d
|
|
|
2613
2473
|
manage_admin_password: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2614
2474
|
namespace_resource_policy: typing.Any = None,
|
|
2615
2475
|
redshift_idc_application_arn: typing.Optional[builtins.str] = None,
|
|
2616
|
-
snapshot_copy_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnNamespace.SnapshotCopyConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2617
2476
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2618
2477
|
) -> None:
|
|
2619
2478
|
"""Type checking stubs"""
|
|
@@ -2715,12 +2574,6 @@ def _typecheckingstub__51136c4f6d62ea1ed8116bbb890860f45a983131873ecd0a7b4075950
|
|
|
2715
2574
|
"""Type checking stubs"""
|
|
2716
2575
|
pass
|
|
2717
2576
|
|
|
2718
|
-
def _typecheckingstub__f7336d2da1a6ceace7b9ad8afbae65968e0c9440d9a2bcf4cd5e62d531da1693(
|
|
2719
|
-
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnNamespace.SnapshotCopyConfigurationProperty]]]],
|
|
2720
|
-
) -> None:
|
|
2721
|
-
"""Type checking stubs"""
|
|
2722
|
-
pass
|
|
2723
|
-
|
|
2724
2577
|
def _typecheckingstub__2e2da7bae4bc39426d05dc2f307e08d5246472ad626b032ef4c2ea7b7d1bd33f(
|
|
2725
2578
|
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
2726
2579
|
) -> None:
|
|
@@ -2746,15 +2599,6 @@ def _typecheckingstub__6bcbea65acb7d2a3cef7455cfbb52c832d3da01cd5e02df21a06cdb2b
|
|
|
2746
2599
|
"""Type checking stubs"""
|
|
2747
2600
|
pass
|
|
2748
2601
|
|
|
2749
|
-
def _typecheckingstub__4f726a14406204ec2ead254e53f2cdca3d4ac96a2d835e99da9cbbb58c02dccd(
|
|
2750
|
-
*,
|
|
2751
|
-
destination_region: builtins.str,
|
|
2752
|
-
destination_kms_key_id: typing.Optional[builtins.str] = None,
|
|
2753
|
-
snapshot_retention_period: typing.Optional[jsii.Number] = None,
|
|
2754
|
-
) -> None:
|
|
2755
|
-
"""Type checking stubs"""
|
|
2756
|
-
pass
|
|
2757
|
-
|
|
2758
2602
|
def _typecheckingstub__5964a5da555f62a5d9615a6e07cd0d1128cdf904fd5aa3c5be9fd5e53dc30bd9(
|
|
2759
2603
|
*,
|
|
2760
2604
|
namespace_name: builtins.str,
|
|
@@ -2771,7 +2615,6 @@ def _typecheckingstub__5964a5da555f62a5d9615a6e07cd0d1128cdf904fd5aa3c5be9fd5e53
|
|
|
2771
2615
|
manage_admin_password: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2772
2616
|
namespace_resource_policy: typing.Any = None,
|
|
2773
2617
|
redshift_idc_application_arn: typing.Optional[builtins.str] = None,
|
|
2774
|
-
snapshot_copy_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnNamespace.SnapshotCopyConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2775
2618
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2776
2619
|
) -> None:
|
|
2777
2620
|
"""Type checking stubs"""
|
|
@@ -11139,7 +11139,7 @@ class CfnEndpointConfig(
|
|
|
11139
11139
|
|
|
11140
11140
|
:param max_concurrency: The maximum number of concurrent invocations your serverless endpoint can process.
|
|
11141
11141
|
:param memory_size_in_mb: The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.
|
|
11142
|
-
:param provisioned_concurrency:
|
|
11142
|
+
:param provisioned_concurrency: The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to ``MaxConcurrency`` . .. epigraph:: This field is not supported for serverless endpoint recommendations for Inference Recommender jobs. For more information about creating an Inference Recommender job, see `CreateInferenceRecommendationsJobs <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html>`_ .
|
|
11143
11143
|
|
|
11144
11144
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-serverlessconfig.html
|
|
11145
11145
|
:exampleMetadata: fixture=_generated
|
|
@@ -11194,7 +11194,13 @@ class CfnEndpointConfig(
|
|
|
11194
11194
|
|
|
11195
11195
|
@builtins.property
|
|
11196
11196
|
def provisioned_concurrency(self) -> typing.Optional[jsii.Number]:
|
|
11197
|
-
'''
|
|
11197
|
+
'''The amount of provisioned concurrency to allocate for the serverless endpoint.
|
|
11198
|
+
|
|
11199
|
+
Should be less than or equal to ``MaxConcurrency`` .
|
|
11200
|
+
.. epigraph::
|
|
11201
|
+
|
|
11202
|
+
This field is not supported for serverless endpoint recommendations for Inference Recommender jobs. For more information about creating an Inference Recommender job, see `CreateInferenceRecommendationsJobs <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html>`_ .
|
|
11203
|
+
|
|
11198
11204
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-serverlessconfig.html#cfn-sagemaker-endpointconfig-serverlessconfig-provisionedconcurrency
|
|
11199
11205
|
'''
|
|
11200
11206
|
result = self._values.get("provisioned_concurrency")
|
|
@@ -12288,7 +12294,7 @@ class CfnFeatureGroup(
|
|
|
12288
12294
|
|
|
12289
12295
|
You must include ``FeatureName`` and ``FeatureType`` . Valid feature ``FeatureType`` s are ``Integral`` , ``Fractional`` and ``String`` .
|
|
12290
12296
|
|
|
12291
|
-
:param feature_name: The name of a feature. The type must be a string. ``FeatureName`` cannot be any of the following: ``is_deleted`` , ``write_time`` , ``api_invocation_time`` .
|
|
12297
|
+
:param feature_name: The name of a feature. The type must be a string. ``FeatureName`` cannot be any of the following: ``is_deleted`` , ``write_time`` , ``api_invocation_time`` . The name: - Must start and end with an alphanumeric character. - Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
|
|
12292
12298
|
:param feature_type: The value type of a feature. Valid values are Integral, Fractional, or String.
|
|
12293
12299
|
|
|
12294
12300
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-featuredefinition.html
|
|
@@ -12320,6 +12326,11 @@ class CfnFeatureGroup(
|
|
|
12320
12326
|
|
|
12321
12327
|
The type must be a string. ``FeatureName`` cannot be any of the following: ``is_deleted`` , ``write_time`` , ``api_invocation_time`` .
|
|
12322
12328
|
|
|
12329
|
+
The name:
|
|
12330
|
+
|
|
12331
|
+
- Must start and end with an alphanumeric character.
|
|
12332
|
+
- Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
|
|
12333
|
+
|
|
12323
12334
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-featuredefinition.html#cfn-sagemaker-featuregroup-featuredefinition-featurename
|
|
12324
12335
|
'''
|
|
12325
12336
|
result = self._values.get("feature_name")
|
|
@@ -12692,7 +12703,7 @@ class CfnFeatureGroup(
|
|
|
12692
12703
|
s3_uri: builtins.str,
|
|
12693
12704
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
12694
12705
|
) -> None:
|
|
12695
|
-
'''The Amazon Simple Storage (Amazon S3) location and
|
|
12706
|
+
'''The Amazon Simple Storage (Amazon S3) location and security configuration for ``OfflineStore`` .
|
|
12696
12707
|
|
|
12697
12708
|
:param s3_uri: The S3 URI, or location in Amazon S3, of ``OfflineStore`` . S3 URIs have a format similar to the following: ``s3://example-bucket/prefix/`` .
|
|
12698
12709
|
:param kms_key_id: The AWS Key Management Service (KMS) key ARN of the key used to encrypt any objects written into the ``OfflineStore`` S3 location. The IAM ``roleARN`` that is passed as a parameter to ``CreateFeatureGroup`` must have below permissions to the ``KmsKeyId`` : - ``"kms:GenerateDataKey"``
|
|
@@ -15353,7 +15364,7 @@ class CfnInferenceExperiment(
|
|
|
15353
15364
|
@builtins.property
|
|
15354
15365
|
@jsii.member(jsii_name="attrArn")
|
|
15355
15366
|
def attr_arn(self) -> builtins.str:
|
|
15356
|
-
'''The
|
|
15367
|
+
'''The ARN for your inference experiment.
|
|
15357
15368
|
|
|
15358
15369
|
:cloudformationAttribute: Arn
|
|
15359
15370
|
'''
|
|
@@ -15362,7 +15373,7 @@ class CfnInferenceExperiment(
|
|
|
15362
15373
|
@builtins.property
|
|
15363
15374
|
@jsii.member(jsii_name="attrCreationTime")
|
|
15364
15375
|
def attr_creation_time(self) -> builtins.str:
|
|
15365
|
-
'''The timestamp at which
|
|
15376
|
+
'''The timestamp at which the inference experiment was created.
|
|
15366
15377
|
|
|
15367
15378
|
:cloudformationAttribute: CreationTime
|
|
15368
15379
|
'''
|
|
@@ -15413,7 +15424,16 @@ class CfnInferenceExperiment(
|
|
|
15413
15424
|
@builtins.property
|
|
15414
15425
|
@jsii.member(jsii_name="attrStatus")
|
|
15415
15426
|
def attr_status(self) -> builtins.str:
|
|
15416
|
-
'''The status of the inference experiment.
|
|
15427
|
+
'''The status of the inference experiment. The following are the possible statuses for an inference experiment:.
|
|
15428
|
+
|
|
15429
|
+
- ``Creating`` - Amazon SageMaker is creating your experiment.
|
|
15430
|
+
- ``Created`` - Amazon SageMaker has finished the creation of your experiment and will begin the experiment at the scheduled time.
|
|
15431
|
+
- ``Updating`` - When you make changes to your experiment, your experiment shows as updating.
|
|
15432
|
+
- ``Starting`` - Amazon SageMaker is beginning your experiment.
|
|
15433
|
+
- ``Running`` - Your experiment is in progress.
|
|
15434
|
+
- ``Stopping`` - Amazon SageMaker is stopping your experiment.
|
|
15435
|
+
- ``Completed`` - Your experiment has completed.
|
|
15436
|
+
- ``Cancelled`` - When you conclude your experiment early using the `StopInferenceExperiment <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StopInferenceExperiment.html>`_ API, or if any operation fails with an unexpected error, it shows as cancelled.
|
|
15417
15437
|
|
|
15418
15438
|
:cloudformationAttribute: Status
|
|
15419
15439
|
'''
|
|
@@ -17044,7 +17064,7 @@ class CfnModel(
|
|
|
17044
17064
|
'''Describes the container, as part of model definition.
|
|
17045
17065
|
|
|
17046
17066
|
:param container_hostname: This parameter is ignored for models that contain only a ``PrimaryContainer`` . When a ``ContainerDefinition`` is part of an inference pipeline, the value of the parameter uniquely identifies the container for the purposes of logging and metrics. For information, see `Use Logs and Metrics to Monitor an Inference Pipeline <https://docs.aws.amazon.com/sagemaker/latest/dg/inference-pipeline-logs-metrics.html>`_ . If you don't specify a value for this parameter for a ``ContainerDefinition`` that is part of an inference pipeline, a unique name is automatically assigned based on the position of the ``ContainerDefinition`` in the pipeline. If you specify a value for the ``ContainerHostName`` for any ``ContainerDefinition`` that is part of an inference pipeline, you must specify a value for the ``ContainerHostName`` parameter of every ``ContainerDefinition`` in that pipeline.
|
|
17047
|
-
:param environment: The environment variables to set in the Docker container.
|
|
17067
|
+
:param environment: The environment variables to set in the Docker container. The maximum length of each key and value in the ``Environment`` map is 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If you pass multiple containers to a ``CreateModel`` request, then the maximum length of all of their maps, combined, is also 32 KB.
|
|
17048
17068
|
:param image: The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a Docker registry that is accessible from the same VPC that you configure for your endpoint. If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both ``registry/repository[:tag]`` and ``registry/repository[@digest]`` image path formats. For more information, see `Using Your Own Algorithms with Amazon SageMaker <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html>`_ . .. epigraph:: The model artifacts in an Amazon S3 bucket and the Docker image for inference container in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are creating.
|
|
17049
17069
|
:param image_config: Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a private Docker registry, see `Use a Private Docker Registry for Real-Time Inference Containers <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html>`_ . .. epigraph:: The model artifacts in an Amazon S3 bucket and the Docker image for inference container in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are creating.
|
|
17050
17070
|
:param inference_specification_name: The inference specification name in the model package version.
|
|
@@ -17147,7 +17167,7 @@ class CfnModel(
|
|
|
17147
17167
|
def environment(self) -> typing.Any:
|
|
17148
17168
|
'''The environment variables to set in the Docker container.
|
|
17149
17169
|
|
|
17150
|
-
|
|
17170
|
+
The maximum length of each key and value in the ``Environment`` map is 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If you pass multiple containers to a ``CreateModel`` request, then the maximum length of all of their maps, combined, is also 32 KB.
|
|
17151
17171
|
|
|
17152
17172
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment
|
|
17153
17173
|
'''
|
aws_cdk/aws_shield/__init__.py
CHANGED
|
@@ -110,7 +110,7 @@ class CfnDRTAccess(
|
|
|
110
110
|
'''
|
|
111
111
|
:param scope: Scope in which this resource is defined.
|
|
112
112
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
113
|
-
:param role_arn: Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and logs and to create or update AWS WAF rules and web ACLs. You can associate only one ``RoleArn`` with your subscription. If you submit this update for an account that already has an associated role, the new ``RoleArn`` will replace the existing ``RoleArn`` . This change requires the following: - You must be subscribed to the `Business Support plan <https://docs.aws.amazon.com/premiumsupport/business-support/>`_ or the `Enterprise Support plan <https://docs.aws.amazon.com/premiumsupport/enterprise-support/>`_ . -
|
|
113
|
+
:param role_arn: Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and logs and to create or update AWS WAF rules and web ACLs. You can associate only one ``RoleArn`` with your subscription. If you submit this update for an account that already has an associated role, the new ``RoleArn`` will replace the existing ``RoleArn`` . This change requires the following: - You must be subscribed to the `Business Support plan <https://docs.aws.amazon.com/premiumsupport/business-support/>`_ or the `Enterprise Support plan <https://docs.aws.amazon.com/premiumsupport/enterprise-support/>`_ . - The ``AWSShieldDRTAccessPolicy`` managed policy must be attached to the role that you specify in the request. You can access this policy in the IAM console at `AWSShieldDRTAccessPolicy <https://docs.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy>`_ . For information, see `Adding and removing IAM identity permissions <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html>`_ . - The role must trust the service principal ``drt.shield.amazonaws.com`` . For information, see `IAM JSON policy elements: Principal <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html>`_ . The SRT will have access only to your AWS WAF and Shield resources. By submitting this request, you provide permissions to the SRT to inspect your AWS WAF and Shield configuration and logs, and to create and update AWS WAF rules and web ACLs on your behalf. The SRT takes these actions only if explicitly authorized by you.
|
|
114
114
|
:param log_bucket_list: Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription. Use this to share information with the SRT that's not available in AWS WAF logs. To use the services of the SRT, you must be subscribed to the `Business Support plan <https://docs.aws.amazon.com/premiumsupport/business-support/>`_ or the `Enterprise Support plan <https://docs.aws.amazon.com/premiumsupport/enterprise-support/>`_ .
|
|
115
115
|
'''
|
|
116
116
|
if __debug__:
|
|
@@ -209,7 +209,7 @@ class CfnDRTAccessProps:
|
|
|
209
209
|
) -> None:
|
|
210
210
|
'''Properties for defining a ``CfnDRTAccess``.
|
|
211
211
|
|
|
212
|
-
:param role_arn: Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and logs and to create or update AWS WAF rules and web ACLs. You can associate only one ``RoleArn`` with your subscription. If you submit this update for an account that already has an associated role, the new ``RoleArn`` will replace the existing ``RoleArn`` . This change requires the following: - You must be subscribed to the `Business Support plan <https://docs.aws.amazon.com/premiumsupport/business-support/>`_ or the `Enterprise Support plan <https://docs.aws.amazon.com/premiumsupport/enterprise-support/>`_ . -
|
|
212
|
+
:param role_arn: Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and logs and to create or update AWS WAF rules and web ACLs. You can associate only one ``RoleArn`` with your subscription. If you submit this update for an account that already has an associated role, the new ``RoleArn`` will replace the existing ``RoleArn`` . This change requires the following: - You must be subscribed to the `Business Support plan <https://docs.aws.amazon.com/premiumsupport/business-support/>`_ or the `Enterprise Support plan <https://docs.aws.amazon.com/premiumsupport/enterprise-support/>`_ . - The ``AWSShieldDRTAccessPolicy`` managed policy must be attached to the role that you specify in the request. You can access this policy in the IAM console at `AWSShieldDRTAccessPolicy <https://docs.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy>`_ . For information, see `Adding and removing IAM identity permissions <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html>`_ . - The role must trust the service principal ``drt.shield.amazonaws.com`` . For information, see `IAM JSON policy elements: Principal <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html>`_ . The SRT will have access only to your AWS WAF and Shield resources. By submitting this request, you provide permissions to the SRT to inspect your AWS WAF and Shield configuration and logs, and to create and update AWS WAF rules and web ACLs on your behalf. The SRT takes these actions only if explicitly authorized by you.
|
|
213
213
|
:param log_bucket_list: Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription. Use this to share information with the SRT that's not available in AWS WAF logs. To use the services of the SRT, you must be subscribed to the `Business Support plan <https://docs.aws.amazon.com/premiumsupport/business-support/>`_ or the `Enterprise Support plan <https://docs.aws.amazon.com/premiumsupport/enterprise-support/>`_ .
|
|
214
214
|
|
|
215
215
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-drtaccess.html
|
|
@@ -249,7 +249,6 @@ class CfnDRTAccessProps:
|
|
|
249
249
|
This change requires the following:
|
|
250
250
|
|
|
251
251
|
- You must be subscribed to the `Business Support plan <https://docs.aws.amazon.com/premiumsupport/business-support/>`_ or the `Enterprise Support plan <https://docs.aws.amazon.com/premiumsupport/enterprise-support/>`_ .
|
|
252
|
-
- You must have the ``iam:PassRole`` permission. For more information, see `Granting a user permissions to pass a role to an AWS service <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html>`_ .
|
|
253
252
|
- The ``AWSShieldDRTAccessPolicy`` managed policy must be attached to the role that you specify in the request. You can access this policy in the IAM console at `AWSShieldDRTAccessPolicy <https://docs.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy>`_ . For information, see `Adding and removing IAM identity permissions <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html>`_ .
|
|
254
253
|
- The role must trust the service principal ``drt.shield.amazonaws.com`` . For information, see `IAM JSON policy elements: Principal <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html>`_ .
|
|
255
254
|
|
|
@@ -1078,7 +1077,7 @@ class CfnProtectionGroup(
|
|
|
1078
1077
|
'''
|
|
1079
1078
|
:param scope: Scope in which this resource is defined.
|
|
1080
1079
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1081
|
-
:param aggregation: Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events. - Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically. - Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers. - Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.
|
|
1080
|
+
:param aggregation: Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events. - ``Sum`` - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically. - ``Mean`` - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers. - ``Max`` - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.
|
|
1082
1081
|
:param pattern: The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource ARNs (Amazon Resource Names), or include all resources of a specified resource type.
|
|
1083
1082
|
:param protection_group_id: The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
|
|
1084
1083
|
:param members: The ARNs (Amazon Resource Names) of the resources to include in the protection group. You must set this when you set ``Pattern`` to ``ARBITRARY`` and you must not set it for any other ``Pattern`` setting.
|
|
@@ -1254,7 +1253,7 @@ class CfnProtectionGroupProps:
|
|
|
1254
1253
|
) -> None:
|
|
1255
1254
|
'''Properties for defining a ``CfnProtectionGroup``.
|
|
1256
1255
|
|
|
1257
|
-
:param aggregation: Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events. - Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically. - Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers. - Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.
|
|
1256
|
+
:param aggregation: Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events. - ``Sum`` - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically. - ``Mean`` - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers. - ``Max`` - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.
|
|
1258
1257
|
:param pattern: The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource ARNs (Amazon Resource Names), or include all resources of a specified resource type.
|
|
1259
1258
|
:param protection_group_id: The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
|
|
1260
1259
|
:param members: The ARNs (Amazon Resource Names) of the resources to include in the protection group. You must set this when you set ``Pattern`` to ``ARBITRARY`` and you must not set it for any other ``Pattern`` setting.
|
|
@@ -1308,9 +1307,9 @@ class CfnProtectionGroupProps:
|
|
|
1308
1307
|
def aggregation(self) -> builtins.str:
|
|
1309
1308
|
'''Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.
|
|
1310
1309
|
|
|
1311
|
-
- Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.
|
|
1312
|
-
- Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers.
|
|
1313
|
-
- Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.
|
|
1310
|
+
- ``Sum`` - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.
|
|
1311
|
+
- ``Mean`` - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers.
|
|
1312
|
+
- ``Max`` - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.
|
|
1314
1313
|
|
|
1315
1314
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-protectiongroup.html#cfn-shield-protectiongroup-aggregation
|
|
1316
1315
|
'''
|
aws_cdk/aws_ssm/__init__.py
CHANGED
|
@@ -262,7 +262,7 @@ class CfnAssociation(
|
|
|
262
262
|
:param schedule_expression: A cron expression that specifies a schedule when the association runs. The schedule runs in Coordinated Universal Time (UTC).
|
|
263
263
|
:param schedule_offset: Number of days to wait after the scheduled day to run an association.
|
|
264
264
|
:param sync_compliance: The mode for generating association compliance. You can specify ``AUTO`` or ``MANUAL`` . In ``AUTO`` mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is ``COMPLIANT`` . If the association execution doesn't run successfully, the association is ``NON-COMPLIANT`` . In ``MANUAL`` mode, you must specify the ``AssociationId`` as a parameter for the ``PutComplianceItems`` API action. In this case, compliance data is not managed by State Manager. It is managed by your direct call to the ``PutComplianceItems`` API action. By default, all associations use ``AUTO`` mode.
|
|
265
|
-
:param targets: The targets for the association. You must specify the ``InstanceId`` or ``Targets`` property. You can target all instances in an AWS account by
|
|
265
|
+
:param targets: The targets for the association. You must specify the ``InstanceId`` or ``Targets`` property. You can target all instances in an AWS account by specifying t he ``InstanceIds`` key with a value of ``*`` . Supported formats include the following. - ``Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3>`` - ``Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2>`` To view a JSON and a YAML example that targets all instances, see "Create an association for all managed instances in an AWS account " on the Examples page.
|
|
266
266
|
:param wait_for_success_timeout_seconds: The number of seconds the service should wait for the association status to show "Success" before proceeding with the stack execution. If the association status doesn't show "Success" after the specified number of seconds, then stack creation fails. .. epigraph:: When you specify a value for the ``WaitForSuccessTimeoutSeconds`` , `drift detection <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html>`_ for your AWS CloudFormation stack’s configuration might yield inaccurate results. If drift detection is important in your scenario, we recommend that you don’t include ``WaitForSuccessTimeoutSeconds`` in your template.
|
|
267
267
|
'''
|
|
268
268
|
if __debug__:
|
|
@@ -867,7 +867,7 @@ class CfnAssociationProps:
|
|
|
867
867
|
:param schedule_expression: A cron expression that specifies a schedule when the association runs. The schedule runs in Coordinated Universal Time (UTC).
|
|
868
868
|
:param schedule_offset: Number of days to wait after the scheduled day to run an association.
|
|
869
869
|
:param sync_compliance: The mode for generating association compliance. You can specify ``AUTO`` or ``MANUAL`` . In ``AUTO`` mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is ``COMPLIANT`` . If the association execution doesn't run successfully, the association is ``NON-COMPLIANT`` . In ``MANUAL`` mode, you must specify the ``AssociationId`` as a parameter for the ``PutComplianceItems`` API action. In this case, compliance data is not managed by State Manager. It is managed by your direct call to the ``PutComplianceItems`` API action. By default, all associations use ``AUTO`` mode.
|
|
870
|
-
:param targets: The targets for the association. You must specify the ``InstanceId`` or ``Targets`` property. You can target all instances in an AWS account by
|
|
870
|
+
:param targets: The targets for the association. You must specify the ``InstanceId`` or ``Targets`` property. You can target all instances in an AWS account by specifying t he ``InstanceIds`` key with a value of ``*`` . Supported formats include the following. - ``Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3>`` - ``Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2>`` To view a JSON and a YAML example that targets all instances, see "Create an association for all managed instances in an AWS account " on the Examples page.
|
|
871
871
|
:param wait_for_success_timeout_seconds: The number of seconds the service should wait for the association status to show "Success" before proceeding with the stack execution. If the association status doesn't show "Success" after the specified number of seconds, then stack creation fails. .. epigraph:: When you specify a value for the ``WaitForSuccessTimeoutSeconds`` , `drift detection <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html>`_ for your AWS CloudFormation stack’s configuration might yield inaccurate results. If drift detection is important in your scenario, we recommend that you don’t include ``WaitForSuccessTimeoutSeconds`` in your template.
|
|
872
872
|
|
|
873
873
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html
|
|
@@ -1155,7 +1155,14 @@ class CfnAssociationProps:
|
|
|
1155
1155
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnAssociation.TargetProperty]]]]:
|
|
1156
1156
|
'''The targets for the association.
|
|
1157
1157
|
|
|
1158
|
-
You must specify the ``InstanceId`` or ``Targets`` property. You can target all instances in an AWS account by
|
|
1158
|
+
You must specify the ``InstanceId`` or ``Targets`` property. You can target all instances in an AWS account by specifying t he ``InstanceIds`` key with a value of ``*`` .
|
|
1159
|
+
|
|
1160
|
+
Supported formats include the following.
|
|
1161
|
+
|
|
1162
|
+
- ``Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3>``
|
|
1163
|
+
- ``Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2>``
|
|
1164
|
+
|
|
1165
|
+
To view a JSON and a YAML example that targets all instances, see "Create an association for all managed instances in an AWS account " on the Examples page.
|
|
1159
1166
|
|
|
1160
1167
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-targets
|
|
1161
1168
|
'''
|
|
@@ -4646,7 +4653,7 @@ class CfnParameter(
|
|
|
4646
4653
|
'''
|
|
4647
4654
|
:param scope: Scope in which this resource is defined.
|
|
4648
4655
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4649
|
-
:param type: The type of parameter.
|
|
4656
|
+
:param type: The type of parameter.
|
|
4650
4657
|
:param value: The parameter value. .. epigraph:: If type is ``StringList`` , the system returns a comma-separated string with no spaces between commas in the ``Value`` field.
|
|
4651
4658
|
:param allowed_pattern: A regular expression used to validate the parameter value. For example, for ``String`` types with values restricted to numbers, you can specify the following: ``AllowedPattern=^\\d+$``
|
|
4652
4659
|
:param data_type: The data type of the parameter, such as ``text`` or ``aws:ec2:image`` . The default is ``text`` .
|
|
@@ -4887,7 +4894,7 @@ class CfnParameterProps:
|
|
|
4887
4894
|
) -> None:
|
|
4888
4895
|
'''Properties for defining a ``CfnParameter``.
|
|
4889
4896
|
|
|
4890
|
-
:param type: The type of parameter.
|
|
4897
|
+
:param type: The type of parameter.
|
|
4891
4898
|
:param value: The parameter value. .. epigraph:: If type is ``StringList`` , the system returns a comma-separated string with no spaces between commas in the ``Value`` field.
|
|
4892
4899
|
:param allowed_pattern: A regular expression used to validate the parameter value. For example, for ``String`` types with values restricted to numbers, you can specify the following: ``AllowedPattern=^\\d+$``
|
|
4893
4900
|
:param data_type: The data type of the parameter, such as ``text`` or ``aws:ec2:image`` . The default is ``text`` .
|
|
@@ -4956,10 +4963,6 @@ class CfnParameterProps:
|
|
|
4956
4963
|
def type(self) -> builtins.str:
|
|
4957
4964
|
'''The type of parameter.
|
|
4958
4965
|
|
|
4959
|
-
.. epigraph::
|
|
4960
|
-
|
|
4961
|
-
Although ``SecureString`` is included in the list of valid values, AWS CloudFormation does *not* currently support creating ``SecureString`` parameters.
|
|
4962
|
-
|
|
4963
4966
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type
|
|
4964
4967
|
'''
|
|
4965
4968
|
result = self._values.get("type")
|
|
@@ -5168,7 +5171,7 @@ class CfnPatchBaseline(
|
|
|
5168
5171
|
:param operating_system: Defines the operating system the patch baseline applies to. The default value is ``WINDOWS`` . Default: - "WINDOWS"
|
|
5169
5172
|
:param patch_groups: The name of the patch group to be registered with the patch baseline.
|
|
5170
5173
|
:param rejected_patches: A list of explicitly rejected patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `About package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
|
|
5171
|
-
:param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. -
|
|
5174
|
+
:param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. - *BLOCK* : Packages in the *Rejected patches* list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the *Rejected patches* list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as *InstalledRejected* . Default: - "ALLOW_AS_DEPENDENCY"
|
|
5172
5175
|
:param sources: Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
|
|
5173
5176
|
:param tags: Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to.
|
|
5174
5177
|
'''
|
|
@@ -5974,7 +5977,7 @@ class CfnPatchBaselineProps:
|
|
|
5974
5977
|
:param operating_system: Defines the operating system the patch baseline applies to. The default value is ``WINDOWS`` . Default: - "WINDOWS"
|
|
5975
5978
|
:param patch_groups: The name of the patch group to be registered with the patch baseline.
|
|
5976
5979
|
:param rejected_patches: A list of explicitly rejected patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `About package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
|
|
5977
|
-
:param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. -
|
|
5980
|
+
:param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. - *BLOCK* : Packages in the *Rejected patches* list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the *Rejected patches* list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as *InstalledRejected* . Default: - "ALLOW_AS_DEPENDENCY"
|
|
5978
5981
|
:param sources: Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
|
|
5979
5982
|
:param tags: Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to.
|
|
5980
5983
|
|
|
@@ -6210,7 +6213,7 @@ class CfnPatchBaselineProps:
|
|
|
6210
6213
|
'''The action for Patch Manager to take on patches included in the ``RejectedPackages`` list.
|
|
6211
6214
|
|
|
6212
6215
|
- *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified.
|
|
6213
|
-
-
|
|
6216
|
+
- *BLOCK* : Packages in the *Rejected patches* list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the *Rejected patches* list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as *InstalledRejected* .
|
|
6214
6217
|
|
|
6215
6218
|
:default: - "ALLOW_AS_DEPENDENCY"
|
|
6216
6219
|
|