aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.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 +19 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +185 -87
- aws_cdk/aws_apigateway/__init__.py +242 -0
- aws_cdk/aws_apigatewayv2/__init__.py +58 -0
- 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_appstream/__init__.py +87 -0
- aws_cdk/aws_appsync/__init__.py +58 -0
- aws_cdk/aws_apptest/__init__.py +58 -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 +58 -0
- aws_cdk/aws_bcmdataexports/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +501 -1
- aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +29 -0
- aws_cdk/aws_cloudfront/__init__.py +57 -0
- 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 +454 -74
- 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 +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +9 -9
- aws_cdk/aws_cur/__init__.py +34 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +44 -22
- aws_cdk/aws_datazone/__init__.py +93 -33
- aws_cdk/aws_dms/__init__.py +61 -5
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +58 -0
- aws_cdk/aws_ec2/__init__.py +4598 -22
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +2768 -79
- 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_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 +163 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +435 -0
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_greengrassv2/__init__.py +29 -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_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 +58 -0
- 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 +493 -0
- 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 +58 -0
- aws_cdk/aws_lambda/__init__.py +58 -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 +435 -0
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_msk/__init__.py +4 -2
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +6 -2
- aws_cdk/aws_networkmanager/__init__.py +29 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_omics/__init__.py +174 -0
- aws_cdk/aws_opensearchserverless/__init__.py +58 -0
- aws_cdk/aws_opensearchservice/__init__.py +58 -0
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- 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 +38 -0
- aws_cdk/aws_rds/__init__.py +97 -14
- 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_route53/__init__.py +8 -2
- 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 +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +107 -86
- 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 +319 -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 +261 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
- 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 +29 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_datasync/__init__.py
CHANGED
|
@@ -2223,8 +2223,8 @@ class CfnLocationSMBProps:
|
|
|
2223
2223
|
|
|
2224
2224
|
:param agent_arns: Specifies the DataSync agent (or agents) that can connect to your SMB file server. You specify an agent by using its Amazon Resource Name (ARN).
|
|
2225
2225
|
:param authentication_type: The authentication mode used to determine identity of user.
|
|
2226
|
-
:param cmk_secret_config: Specifies configuration information for a DataSync-managed secret, such as
|
|
2227
|
-
:param custom_secret_config: Specifies configuration information for a customer-managed secret
|
|
2226
|
+
:param cmk_secret_config: Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key . .. epigraph:: You can use either ``CmkSecretConfig`` or ``CustomSecretConfig`` to provide credentials for a ``CreateLocation`` request. Do not provide both parameters for the same request.
|
|
2227
|
+
:param custom_secret_config: Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. .. epigraph:: You can use either ``CmkSecretConfig`` or ``CustomSecretConfig`` to provide credentials for a ``CreateLocation`` request. Do not provide both parameters for the same request.
|
|
2228
2228
|
:param dns_ip_addresses: Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if AuthenticationType is set to KERBEROS. If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right SMB file server.
|
|
2229
2229
|
:param domain: Specifies the Windows domain name that your SMB file server belongs to. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
|
|
2230
2230
|
:param kerberos_keytab: The Base64 string representation of the Keytab file. Specifies your Kerberos key table (keytab) file, which includes mappings between your service principal name (SPN) and encryption keys. To avoid task execution errors, make sure that the SPN in the keytab file matches exactly what you specify for KerberosPrincipal and in your krb5.conf file.
|
|
@@ -2351,7 +2351,11 @@ class CfnLocationSMBProps:
|
|
|
2351
2351
|
def cmk_secret_config(
|
|
2352
2352
|
self,
|
|
2353
2353
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLocationSMB.CmkSecretConfigProperty"]]:
|
|
2354
|
-
'''Specifies configuration information for a DataSync-managed secret, such as
|
|
2354
|
+
'''Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .
|
|
2355
|
+
|
|
2356
|
+
.. epigraph::
|
|
2357
|
+
|
|
2358
|
+
You can use either ``CmkSecretConfig`` or ``CustomSecretConfig`` to provide credentials for a ``CreateLocation`` request. Do not provide both parameters for the same request.
|
|
2355
2359
|
|
|
2356
2360
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-cmksecretconfig
|
|
2357
2361
|
'''
|
|
@@ -2362,7 +2366,12 @@ class CfnLocationSMBProps:
|
|
|
2362
2366
|
def custom_secret_config(
|
|
2363
2367
|
self,
|
|
2364
2368
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLocationSMB.CustomSecretConfigProperty"]]:
|
|
2365
|
-
'''Specifies configuration information for a customer-managed
|
|
2369
|
+
'''Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text.
|
|
2370
|
+
|
|
2371
|
+
This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
|
|
2372
|
+
.. epigraph::
|
|
2373
|
+
|
|
2374
|
+
You can use either ``CmkSecretConfig`` or ``CustomSecretConfig`` to provide credentials for a ``CreateLocation`` request. Do not provide both parameters for the same request.
|
|
2366
2375
|
|
|
2367
2376
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-customsecretconfig
|
|
2368
2377
|
'''
|
|
@@ -8287,8 +8296,8 @@ class CfnLocationSMB(
|
|
|
8287
8296
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
8288
8297
|
:param agent_arns: Specifies the DataSync agent (or agents) that can connect to your SMB file server. You specify an agent by using its Amazon Resource Name (ARN).
|
|
8289
8298
|
:param authentication_type: The authentication mode used to determine identity of user.
|
|
8290
|
-
:param cmk_secret_config: Specifies configuration information for a DataSync-managed secret, such as
|
|
8291
|
-
:param custom_secret_config: Specifies configuration information for a customer-managed secret
|
|
8299
|
+
:param cmk_secret_config: Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key . .. epigraph:: You can use either ``CmkSecretConfig`` or ``CustomSecretConfig`` to provide credentials for a ``CreateLocation`` request. Do not provide both parameters for the same request.
|
|
8300
|
+
:param custom_secret_config: Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. .. epigraph:: You can use either ``CmkSecretConfig`` or ``CustomSecretConfig`` to provide credentials for a ``CreateLocation`` request. Do not provide both parameters for the same request.
|
|
8292
8301
|
:param dns_ip_addresses: Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if AuthenticationType is set to KERBEROS. If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right SMB file server.
|
|
8293
8302
|
:param domain: Specifies the Windows domain name that your SMB file server belongs to. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
|
|
8294
8303
|
:param kerberos_keytab: The Base64 string representation of the Keytab file. Specifies your Kerberos key table (keytab) file, which includes mappings between your service principal name (SPN) and encryption keys. To avoid task execution errors, make sure that the SPN in the keytab file matches exactly what you specify for KerberosPrincipal and in your krb5.conf file.
|
|
@@ -8358,7 +8367,9 @@ class CfnLocationSMB(
|
|
|
8358
8367
|
@builtins.property
|
|
8359
8368
|
@jsii.member(jsii_name="attrCmkSecretConfigSecretArn")
|
|
8360
8369
|
def attr_cmk_secret_config_secret_arn(self) -> builtins.str:
|
|
8361
|
-
'''Specifies the ARN for
|
|
8370
|
+
'''Specifies the ARN for the DataSync-managed AWS Secrets Manager secret that that is used to access a specific storage location.
|
|
8371
|
+
|
|
8372
|
+
This property is generated by DataSync and is read-only. DataSync encrypts this secret with the KMS key that you specify for ``KmsKeyArn`` .
|
|
8362
8373
|
|
|
8363
8374
|
:cloudformationAttribute: CmkSecretConfig.SecretArn
|
|
8364
8375
|
'''
|
|
@@ -8441,7 +8452,7 @@ class CfnLocationSMB(
|
|
|
8441
8452
|
def cmk_secret_config(
|
|
8442
8453
|
self,
|
|
8443
8454
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLocationSMB.CmkSecretConfigProperty"]]:
|
|
8444
|
-
'''Specifies configuration information for a DataSync-managed secret, such as
|
|
8455
|
+
'''Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .'''
|
|
8445
8456
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLocationSMB.CmkSecretConfigProperty"]], jsii.get(self, "cmkSecretConfig"))
|
|
8446
8457
|
|
|
8447
8458
|
@cmk_secret_config.setter
|
|
@@ -8459,7 +8470,7 @@ class CfnLocationSMB(
|
|
|
8459
8470
|
def custom_secret_config(
|
|
8460
8471
|
self,
|
|
8461
8472
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLocationSMB.CustomSecretConfigProperty"]]:
|
|
8462
|
-
'''Specifies configuration information for a customer-managed
|
|
8473
|
+
'''Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text.'''
|
|
8463
8474
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLocationSMB.CustomSecretConfigProperty"]], jsii.get(self, "customSecretConfig"))
|
|
8464
8475
|
|
|
8465
8476
|
@custom_secret_config.setter
|
|
@@ -8635,10 +8646,14 @@ class CfnLocationSMB(
|
|
|
8635
8646
|
kms_key_arn: typing.Optional[builtins.str] = None,
|
|
8636
8647
|
secret_arn: typing.Optional[builtins.str] = None,
|
|
8637
8648
|
) -> None:
|
|
8638
|
-
'''Specifies configuration information for a DataSync-managed secret, such as
|
|
8649
|
+
'''Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .
|
|
8650
|
+
|
|
8651
|
+
.. epigraph::
|
|
8652
|
+
|
|
8653
|
+
You can use either ``CmkSecretConfig`` or ``CustomSecretConfig`` to provide credentials for a ``CreateLocation`` request. Do not provide both parameters for the same request.
|
|
8639
8654
|
|
|
8640
|
-
:param kms_key_arn: Specifies the ARN for the customer-managed AWS KMS key
|
|
8641
|
-
:param secret_arn: Specifies the ARN for
|
|
8655
|
+
:param kms_key_arn: Specifies the ARN for the customer-managed AWS KMS key that DataSync uses to encrypt the DataSync-managed secret stored for ``SecretArn`` . DataSync provides this key to AWS Secrets Manager .
|
|
8656
|
+
:param secret_arn: Specifies the ARN for the DataSync-managed AWS Secrets Manager secret that that is used to access a specific storage location. This property is generated by DataSync and is read-only. DataSync encrypts this secret with the KMS key that you specify for ``KmsKeyArn`` .
|
|
8642
8657
|
|
|
8643
8658
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-cmksecretconfig.html
|
|
8644
8659
|
:exampleMetadata: fixture=_generated
|
|
@@ -8666,9 +8681,9 @@ class CfnLocationSMB(
|
|
|
8666
8681
|
|
|
8667
8682
|
@builtins.property
|
|
8668
8683
|
def kms_key_arn(self) -> typing.Optional[builtins.str]:
|
|
8669
|
-
'''Specifies the ARN for the customer-managed AWS KMS key
|
|
8684
|
+
'''Specifies the ARN for the customer-managed AWS KMS key that DataSync uses to encrypt the DataSync-managed secret stored for ``SecretArn`` .
|
|
8670
8685
|
|
|
8671
|
-
DataSync provides this key to AWS Secrets Manager.
|
|
8686
|
+
DataSync provides this key to AWS Secrets Manager .
|
|
8672
8687
|
|
|
8673
8688
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-cmksecretconfig.html#cfn-datasync-locationsmb-cmksecretconfig-kmskeyarn
|
|
8674
8689
|
'''
|
|
@@ -8677,7 +8692,9 @@ class CfnLocationSMB(
|
|
|
8677
8692
|
|
|
8678
8693
|
@builtins.property
|
|
8679
8694
|
def secret_arn(self) -> typing.Optional[builtins.str]:
|
|
8680
|
-
'''Specifies the ARN for
|
|
8695
|
+
'''Specifies the ARN for the DataSync-managed AWS Secrets Manager secret that that is used to access a specific storage location.
|
|
8696
|
+
|
|
8697
|
+
This property is generated by DataSync and is read-only. DataSync encrypts this secret with the KMS key that you specify for ``KmsKeyArn`` .
|
|
8681
8698
|
|
|
8682
8699
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-cmksecretconfig.html#cfn-datasync-locationsmb-cmksecretconfig-secretarn
|
|
8683
8700
|
'''
|
|
@@ -8710,10 +8727,15 @@ class CfnLocationSMB(
|
|
|
8710
8727
|
secret_access_role_arn: builtins.str,
|
|
8711
8728
|
secret_arn: builtins.str,
|
|
8712
8729
|
) -> None:
|
|
8713
|
-
'''Specifies configuration information for a customer-managed
|
|
8730
|
+
'''Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text.
|
|
8714
8731
|
|
|
8715
|
-
|
|
8716
|
-
|
|
8732
|
+
This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
|
|
8733
|
+
.. epigraph::
|
|
8734
|
+
|
|
8735
|
+
You can use either ``CmkSecretConfig`` or ``CustomSecretConfig`` to provide credentials for a ``CreateLocation`` request. Do not provide both parameters for the same request.
|
|
8736
|
+
|
|
8737
|
+
:param secret_access_role_arn: Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for ``SecretArn`` .
|
|
8738
|
+
:param secret_arn: Specifies the ARN for an AWS Secrets Manager secret.
|
|
8717
8739
|
|
|
8718
8740
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-customsecretconfig.html
|
|
8719
8741
|
:exampleMetadata: fixture=_generated
|
|
@@ -8740,7 +8762,7 @@ class CfnLocationSMB(
|
|
|
8740
8762
|
|
|
8741
8763
|
@builtins.property
|
|
8742
8764
|
def secret_access_role_arn(self) -> builtins.str:
|
|
8743
|
-
'''Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
|
|
8765
|
+
'''Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for ``SecretArn`` .
|
|
8744
8766
|
|
|
8745
8767
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-customsecretconfig.html#cfn-datasync-locationsmb-customsecretconfig-secretaccessrolearn
|
|
8746
8768
|
'''
|
|
@@ -8750,7 +8772,7 @@ class CfnLocationSMB(
|
|
|
8750
8772
|
|
|
8751
8773
|
@builtins.property
|
|
8752
8774
|
def secret_arn(self) -> builtins.str:
|
|
8753
|
-
'''Specifies the ARN for
|
|
8775
|
+
'''Specifies the ARN for an AWS Secrets Manager secret.
|
|
8754
8776
|
|
|
8755
8777
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-customsecretconfig.html#cfn-datasync-locationsmb-customsecretconfig-secretarn
|
|
8756
8778
|
'''
|
|
@@ -8776,9 +8798,9 @@ class CfnLocationSMB(
|
|
|
8776
8798
|
)
|
|
8777
8799
|
class ManagedSecretConfigProperty:
|
|
8778
8800
|
def __init__(self, *, secret_arn: builtins.str) -> None:
|
|
8779
|
-
'''Specifies configuration information for a DataSync-managed secret, such as
|
|
8801
|
+
'''Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location.
|
|
8780
8802
|
|
|
8781
|
-
DataSync uses the default AWS-managed KMS key to encrypt this secret in AWS Secrets Manager.
|
|
8803
|
+
DataSync uses the default AWS -managed KMS key to encrypt this secret in AWS Secrets Manager .
|
|
8782
8804
|
|
|
8783
8805
|
:param secret_arn: Specifies the ARN for an AWS Secrets Manager secret.
|
|
8784
8806
|
|
aws_cdk/aws_datazone/__init__.py
CHANGED
|
@@ -1709,12 +1709,12 @@ class CfnFormTypeProps:
|
|
|
1709
1709
|
) -> None:
|
|
1710
1710
|
'''Properties for defining a ``CfnFormType``.
|
|
1711
1711
|
|
|
1712
|
-
:param domain_identifier: The
|
|
1713
|
-
:param model:
|
|
1714
|
-
:param name: The name of
|
|
1715
|
-
:param owning_project_identifier: The
|
|
1716
|
-
:param description: The description of
|
|
1717
|
-
:param status: The status of
|
|
1712
|
+
:param domain_identifier: The identifier of the Amazon DataZone domain in which the form type exists.
|
|
1713
|
+
:param model: The model of the form type.
|
|
1714
|
+
:param name: The name of the form type.
|
|
1715
|
+
:param owning_project_identifier: The identifier of the project that owns the form type.
|
|
1716
|
+
:param description: The description of the metadata form type.
|
|
1717
|
+
:param status: The status of the form type.
|
|
1718
1718
|
|
|
1719
1719
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html
|
|
1720
1720
|
:exampleMetadata: fixture=_generated
|
|
@@ -1759,7 +1759,7 @@ class CfnFormTypeProps:
|
|
|
1759
1759
|
|
|
1760
1760
|
@builtins.property
|
|
1761
1761
|
def domain_identifier(self) -> builtins.str:
|
|
1762
|
-
'''The
|
|
1762
|
+
'''The identifier of the Amazon DataZone domain in which the form type exists.
|
|
1763
1763
|
|
|
1764
1764
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-domainidentifier
|
|
1765
1765
|
'''
|
|
@@ -1769,7 +1769,7 @@ class CfnFormTypeProps:
|
|
|
1769
1769
|
|
|
1770
1770
|
@builtins.property
|
|
1771
1771
|
def model(self) -> typing.Union[_IResolvable_da3f097b, "CfnFormType.ModelProperty"]:
|
|
1772
|
-
'''
|
|
1772
|
+
'''The model of the form type.
|
|
1773
1773
|
|
|
1774
1774
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-model
|
|
1775
1775
|
'''
|
|
@@ -1779,7 +1779,7 @@ class CfnFormTypeProps:
|
|
|
1779
1779
|
|
|
1780
1780
|
@builtins.property
|
|
1781
1781
|
def name(self) -> builtins.str:
|
|
1782
|
-
'''The name of
|
|
1782
|
+
'''The name of the form type.
|
|
1783
1783
|
|
|
1784
1784
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-name
|
|
1785
1785
|
'''
|
|
@@ -1789,7 +1789,7 @@ class CfnFormTypeProps:
|
|
|
1789
1789
|
|
|
1790
1790
|
@builtins.property
|
|
1791
1791
|
def owning_project_identifier(self) -> builtins.str:
|
|
1792
|
-
'''The
|
|
1792
|
+
'''The identifier of the project that owns the form type.
|
|
1793
1793
|
|
|
1794
1794
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-owningprojectidentifier
|
|
1795
1795
|
'''
|
|
@@ -1799,7 +1799,7 @@ class CfnFormTypeProps:
|
|
|
1799
1799
|
|
|
1800
1800
|
@builtins.property
|
|
1801
1801
|
def description(self) -> typing.Optional[builtins.str]:
|
|
1802
|
-
'''The description of
|
|
1802
|
+
'''The description of the metadata form type.
|
|
1803
1803
|
|
|
1804
1804
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-description
|
|
1805
1805
|
'''
|
|
@@ -1808,7 +1808,7 @@ class CfnFormTypeProps:
|
|
|
1808
1808
|
|
|
1809
1809
|
@builtins.property
|
|
1810
1810
|
def status(self) -> typing.Optional[builtins.str]:
|
|
1811
|
-
'''The status of
|
|
1811
|
+
'''The status of the form type.
|
|
1812
1812
|
|
|
1813
1813
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-status
|
|
1814
1814
|
'''
|
|
@@ -9594,6 +9594,48 @@ class CfnDomain(
|
|
|
9594
9594
|
|
|
9595
9595
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9596
9596
|
|
|
9597
|
+
@jsii.member(jsii_name="fromDomainArn")
|
|
9598
|
+
@builtins.classmethod
|
|
9599
|
+
def from_domain_arn(
|
|
9600
|
+
cls,
|
|
9601
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9602
|
+
id: builtins.str,
|
|
9603
|
+
arn: builtins.str,
|
|
9604
|
+
) -> IDomainRef:
|
|
9605
|
+
'''Creates a new IDomainRef from an ARN.
|
|
9606
|
+
|
|
9607
|
+
:param scope: -
|
|
9608
|
+
:param id: -
|
|
9609
|
+
:param arn: -
|
|
9610
|
+
'''
|
|
9611
|
+
if __debug__:
|
|
9612
|
+
type_hints = typing.get_type_hints(_typecheckingstub__184266697bd0b40b6137c37aa81e137c2d331c0790dbbb08061a3d04dcf83f9c)
|
|
9613
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9614
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9615
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9616
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainArn", [scope, id, arn]))
|
|
9617
|
+
|
|
9618
|
+
@jsii.member(jsii_name="fromDomainId")
|
|
9619
|
+
@builtins.classmethod
|
|
9620
|
+
def from_domain_id(
|
|
9621
|
+
cls,
|
|
9622
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9623
|
+
id: builtins.str,
|
|
9624
|
+
domain_id: builtins.str,
|
|
9625
|
+
) -> IDomainRef:
|
|
9626
|
+
'''Creates a new IDomainRef from a domainId.
|
|
9627
|
+
|
|
9628
|
+
:param scope: -
|
|
9629
|
+
:param id: -
|
|
9630
|
+
:param domain_id: -
|
|
9631
|
+
'''
|
|
9632
|
+
if __debug__:
|
|
9633
|
+
type_hints = typing.get_type_hints(_typecheckingstub__980a13437d77898f5d34721718082a5f116a6033aaf35aa8e2f76cb08c6ae77c)
|
|
9634
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9635
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9636
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
9637
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainId", [scope, id, domain_id]))
|
|
9638
|
+
|
|
9597
9639
|
@jsii.member(jsii_name="inspect")
|
|
9598
9640
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9599
9641
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11702,7 +11744,7 @@ class CfnFormType(
|
|
|
11702
11744
|
metaclass=jsii.JSIIMeta,
|
|
11703
11745
|
jsii_type="aws-cdk-lib.aws_datazone.CfnFormType",
|
|
11704
11746
|
):
|
|
11705
|
-
'''
|
|
11747
|
+
'''The details of the metadata form type.
|
|
11706
11748
|
|
|
11707
11749
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html
|
|
11708
11750
|
:cloudformationResource: AWS::DataZone::FormType
|
|
@@ -11743,12 +11785,12 @@ class CfnFormType(
|
|
|
11743
11785
|
'''
|
|
11744
11786
|
:param scope: Scope in which this resource is defined.
|
|
11745
11787
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
11746
|
-
:param domain_identifier: The
|
|
11747
|
-
:param model:
|
|
11748
|
-
:param name: The name of
|
|
11749
|
-
:param owning_project_identifier: The
|
|
11750
|
-
:param description: The description of
|
|
11751
|
-
:param status: The status of
|
|
11788
|
+
:param domain_identifier: The identifier of the Amazon DataZone domain in which the form type exists.
|
|
11789
|
+
:param model: The model of the form type.
|
|
11790
|
+
:param name: The name of the form type.
|
|
11791
|
+
:param owning_project_identifier: The identifier of the project that owns the form type.
|
|
11792
|
+
:param description: The description of the metadata form type.
|
|
11793
|
+
:param status: The status of the form type.
|
|
11752
11794
|
'''
|
|
11753
11795
|
if __debug__:
|
|
11754
11796
|
type_hints = typing.get_type_hints(_typecheckingstub__f81071a1a99e5415d6626de96c93bf3bae9973b224056b0dd081b7dea58b9c42)
|
|
@@ -11798,7 +11840,7 @@ class CfnFormType(
|
|
|
11798
11840
|
@builtins.property
|
|
11799
11841
|
@jsii.member(jsii_name="attrCreatedAt")
|
|
11800
11842
|
def attr_created_at(self) -> builtins.str:
|
|
11801
|
-
'''The timestamp of when
|
|
11843
|
+
'''The timestamp of when the metadata form type was created.
|
|
11802
11844
|
|
|
11803
11845
|
:cloudformationAttribute: CreatedAt
|
|
11804
11846
|
'''
|
|
@@ -11807,7 +11849,7 @@ class CfnFormType(
|
|
|
11807
11849
|
@builtins.property
|
|
11808
11850
|
@jsii.member(jsii_name="attrCreatedBy")
|
|
11809
11851
|
def attr_created_by(self) -> builtins.str:
|
|
11810
|
-
'''The user who created
|
|
11852
|
+
'''The Amazon DataZone user who created teh metadata form type.
|
|
11811
11853
|
|
|
11812
11854
|
:cloudformationAttribute: CreatedBy
|
|
11813
11855
|
'''
|
|
@@ -11816,7 +11858,7 @@ class CfnFormType(
|
|
|
11816
11858
|
@builtins.property
|
|
11817
11859
|
@jsii.member(jsii_name="attrDomainId")
|
|
11818
11860
|
def attr_domain_id(self) -> builtins.str:
|
|
11819
|
-
'''The
|
|
11861
|
+
'''The identifier of the Amazon DataZone domain in which the form type exists.
|
|
11820
11862
|
|
|
11821
11863
|
:cloudformationAttribute: DomainId
|
|
11822
11864
|
'''
|
|
@@ -11825,7 +11867,7 @@ class CfnFormType(
|
|
|
11825
11867
|
@builtins.property
|
|
11826
11868
|
@jsii.member(jsii_name="attrFormTypeIdentifier")
|
|
11827
11869
|
def attr_form_type_identifier(self) -> builtins.str:
|
|
11828
|
-
'''The ID of
|
|
11870
|
+
'''The ID of the metadata form type.
|
|
11829
11871
|
|
|
11830
11872
|
:cloudformationAttribute: FormTypeIdentifier
|
|
11831
11873
|
'''
|
|
@@ -11834,7 +11876,7 @@ class CfnFormType(
|
|
|
11834
11876
|
@builtins.property
|
|
11835
11877
|
@jsii.member(jsii_name="attrOwningProjectId")
|
|
11836
11878
|
def attr_owning_project_id(self) -> builtins.str:
|
|
11837
|
-
'''The
|
|
11879
|
+
'''The identifier of the project that owns the form type.
|
|
11838
11880
|
|
|
11839
11881
|
:cloudformationAttribute: OwningProjectId
|
|
11840
11882
|
'''
|
|
@@ -11843,7 +11885,7 @@ class CfnFormType(
|
|
|
11843
11885
|
@builtins.property
|
|
11844
11886
|
@jsii.member(jsii_name="attrRevision")
|
|
11845
11887
|
def attr_revision(self) -> builtins.str:
|
|
11846
|
-
'''The revision of
|
|
11888
|
+
'''The revision of the form type.
|
|
11847
11889
|
|
|
11848
11890
|
:cloudformationAttribute: Revision
|
|
11849
11891
|
'''
|
|
@@ -11863,7 +11905,7 @@ class CfnFormType(
|
|
|
11863
11905
|
@builtins.property
|
|
11864
11906
|
@jsii.member(jsii_name="domainIdentifier")
|
|
11865
11907
|
def domain_identifier(self) -> builtins.str:
|
|
11866
|
-
'''The
|
|
11908
|
+
'''The identifier of the Amazon DataZone domain in which the form type exists.'''
|
|
11867
11909
|
return typing.cast(builtins.str, jsii.get(self, "domainIdentifier"))
|
|
11868
11910
|
|
|
11869
11911
|
@domain_identifier.setter
|
|
@@ -11876,7 +11918,7 @@ class CfnFormType(
|
|
|
11876
11918
|
@builtins.property
|
|
11877
11919
|
@jsii.member(jsii_name="model")
|
|
11878
11920
|
def model(self) -> typing.Union[_IResolvable_da3f097b, "CfnFormType.ModelProperty"]:
|
|
11879
|
-
'''
|
|
11921
|
+
'''The model of the form type.'''
|
|
11880
11922
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnFormType.ModelProperty"], jsii.get(self, "model"))
|
|
11881
11923
|
|
|
11882
11924
|
@model.setter
|
|
@@ -11892,7 +11934,7 @@ class CfnFormType(
|
|
|
11892
11934
|
@builtins.property
|
|
11893
11935
|
@jsii.member(jsii_name="name")
|
|
11894
11936
|
def name(self) -> builtins.str:
|
|
11895
|
-
'''The name of
|
|
11937
|
+
'''The name of the form type.'''
|
|
11896
11938
|
return typing.cast(builtins.str, jsii.get(self, "name"))
|
|
11897
11939
|
|
|
11898
11940
|
@name.setter
|
|
@@ -11905,7 +11947,7 @@ class CfnFormType(
|
|
|
11905
11947
|
@builtins.property
|
|
11906
11948
|
@jsii.member(jsii_name="owningProjectIdentifier")
|
|
11907
11949
|
def owning_project_identifier(self) -> builtins.str:
|
|
11908
|
-
'''The
|
|
11950
|
+
'''The identifier of the project that owns the form type.'''
|
|
11909
11951
|
return typing.cast(builtins.str, jsii.get(self, "owningProjectIdentifier"))
|
|
11910
11952
|
|
|
11911
11953
|
@owning_project_identifier.setter
|
|
@@ -11918,7 +11960,7 @@ class CfnFormType(
|
|
|
11918
11960
|
@builtins.property
|
|
11919
11961
|
@jsii.member(jsii_name="description")
|
|
11920
11962
|
def description(self) -> typing.Optional[builtins.str]:
|
|
11921
|
-
'''The description of
|
|
11963
|
+
'''The description of the metadata form type.'''
|
|
11922
11964
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
|
|
11923
11965
|
|
|
11924
11966
|
@description.setter
|
|
@@ -11931,7 +11973,7 @@ class CfnFormType(
|
|
|
11931
11973
|
@builtins.property
|
|
11932
11974
|
@jsii.member(jsii_name="status")
|
|
11933
11975
|
def status(self) -> typing.Optional[builtins.str]:
|
|
11934
|
-
'''The status of
|
|
11976
|
+
'''The status of the form type.'''
|
|
11935
11977
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "status"))
|
|
11936
11978
|
|
|
11937
11979
|
@status.setter
|
|
@@ -12252,7 +12294,8 @@ class CfnOwner(
|
|
|
12252
12294
|
@builtins.property
|
|
12253
12295
|
@jsii.member(jsii_name="attrOwnerIdentifier")
|
|
12254
12296
|
def attr_owner_identifier(self) -> builtins.str:
|
|
12255
|
-
'''
|
|
12297
|
+
'''The ID of the entity to which you want to add an owner.
|
|
12298
|
+
|
|
12256
12299
|
:cloudformationAttribute: OwnerIdentifier
|
|
12257
12300
|
'''
|
|
12258
12301
|
return typing.cast(builtins.str, jsii.get(self, "attrOwnerIdentifier"))
|
|
@@ -12260,7 +12303,8 @@ class CfnOwner(
|
|
|
12260
12303
|
@builtins.property
|
|
12261
12304
|
@jsii.member(jsii_name="attrOwnerType")
|
|
12262
12305
|
def attr_owner_type(self) -> builtins.str:
|
|
12263
|
-
'''
|
|
12306
|
+
'''The owner that you want to add to the entity.
|
|
12307
|
+
|
|
12264
12308
|
:cloudformationAttribute: OwnerType
|
|
12265
12309
|
'''
|
|
12266
12310
|
return typing.cast(builtins.str, jsii.get(self, "attrOwnerType"))
|
|
@@ -17587,6 +17631,22 @@ def _typecheckingstub__047efef40bc572d080b2e64b8f32c1db40e40ba16fc7d29d887073e9c
|
|
|
17587
17631
|
"""Type checking stubs"""
|
|
17588
17632
|
pass
|
|
17589
17633
|
|
|
17634
|
+
def _typecheckingstub__184266697bd0b40b6137c37aa81e137c2d331c0790dbbb08061a3d04dcf83f9c(
|
|
17635
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
17636
|
+
id: builtins.str,
|
|
17637
|
+
arn: builtins.str,
|
|
17638
|
+
) -> None:
|
|
17639
|
+
"""Type checking stubs"""
|
|
17640
|
+
pass
|
|
17641
|
+
|
|
17642
|
+
def _typecheckingstub__980a13437d77898f5d34721718082a5f116a6033aaf35aa8e2f76cb08c6ae77c(
|
|
17643
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
17644
|
+
id: builtins.str,
|
|
17645
|
+
domain_id: builtins.str,
|
|
17646
|
+
) -> None:
|
|
17647
|
+
"""Type checking stubs"""
|
|
17648
|
+
pass
|
|
17649
|
+
|
|
17590
17650
|
def _typecheckingstub__44ac286b6a265a7b8c549e9f75d607cdf3e71f300523940763c96adb368c15ac(
|
|
17591
17651
|
inspector: _TreeInspector_488e0dd5,
|
|
17592
17652
|
) -> None:
|
aws_cdk/aws_dms/__init__.py
CHANGED
|
@@ -1768,7 +1768,7 @@ class CfnInstanceProfileProps:
|
|
|
1768
1768
|
:param description: A description of the instance profile. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
|
|
1769
1769
|
:param instance_profile_identifier: The identifier of the instance profile. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
|
|
1770
1770
|
:param instance_profile_name: The user-friendly name for the instance profile.
|
|
1771
|
-
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses
|
|
1771
|
+
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses an AWS owned encryption key to encrypt your resources.
|
|
1772
1772
|
:param network_type: Specifies the network type for the instance profile. A value of ``IPV4`` represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of ``IPV6`` represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of ``DUAL`` represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.
|
|
1773
1773
|
:param publicly_accessible: Specifies the accessibility options for the instance profile. A value of ``true`` represents an instance profile with a public IP address. A value of ``false`` represents an instance profile with a private IP address. The default value is ``true`` . Default: - false
|
|
1774
1774
|
:param subnet_group_identifier: The identifier of the subnet group that is associated with the instance profile.
|
|
@@ -1878,9 +1878,7 @@ class CfnInstanceProfileProps:
|
|
|
1878
1878
|
def kms_key_arn(self) -> typing.Optional[builtins.str]:
|
|
1879
1879
|
'''The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile.
|
|
1880
1880
|
|
|
1881
|
-
If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses
|
|
1882
|
-
|
|
1883
|
-
AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .
|
|
1881
|
+
If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses an AWS owned encryption key to encrypt your resources.
|
|
1884
1882
|
|
|
1885
1883
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-kmskeyarn
|
|
1886
1884
|
'''
|
|
@@ -4239,6 +4237,27 @@ class CfnCertificate(
|
|
|
4239
4237
|
|
|
4240
4238
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4241
4239
|
|
|
4240
|
+
@jsii.member(jsii_name="fromCertificateId")
|
|
4241
|
+
@builtins.classmethod
|
|
4242
|
+
def from_certificate_id(
|
|
4243
|
+
cls,
|
|
4244
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4245
|
+
id: builtins.str,
|
|
4246
|
+
certificate_id: builtins.str,
|
|
4247
|
+
) -> ICertificateRef:
|
|
4248
|
+
'''Creates a new ICertificateRef from a certificateId.
|
|
4249
|
+
|
|
4250
|
+
:param scope: -
|
|
4251
|
+
:param id: -
|
|
4252
|
+
:param certificate_id: -
|
|
4253
|
+
'''
|
|
4254
|
+
if __debug__:
|
|
4255
|
+
type_hints = typing.get_type_hints(_typecheckingstub__54c58e4c61ec8f4fec86aeebbf242c64f4df21097435a1de2fa86d057deacae4)
|
|
4256
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4257
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4258
|
+
check_type(argname="argument certificate_id", value=certificate_id, expected_type=type_hints["certificate_id"])
|
|
4259
|
+
return typing.cast(ICertificateRef, jsii.sinvoke(cls, "fromCertificateId", [scope, id, certificate_id]))
|
|
4260
|
+
|
|
4242
4261
|
@jsii.member(jsii_name="inspect")
|
|
4243
4262
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4244
4263
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7166,6 +7185,27 @@ class CfnEndpoint(
|
|
|
7166
7185
|
|
|
7167
7186
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7168
7187
|
|
|
7188
|
+
@jsii.member(jsii_name="fromEndpointId")
|
|
7189
|
+
@builtins.classmethod
|
|
7190
|
+
def from_endpoint_id(
|
|
7191
|
+
cls,
|
|
7192
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7193
|
+
id: builtins.str,
|
|
7194
|
+
endpoint_id: builtins.str,
|
|
7195
|
+
) -> IEndpointRef:
|
|
7196
|
+
'''Creates a new IEndpointRef from a endpointId.
|
|
7197
|
+
|
|
7198
|
+
:param scope: -
|
|
7199
|
+
:param id: -
|
|
7200
|
+
:param endpoint_id: -
|
|
7201
|
+
'''
|
|
7202
|
+
if __debug__:
|
|
7203
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cc7544659847cebf1010859beefe92e136eed06aeede14a54bb30e07bc5741a0)
|
|
7204
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7205
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7206
|
+
check_type(argname="argument endpoint_id", value=endpoint_id, expected_type=type_hints["endpoint_id"])
|
|
7207
|
+
return typing.cast(IEndpointRef, jsii.sinvoke(cls, "fromEndpointId", [scope, id, endpoint_id]))
|
|
7208
|
+
|
|
7169
7209
|
@jsii.member(jsii_name="inspect")
|
|
7170
7210
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7171
7211
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13180,7 +13220,7 @@ class CfnInstanceProfile(
|
|
|
13180
13220
|
:param description: A description of the instance profile. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
|
|
13181
13221
|
:param instance_profile_identifier: The identifier of the instance profile. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
|
|
13182
13222
|
:param instance_profile_name: The user-friendly name for the instance profile.
|
|
13183
|
-
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses
|
|
13223
|
+
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses an AWS owned encryption key to encrypt your resources.
|
|
13184
13224
|
:param network_type: Specifies the network type for the instance profile. A value of ``IPV4`` represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of ``IPV6`` represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of ``DUAL`` represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.
|
|
13185
13225
|
:param publicly_accessible: Specifies the accessibility options for the instance profile. A value of ``true`` represents an instance profile with a public IP address. A value of ``false`` represents an instance profile with a private IP address. The default value is ``true`` . Default: - false
|
|
13186
13226
|
:param subnet_group_identifier: The identifier of the subnet group that is associated with the instance profile.
|
|
@@ -15725,6 +15765,14 @@ def _typecheckingstub__f7c4a44b8a3c02f3f6ada86310479fa26dc0b32d4fba95316eb3faa44
|
|
|
15725
15765
|
"""Type checking stubs"""
|
|
15726
15766
|
pass
|
|
15727
15767
|
|
|
15768
|
+
def _typecheckingstub__54c58e4c61ec8f4fec86aeebbf242c64f4df21097435a1de2fa86d057deacae4(
|
|
15769
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15770
|
+
id: builtins.str,
|
|
15771
|
+
certificate_id: builtins.str,
|
|
15772
|
+
) -> None:
|
|
15773
|
+
"""Type checking stubs"""
|
|
15774
|
+
pass
|
|
15775
|
+
|
|
15728
15776
|
def _typecheckingstub__ec185f31d9affa5fa834d99f40ff8a27fcf34f84f01e6395782727e60768851f(
|
|
15729
15777
|
inspector: _TreeInspector_488e0dd5,
|
|
15730
15778
|
) -> None:
|
|
@@ -16088,6 +16136,14 @@ def _typecheckingstub__738d71cd2300575c2c6537801f3dede195e2179cefcdceb9d0410340f
|
|
|
16088
16136
|
"""Type checking stubs"""
|
|
16089
16137
|
pass
|
|
16090
16138
|
|
|
16139
|
+
def _typecheckingstub__cc7544659847cebf1010859beefe92e136eed06aeede14a54bb30e07bc5741a0(
|
|
16140
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16141
|
+
id: builtins.str,
|
|
16142
|
+
endpoint_id: builtins.str,
|
|
16143
|
+
) -> None:
|
|
16144
|
+
"""Type checking stubs"""
|
|
16145
|
+
pass
|
|
16146
|
+
|
|
16091
16147
|
def _typecheckingstub__f057bd27ac6280cd130ed12f9511a5cdfb108a079b1bda778b1eafc415ee366d(
|
|
16092
16148
|
inspector: _TreeInspector_488e0dd5,
|
|
16093
16149
|
) -> None:
|