aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 +60 -28
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +1 -1
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_amplify/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +229 -6
- aws_cdk/aws_apigatewayv2/__init__.py +60 -2
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appmesh/__init__.py +12 -12
- aws_cdk/aws_appstream/__init__.py +101 -4
- aws_cdk/aws_appsync/__init__.py +61 -3
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_aps/__init__.py +459 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +64 -2
- aws_cdk/aws_bedrock/__init__.py +277 -0
- aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +38 -10
- aws_cdk/aws_cleanrooms/__init__.py +163 -0
- aws_cdk/aws_cloudformation/__init__.py +14 -14
- aws_cdk/aws_cloudfront/__init__.py +69 -8
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +115 -12
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +89 -2
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +138 -10
- aws_cdk/aws_cur/__init__.py +86 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +351 -0
- aws_cdk/aws_datazone/__init__.py +733 -2
- aws_cdk/aws_directoryservice/__init__.py +29 -0
- aws_cdk/aws_dms/__init__.py +58 -0
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +181 -0
- aws_cdk/aws_ec2/__init__.py +2031 -10
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +142 -12
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
- aws_cdk/aws_elasticsearch/__init__.py +2 -2
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +145 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_evs/__init__.py +58 -4
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +507 -56
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_iam/__init__.py +1 -1
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +568 -111
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +68 -2
- aws_cdk/aws_lambda/__init__.py +104 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +562 -0
- aws_cdk/aws_mediapackage/__init__.py +2 -2
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +10 -10
- aws_cdk/aws_networkmanager/__init__.py +92 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_odb/__init__.py +2082 -195
- aws_cdk/aws_omics/__init__.py +1520 -103
- aws_cdk/aws_opensearchserverless/__init__.py +222 -21
- aws_cdk/aws_opensearchservice/__init__.py +5 -4
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_opsworkscm/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pcs/__init__.py +9 -9
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_quicksight/__init__.py +295 -3
- aws_cdk/aws_rds/__init__.py +402 -58
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +715 -1
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +191 -154
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_smsvoice/__init__.py +5218 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +274 -12
- aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +670 -2
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
aws_cdk/__init__.py
CHANGED
|
@@ -5843,7 +5843,7 @@ class CfnGuardHookProps:
|
|
|
5843
5843
|
:param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
|
|
5844
5844
|
:param options: Specifies the S3 location of your input parameters.
|
|
5845
5845
|
:param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
|
|
5846
|
-
:param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "
|
|
5846
|
+
:param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
|
|
5847
5847
|
|
|
5848
5848
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html
|
|
5849
5849
|
:exampleMetadata: fixture=_generated
|
|
@@ -6057,7 +6057,7 @@ class CfnGuardHookProps:
|
|
|
6057
6057
|
|
|
6058
6058
|
Example target filter in JSON:
|
|
6059
6059
|
|
|
6060
|
-
``"TargetFilters": {"Actions": [ "
|
|
6060
|
+
``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}``
|
|
6061
6061
|
|
|
6062
6062
|
Example target filter in YAML:
|
|
6063
6063
|
|
|
@@ -6453,7 +6453,7 @@ class CfnHookVersionProps:
|
|
|
6453
6453
|
'''Properties for defining a ``CfnHookVersion``.
|
|
6454
6454
|
|
|
6455
6455
|
:param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
6456
|
-
:param type_name: The unique name for your
|
|
6456
|
+
:param type_name: The unique name for your Hook. Specifies a three-part namespace for your Hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your Hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
6457
6457
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
|
|
6458
6458
|
:param logging_config: Contains logging configuration information for an extension.
|
|
6459
6459
|
|
|
@@ -6510,12 +6510,12 @@ class CfnHookVersionProps:
|
|
|
6510
6510
|
|
|
6511
6511
|
@builtins.property
|
|
6512
6512
|
def type_name(self) -> builtins.str:
|
|
6513
|
-
'''The unique name for your
|
|
6513
|
+
'''The unique name for your Hook.
|
|
6514
6514
|
|
|
6515
|
-
Specifies a three-part namespace for your
|
|
6515
|
+
Specifies a three-part namespace for your Hook, with a recommended pattern of ``Organization::Service::Hook`` .
|
|
6516
6516
|
.. epigraph::
|
|
6517
6517
|
|
|
6518
|
-
The following organization namespaces are reserved and can't be used in your
|
|
6518
|
+
The following organization namespaces are reserved and can't be used in your Hook type names:
|
|
6519
6519
|
|
|
6520
6520
|
- ``Alexa``
|
|
6521
6521
|
- ``AMZN``
|
|
@@ -10459,7 +10459,7 @@ class CfnTypeActivationProps:
|
|
|
10459
10459
|
:param publisher_id: The ID of the extension publisher. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
|
|
10460
10460
|
:param type: The extension type. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
|
|
10461
10461
|
:param type_name: The name of the extension. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
|
|
10462
|
-
:param type_name_alias: An alias to assign to the public extension
|
|
10462
|
+
:param type_name_alias: An alias to assign to the public extension in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
|
|
10463
10463
|
:param version_bump: Manually updates a previously-activated type to a new major or minor version, if available. You can also use this parameter to update the value of ``AutoUpdate`` . - ``MAJOR`` : CloudFormation updates the extension to the newest major version, if one is available. - ``MINOR`` : CloudFormation updates the extension to the newest minor version, if one is available.
|
|
10464
10464
|
|
|
10465
10465
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-typeactivation.html
|
|
@@ -10615,7 +10615,7 @@ class CfnTypeActivationProps:
|
|
|
10615
10615
|
|
|
10616
10616
|
@builtins.property
|
|
10617
10617
|
def type_name_alias(self) -> typing.Optional[builtins.str]:
|
|
10618
|
-
'''An alias to assign to the public extension
|
|
10618
|
+
'''An alias to assign to the public extension in this account and Region.
|
|
10619
10619
|
|
|
10620
10620
|
If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
|
|
10621
10621
|
|
|
@@ -19296,17 +19296,20 @@ class IgnoreStrategy(
|
|
|
19296
19296
|
...
|
|
19297
19297
|
|
|
19298
19298
|
@jsii.member(jsii_name="completelyIgnores")
|
|
19299
|
-
def completely_ignores(
|
|
19300
|
-
|
|
19299
|
+
def completely_ignores(
|
|
19300
|
+
self,
|
|
19301
|
+
absolute_directory_path: builtins.str,
|
|
19302
|
+
) -> builtins.bool:
|
|
19303
|
+
'''Determines whether a given directory path should be ignored and have all of its children ignored.
|
|
19301
19304
|
|
|
19302
|
-
:param
|
|
19305
|
+
:param absolute_directory_path: absolute directory path to be assessed against the pattern.
|
|
19303
19306
|
|
|
19304
|
-
:return: ``true`` if the
|
|
19307
|
+
:return: ``true`` if the directory and all of its children should be ignored
|
|
19305
19308
|
'''
|
|
19306
19309
|
if __debug__:
|
|
19307
19310
|
type_hints = typing.get_type_hints(_typecheckingstub__3a80a66d2944a2c289e3c51a3686487dddf7c755eb54d7726f3fd91652eddcde)
|
|
19308
|
-
check_type(argname="argument
|
|
19309
|
-
return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [
|
|
19311
|
+
check_type(argname="argument absolute_directory_path", value=absolute_directory_path, expected_type=type_hints["absolute_directory_path"])
|
|
19312
|
+
return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [absolute_directory_path]))
|
|
19310
19313
|
|
|
19311
19314
|
@jsii.member(jsii_name="ignores")
|
|
19312
19315
|
@abc.abstractmethod
|
|
@@ -31588,7 +31591,7 @@ class CfnGuardHook(
|
|
|
31588
31591
|
:param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
|
|
31589
31592
|
:param options: Specifies the S3 location of your input parameters.
|
|
31590
31593
|
:param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
|
|
31591
|
-
:param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "
|
|
31594
|
+
:param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
|
|
31592
31595
|
'''
|
|
31593
31596
|
if __debug__:
|
|
31594
31597
|
type_hints = typing.get_type_hints(_typecheckingstub__af8d2663a8bac5046ca50537b031b46f870c6edd4948ed8528ca4e3ff9367b17)
|
|
@@ -32787,7 +32790,7 @@ class CfnHookVersion(
|
|
|
32787
32790
|
:param scope: Scope in which this resource is defined.
|
|
32788
32791
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
32789
32792
|
:param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
32790
|
-
:param type_name: The unique name for your
|
|
32793
|
+
:param type_name: The unique name for your Hook. Specifies a three-part namespace for your Hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your Hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
32791
32794
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
|
|
32792
32795
|
:param logging_config: Contains logging configuration information for an extension.
|
|
32793
32796
|
'''
|
|
@@ -32909,7 +32912,7 @@ class CfnHookVersion(
|
|
|
32909
32912
|
@builtins.property
|
|
32910
32913
|
@jsii.member(jsii_name="typeName")
|
|
32911
32914
|
def type_name(self) -> builtins.str:
|
|
32912
|
-
'''The unique name for your
|
|
32915
|
+
'''The unique name for your Hook.'''
|
|
32913
32916
|
return typing.cast(builtins.str, jsii.get(self, "typeName"))
|
|
32914
32917
|
|
|
32915
32918
|
@type_name.setter
|
|
@@ -36823,7 +36826,7 @@ class CfnTypeActivation(
|
|
|
36823
36826
|
:param publisher_id: The ID of the extension publisher. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
|
|
36824
36827
|
:param type: The extension type. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
|
|
36825
36828
|
:param type_name: The name of the extension. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
|
|
36826
|
-
:param type_name_alias: An alias to assign to the public extension
|
|
36829
|
+
:param type_name_alias: An alias to assign to the public extension in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
|
|
36827
36830
|
:param version_bump: Manually updates a previously-activated type to a new major or minor version, if available. You can also use this parameter to update the value of ``AutoUpdate`` . - ``MAJOR`` : CloudFormation updates the extension to the newest major version, if one is available. - ``MINOR`` : CloudFormation updates the extension to the newest minor version, if one is available.
|
|
36828
36831
|
'''
|
|
36829
36832
|
if __debug__:
|
|
@@ -36878,7 +36881,7 @@ class CfnTypeActivation(
|
|
|
36878
36881
|
@builtins.property
|
|
36879
36882
|
@jsii.member(jsii_name="attrArn")
|
|
36880
36883
|
def attr_arn(self) -> builtins.str:
|
|
36881
|
-
'''The Amazon Resource Name (ARN) of the activated extension
|
|
36884
|
+
'''The Amazon Resource Name (ARN) of the activated extension in this account and Region.
|
|
36882
36885
|
|
|
36883
36886
|
:cloudformationAttribute: Arn
|
|
36884
36887
|
'''
|
|
@@ -37010,7 +37013,7 @@ class CfnTypeActivation(
|
|
|
37010
37013
|
@builtins.property
|
|
37011
37014
|
@jsii.member(jsii_name="typeNameAlias")
|
|
37012
37015
|
def type_name_alias(self) -> typing.Optional[builtins.str]:
|
|
37013
|
-
'''An alias to assign to the public extension
|
|
37016
|
+
'''An alias to assign to the public extension in this account and Region.'''
|
|
37014
37017
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "typeNameAlias"))
|
|
37015
37018
|
|
|
37016
37019
|
@type_name_alias.setter
|
|
@@ -37994,17 +37997,20 @@ class DockerIgnoreStrategy(
|
|
|
37994
37997
|
return typing.cast(None, jsii.invoke(self, "add", [pattern]))
|
|
37995
37998
|
|
|
37996
37999
|
@jsii.member(jsii_name="completelyIgnores")
|
|
37997
|
-
def completely_ignores(
|
|
37998
|
-
|
|
38000
|
+
def completely_ignores(
|
|
38001
|
+
self,
|
|
38002
|
+
absolute_directory_path: builtins.str,
|
|
38003
|
+
) -> builtins.bool:
|
|
38004
|
+
'''Determines whether a given directory path should be ignored and have all of its children ignored.
|
|
37999
38005
|
|
|
38000
|
-
:param
|
|
38006
|
+
:param absolute_directory_path: absolute directory path to be assessed against the pattern.
|
|
38001
38007
|
|
|
38002
|
-
:return: ``true`` if the
|
|
38008
|
+
:return: ``true`` if the directory and all of its children should be ignored
|
|
38003
38009
|
'''
|
|
38004
38010
|
if __debug__:
|
|
38005
38011
|
type_hints = typing.get_type_hints(_typecheckingstub__4eeec3aad8660d3f77c7f5fd848b52abf32a847311801373080bbfe35642315a)
|
|
38006
|
-
check_type(argname="argument
|
|
38007
|
-
return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [
|
|
38012
|
+
check_type(argname="argument absolute_directory_path", value=absolute_directory_path, expected_type=type_hints["absolute_directory_path"])
|
|
38013
|
+
return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [absolute_directory_path]))
|
|
38008
38014
|
|
|
38009
38015
|
@jsii.member(jsii_name="ignores")
|
|
38010
38016
|
def ignores(self, absolute_file_path: builtins.str) -> builtins.bool:
|
|
@@ -38066,6 +38072,22 @@ class GitIgnoreStrategy(
|
|
|
38066
38072
|
check_type(argname="argument pattern", value=pattern, expected_type=type_hints["pattern"])
|
|
38067
38073
|
return typing.cast(None, jsii.invoke(self, "add", [pattern]))
|
|
38068
38074
|
|
|
38075
|
+
@jsii.member(jsii_name="completelyIgnores")
|
|
38076
|
+
def completely_ignores(
|
|
38077
|
+
self,
|
|
38078
|
+
absolute_directory_path: builtins.str,
|
|
38079
|
+
) -> builtins.bool:
|
|
38080
|
+
'''Determines whether a given directory path should be ignored and have all of its children ignored.
|
|
38081
|
+
|
|
38082
|
+
:param absolute_directory_path: absolute directory path to be assessed against the pattern.
|
|
38083
|
+
|
|
38084
|
+
:return: ``true`` if the directory and all of its children should be ignored
|
|
38085
|
+
'''
|
|
38086
|
+
if __debug__:
|
|
38087
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e0e824f5e018cd48b279cd34fa185b0a533eed88eee2e88ebb3868389b89b517)
|
|
38088
|
+
check_type(argname="argument absolute_directory_path", value=absolute_directory_path, expected_type=type_hints["absolute_directory_path"])
|
|
38089
|
+
return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [absolute_directory_path]))
|
|
38090
|
+
|
|
38069
38091
|
@jsii.member(jsii_name="ignores")
|
|
38070
38092
|
def ignores(self, absolute_file_path: builtins.str) -> builtins.bool:
|
|
38071
38093
|
'''Determines whether a given file path should be ignored or not.
|
|
@@ -40022,6 +40044,7 @@ __all__ = [
|
|
|
40022
40044
|
"aws_batch",
|
|
40023
40045
|
"aws_bcmdataexports",
|
|
40024
40046
|
"aws_bedrock",
|
|
40047
|
+
"aws_bedrockagentcore",
|
|
40025
40048
|
"aws_billingconductor",
|
|
40026
40049
|
"aws_budgets",
|
|
40027
40050
|
"aws_cassandra",
|
|
@@ -40247,6 +40270,7 @@ __all__ = [
|
|
|
40247
40270
|
"aws_shield",
|
|
40248
40271
|
"aws_signer",
|
|
40249
40272
|
"aws_simspaceweaver",
|
|
40273
|
+
"aws_smsvoice",
|
|
40250
40274
|
"aws_sns",
|
|
40251
40275
|
"aws_sns_subscriptions",
|
|
40252
40276
|
"aws_sqs",
|
|
@@ -40327,6 +40351,7 @@ from . import aws_backupgateway
|
|
|
40327
40351
|
from . import aws_batch
|
|
40328
40352
|
from . import aws_bcmdataexports
|
|
40329
40353
|
from . import aws_bedrock
|
|
40354
|
+
from . import aws_bedrockagentcore
|
|
40330
40355
|
from . import aws_billingconductor
|
|
40331
40356
|
from . import aws_budgets
|
|
40332
40357
|
from . import aws_cassandra
|
|
@@ -40552,6 +40577,7 @@ from . import aws_ses_actions
|
|
|
40552
40577
|
from . import aws_shield
|
|
40553
40578
|
from . import aws_signer
|
|
40554
40579
|
from . import aws_simspaceweaver
|
|
40580
|
+
from . import aws_smsvoice
|
|
40555
40581
|
from . import aws_sns
|
|
40556
40582
|
from . import aws_sns_subscriptions
|
|
40557
40583
|
from . import aws_sqs
|
|
@@ -42649,7 +42675,7 @@ def _typecheckingstub__eece2ad7e2f3cbe035a92302343ee656a4e8438489e1b15a43554b124
|
|
|
42649
42675
|
pass
|
|
42650
42676
|
|
|
42651
42677
|
def _typecheckingstub__3a80a66d2944a2c289e3c51a3686487dddf7c755eb54d7726f3fd91652eddcde(
|
|
42652
|
-
|
|
42678
|
+
absolute_directory_path: builtins.str,
|
|
42653
42679
|
) -> None:
|
|
42654
42680
|
"""Type checking stubs"""
|
|
42655
42681
|
pass
|
|
@@ -45354,7 +45380,7 @@ def _typecheckingstub__dce0fd20685d4b7457e08a1567eb5aa8c53335612222538272b7d69db
|
|
|
45354
45380
|
pass
|
|
45355
45381
|
|
|
45356
45382
|
def _typecheckingstub__4eeec3aad8660d3f77c7f5fd848b52abf32a847311801373080bbfe35642315a(
|
|
45357
|
-
|
|
45383
|
+
absolute_directory_path: builtins.str,
|
|
45358
45384
|
) -> None:
|
|
45359
45385
|
"""Type checking stubs"""
|
|
45360
45386
|
pass
|
|
@@ -45378,6 +45404,12 @@ def _typecheckingstub__41215ad4567a0e20a39ebe81e961b4c04ce243413f01303ac836fdb48
|
|
|
45378
45404
|
"""Type checking stubs"""
|
|
45379
45405
|
pass
|
|
45380
45406
|
|
|
45407
|
+
def _typecheckingstub__e0e824f5e018cd48b279cd34fa185b0a533eed88eee2e88ebb3868389b89b517(
|
|
45408
|
+
absolute_directory_path: builtins.str,
|
|
45409
|
+
) -> None:
|
|
45410
|
+
"""Type checking stubs"""
|
|
45411
|
+
pass
|
|
45412
|
+
|
|
45381
45413
|
def _typecheckingstub__e836fbc1866005d0d4acf04190bb860cb94af53b18c0a2f12af8835f961ccedd(
|
|
45382
45414
|
absolute_file_path: builtins.str,
|
|
45383
45415
|
) -> None:
|
aws_cdk/_jsii/__init__.py
CHANGED
|
@@ -34,7 +34,7 @@ import aws_cdk.cloud_assembly_schema._jsii
|
|
|
34
34
|
import constructs._jsii
|
|
35
35
|
|
|
36
36
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
37
|
-
"aws-cdk-lib", "2.
|
|
37
|
+
"aws-cdk-lib", "2.218.0", __name__[0:-6], "aws-cdk-lib@2.218.0.jsii.tgz"
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
__all__ = [
|
|
Binary file
|
aws_cdk/aws_acmpca/__init__.py
CHANGED
|
@@ -5607,7 +5607,7 @@ class CfnPermission(
|
|
|
5607
5607
|
metaclass=jsii.JSIIMeta,
|
|
5608
5608
|
jsii_type="aws-cdk-lib.aws_acmpca.CfnPermission",
|
|
5609
5609
|
):
|
|
5610
|
-
'''Grants permissions to the
|
|
5610
|
+
'''Grants permissions to the Certificate Manager ( ACM ) service principal ( ``acm.amazonaws.com`` ) to perform `IssueCertificate <https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html>`_ , `GetCertificate <https://docs.aws.amazon.com/privateca/latest/APIReference/API_GetCertificate.html>`_ , and `ListPermissions <https://docs.aws.amazon.com/privateca/latest/APIReference/API_ListPermissions.html>`_ actions on a CA. These actions are needed for the ACM principal to renew private PKI certificates requested through ACM and residing in the same AWS account as the CA.
|
|
5611
5611
|
|
|
5612
5612
|
**About permissions** - If the private CA and the certificates it issues reside in the same account, you can use ``AWS::ACMPCA::Permission`` to grant permissions for ACM to carry out automatic certificate renewals.
|
|
5613
5613
|
|
aws_cdk/aws_amazonmq/__init__.py
CHANGED
|
@@ -1254,6 +1254,27 @@ class CfnBroker(
|
|
|
1254
1254
|
|
|
1255
1255
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1256
1256
|
|
|
1257
|
+
@jsii.member(jsii_name="fromBrokerArn")
|
|
1258
|
+
@builtins.classmethod
|
|
1259
|
+
def from_broker_arn(
|
|
1260
|
+
cls,
|
|
1261
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1262
|
+
id: builtins.str,
|
|
1263
|
+
arn: builtins.str,
|
|
1264
|
+
) -> IBrokerRef:
|
|
1265
|
+
'''Creates a new IBrokerRef from an ARN.
|
|
1266
|
+
|
|
1267
|
+
:param scope: -
|
|
1268
|
+
:param id: -
|
|
1269
|
+
:param arn: -
|
|
1270
|
+
'''
|
|
1271
|
+
if __debug__:
|
|
1272
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9c3ff9950394e78f42c5c2ee5ee24c371811514bc113748eae9a0642eff2005a)
|
|
1273
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1274
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1275
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1276
|
+
return typing.cast(IBrokerRef, jsii.sinvoke(cls, "fromBrokerArn", [scope, id, arn]))
|
|
1277
|
+
|
|
1257
1278
|
@jsii.member(jsii_name="inspect")
|
|
1258
1279
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1259
1280
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2585,6 +2606,48 @@ class CfnConfiguration(
|
|
|
2585
2606
|
|
|
2586
2607
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2587
2608
|
|
|
2609
|
+
@jsii.member(jsii_name="fromConfigurationArn")
|
|
2610
|
+
@builtins.classmethod
|
|
2611
|
+
def from_configuration_arn(
|
|
2612
|
+
cls,
|
|
2613
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2614
|
+
id: builtins.str,
|
|
2615
|
+
arn: builtins.str,
|
|
2616
|
+
) -> IConfigurationRef:
|
|
2617
|
+
'''Creates a new IConfigurationRef from an ARN.
|
|
2618
|
+
|
|
2619
|
+
:param scope: -
|
|
2620
|
+
:param id: -
|
|
2621
|
+
:param arn: -
|
|
2622
|
+
'''
|
|
2623
|
+
if __debug__:
|
|
2624
|
+
type_hints = typing.get_type_hints(_typecheckingstub__952d6fa5f0120d9649475d290d7db9a47e3510ed333c700851b2aaa6a8ceeea1)
|
|
2625
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2626
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2627
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2628
|
+
return typing.cast(IConfigurationRef, jsii.sinvoke(cls, "fromConfigurationArn", [scope, id, arn]))
|
|
2629
|
+
|
|
2630
|
+
@jsii.member(jsii_name="fromConfigurationId")
|
|
2631
|
+
@builtins.classmethod
|
|
2632
|
+
def from_configuration_id(
|
|
2633
|
+
cls,
|
|
2634
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2635
|
+
id: builtins.str,
|
|
2636
|
+
configuration_id: builtins.str,
|
|
2637
|
+
) -> IConfigurationRef:
|
|
2638
|
+
'''Creates a new IConfigurationRef from a configurationId.
|
|
2639
|
+
|
|
2640
|
+
:param scope: -
|
|
2641
|
+
:param id: -
|
|
2642
|
+
:param configuration_id: -
|
|
2643
|
+
'''
|
|
2644
|
+
if __debug__:
|
|
2645
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3a206d532f247ca241ebd211136e297c9461a4b800008d2c7db68e5a8ba25948)
|
|
2646
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2647
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2648
|
+
check_type(argname="argument configuration_id", value=configuration_id, expected_type=type_hints["configuration_id"])
|
|
2649
|
+
return typing.cast(IConfigurationRef, jsii.sinvoke(cls, "fromConfigurationId", [scope, id, configuration_id]))
|
|
2650
|
+
|
|
2588
2651
|
@jsii.member(jsii_name="inspect")
|
|
2589
2652
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2590
2653
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3147,6 +3210,14 @@ def _typecheckingstub__d16f84aeefdd69c636acf0c8b4d958b93ded39c1da5d5eecb39ce8753
|
|
|
3147
3210
|
"""Type checking stubs"""
|
|
3148
3211
|
pass
|
|
3149
3212
|
|
|
3213
|
+
def _typecheckingstub__9c3ff9950394e78f42c5c2ee5ee24c371811514bc113748eae9a0642eff2005a(
|
|
3214
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3215
|
+
id: builtins.str,
|
|
3216
|
+
arn: builtins.str,
|
|
3217
|
+
) -> None:
|
|
3218
|
+
"""Type checking stubs"""
|
|
3219
|
+
pass
|
|
3220
|
+
|
|
3150
3221
|
def _typecheckingstub__2d7a61b5b47c0d5f9d4072378260a383a676994ae22eab1593156375aeda79a7(
|
|
3151
3222
|
inspector: _TreeInspector_488e0dd5,
|
|
3152
3223
|
) -> None:
|
|
@@ -3363,6 +3434,22 @@ def _typecheckingstub__e5d8c71c30a8f2bd8b3e455320ae87cc2204a9546d3ee226605a95753
|
|
|
3363
3434
|
"""Type checking stubs"""
|
|
3364
3435
|
pass
|
|
3365
3436
|
|
|
3437
|
+
def _typecheckingstub__952d6fa5f0120d9649475d290d7db9a47e3510ed333c700851b2aaa6a8ceeea1(
|
|
3438
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3439
|
+
id: builtins.str,
|
|
3440
|
+
arn: builtins.str,
|
|
3441
|
+
) -> None:
|
|
3442
|
+
"""Type checking stubs"""
|
|
3443
|
+
pass
|
|
3444
|
+
|
|
3445
|
+
def _typecheckingstub__3a206d532f247ca241ebd211136e297c9461a4b800008d2c7db68e5a8ba25948(
|
|
3446
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3447
|
+
id: builtins.str,
|
|
3448
|
+
configuration_id: builtins.str,
|
|
3449
|
+
) -> None:
|
|
3450
|
+
"""Type checking stubs"""
|
|
3451
|
+
pass
|
|
3452
|
+
|
|
3366
3453
|
def _typecheckingstub__df4e9311d1aa33bca48575d715d3a7e801184dc0b0d7ccbd91d39c5dd0ca05ce(
|
|
3367
3454
|
inspector: _TreeInspector_488e0dd5,
|
|
3368
3455
|
) -> None:
|
aws_cdk/aws_amplify/__init__.py
CHANGED
|
@@ -3447,8 +3447,8 @@ class CfnDomain(
|
|
|
3447
3447
|
|
|
3448
3448
|
If you are updating your domain to use a different certificate, ``Certificate`` points to the new certificate that is being created instead of the current active certificate. Otherwise, ``Certificate`` points to the current active certificate.
|
|
3449
3449
|
|
|
3450
|
-
:param certificate_arn: The Amazon resource name (ARN) for a custom certificate that you have already added to
|
|
3451
|
-
:param certificate_type: The type of SSL/TLS certificate that you want to use. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to
|
|
3450
|
+
:param certificate_arn: The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your AWS account . This field is required only when the certificate type is ``CUSTOM`` .
|
|
3451
|
+
:param certificate_type: The type of SSL/TLS certificate that you want to use. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
|
|
3452
3452
|
:param certificate_verification_dns_record: The DNS record for certificate verification.
|
|
3453
3453
|
|
|
3454
3454
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificate.html
|
|
@@ -3481,7 +3481,7 @@ class CfnDomain(
|
|
|
3481
3481
|
|
|
3482
3482
|
@builtins.property
|
|
3483
3483
|
def certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
3484
|
-
'''The Amazon resource name (ARN) for a custom certificate that you have already added to
|
|
3484
|
+
'''The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your AWS account .
|
|
3485
3485
|
|
|
3486
3486
|
This field is required only when the certificate type is ``CUSTOM`` .
|
|
3487
3487
|
|
|
@@ -3496,7 +3496,7 @@ class CfnDomain(
|
|
|
3496
3496
|
|
|
3497
3497
|
Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you.
|
|
3498
3498
|
|
|
3499
|
-
Specify ``CUSTOM`` to use your own certificate that you have already added to
|
|
3499
|
+
Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
|
|
3500
3500
|
|
|
3501
3501
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificate.html#cfn-amplify-domain-certificate-certificatetype
|
|
3502
3502
|
'''
|
|
@@ -3542,8 +3542,8 @@ class CfnDomain(
|
|
|
3542
3542
|
|
|
3543
3543
|
If a certificate type isn't specified, Amplify uses the default ``AMPLIFY_MANAGED`` certificate.
|
|
3544
3544
|
|
|
3545
|
-
:param certificate_type: The certificate type. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to
|
|
3546
|
-
:param custom_certificate_arn: The Amazon resource name (ARN) for the custom certificate that you have already added to
|
|
3545
|
+
:param certificate_type: The certificate type. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
|
|
3546
|
+
:param custom_certificate_arn: The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your AWS account . This field is required only when the certificate type is ``CUSTOM`` .
|
|
3547
3547
|
|
|
3548
3548
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificatesettings.html
|
|
3549
3549
|
:exampleMetadata: fixture=_generated
|
|
@@ -3575,7 +3575,7 @@ class CfnDomain(
|
|
|
3575
3575
|
|
|
3576
3576
|
Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you.
|
|
3577
3577
|
|
|
3578
|
-
Specify ``CUSTOM`` to use your own certificate that you have already added to
|
|
3578
|
+
Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
|
|
3579
3579
|
|
|
3580
3580
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificatesettings.html#cfn-amplify-domain-certificatesettings-certificatetype
|
|
3581
3581
|
'''
|
|
@@ -3584,7 +3584,7 @@ class CfnDomain(
|
|
|
3584
3584
|
|
|
3585
3585
|
@builtins.property
|
|
3586
3586
|
def custom_certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
3587
|
-
'''The Amazon resource name (ARN) for the custom certificate that you have already added to
|
|
3587
|
+
'''The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your AWS account .
|
|
3588
3588
|
|
|
3589
3589
|
This field is required only when the certificate type is ``CUSTOM`` .
|
|
3590
3590
|
|