aws-cdk-lib 2.185.0__py3-none-any.whl → 2.187.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 +383 -145
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.185.0.jsii.tgz → aws-cdk-lib@2.187.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -2
- aws_cdk/aws_amplify/__init__.py +124 -0
- aws_cdk/aws_apigateway/__init__.py +48 -2
- aws_cdk/aws_apigatewayv2/__init__.py +9 -0
- aws_cdk/aws_appconfig/__init__.py +3 -3
- aws_cdk/aws_applicationsignals/__init__.py +363 -3
- aws_cdk/aws_appsync/__init__.py +74 -3
- aws_cdk/aws_bedrock/__init__.py +395 -14
- aws_cdk/aws_cassandra/__init__.py +2 -2
- aws_cdk/aws_cleanrooms/__init__.py +21 -9
- aws_cdk/aws_cloudformation/__init__.py +1 -5
- aws_cdk/aws_cloudfront/__init__.py +15 -1
- aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
- aws_cdk/aws_cloudtrail/__init__.py +4 -18
- aws_cdk/aws_cloudwatch/__init__.py +50 -50
- aws_cdk/aws_codeartifact/__init__.py +20 -33
- aws_cdk/aws_codebuild/__init__.py +9 -0
- aws_cdk/aws_codepipeline/__init__.py +1328 -120
- aws_cdk/aws_cognito/__init__.py +1 -1
- aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
- aws_cdk/aws_config/__init__.py +2 -5
- aws_cdk/aws_connect/__init__.py +3 -7
- aws_cdk/aws_controltower/__init__.py +18 -26
- aws_cdk/aws_datazone/__init__.py +3540 -10
- aws_cdk/aws_detective/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +37 -0
- aws_cdk/aws_ec2/__init__.py +714 -37
- aws_cdk/aws_ecr/__init__.py +143 -0
- aws_cdk/aws_ecr_assets/__init__.py +115 -4
- aws_cdk/aws_ecs/__init__.py +66 -20
- aws_cdk/aws_eks/__init__.py +114 -0
- aws_cdk/aws_events/__init__.py +26 -6
- aws_cdk/aws_forecast/__init__.py +1 -1
- aws_cdk/aws_fsx/__init__.py +2 -2
- aws_cdk/aws_gamelift/__init__.py +11 -11
- aws_cdk/aws_iam/__init__.py +264 -0
- aws_cdk/aws_identitystore/__init__.py +16 -16
- aws_cdk/aws_imagebuilder/__init__.py +3 -27
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +2 -3
- aws_cdk/aws_kms/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +112 -5
- aws_cdk/aws_lambda_event_sources/__init__.py +65 -3
- aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
- aws_cdk/aws_lex/__init__.py +981 -5
- aws_cdk/aws_location/__init__.py +24 -7
- aws_cdk/aws_mediaconnect/__init__.py +714 -290
- aws_cdk/aws_msk/__init__.py +8 -2
- aws_cdk/aws_mwaa/__init__.py +9 -9
- aws_cdk/aws_networkfirewall/__init__.py +60 -12
- aws_cdk/aws_oam/__init__.py +8 -37
- aws_cdk/aws_omics/__init__.py +216 -0
- aws_cdk/aws_quicksight/__init__.py +250 -108
- aws_cdk/aws_rds/__init__.py +102 -10
- aws_cdk/aws_redshiftserverless/__init__.py +192 -15
- aws_cdk/aws_route53/__init__.py +2 -2
- aws_cdk/aws_route53recoverycontrol/__init__.py +43 -2
- aws_cdk/aws_rum/__init__.py +315 -52
- aws_cdk/aws_s3_assets/__init__.py +70 -1
- aws_cdk/aws_s3_deployment/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +6 -4
- aws_cdk/aws_scheduler/__init__.py +3944 -121
- aws_cdk/aws_scheduler_targets/__init__.py +4460 -0
- aws_cdk/aws_securitylake/__init__.py +2 -2
- aws_cdk/aws_servicecatalog/__init__.py +4 -0
- aws_cdk/aws_sns/__init__.py +1 -1
- aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
- aws_cdk/aws_stepfunctions/__init__.py +8 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
- aws_cdk/aws_synthetics/__init__.py +9 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +150 -0
- aws_cdk/aws_timestream/__init__.py +4 -4
- aws_cdk/aws_wafv2/__init__.py +1117 -1446
- aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +38 -0
- aws_cdk/pipelines/__init__.py +20 -2
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/RECORD +87 -85
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/top_level.txt +0 -0
|
@@ -2834,6 +2834,7 @@ class ApiDefinition(
|
|
|
2834
2834
|
file: builtins.str,
|
|
2835
2835
|
*,
|
|
2836
2836
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
2837
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
2837
2838
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
2838
2839
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
2839
2840
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -2847,6 +2848,7 @@ class ApiDefinition(
|
|
|
2847
2848
|
|
|
2848
2849
|
:param file: -
|
|
2849
2850
|
:param deploy_time: Whether or not the asset needs to exist beyond deployment time; i.e. are copied over to a different location and not needed afterwards. Setting this property to true has an impact on the lifecycle of the asset, because we will assume that it is safe to delete after the CloudFormation deployment succeeds. For example, Lambda Function assets are copied over to Lambda during deployment. Therefore, it is not necessary to store the asset in S3, so we consider those deployTime assets. Default: false
|
|
2851
|
+
:param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. The default is the construct path of the Asset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAsset()``), this will look like ``MyFunction/Code``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
|
|
2850
2852
|
:param readers: A list of principals that should be able to read this asset from S3. You can use ``asset.grantRead(principal)`` to grant read permissions later. Default: - No principals that can read file asset.
|
|
2851
2853
|
:param source_kms_key: The ARN of the KMS key used to encrypt the handler code. Default: - the default server-side encryption with Amazon S3 managed keys(SSE-S3) key will be used.
|
|
2852
2854
|
:param asset_hash: Specify a custom hash for this asset. If ``assetHashType`` is set it must be set to ``AssetHashType.CUSTOM``. For consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash. NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated. Default: - based on ``assetHashType``
|
|
@@ -2861,6 +2863,7 @@ class ApiDefinition(
|
|
|
2861
2863
|
check_type(argname="argument file", value=file, expected_type=type_hints["file"])
|
|
2862
2864
|
options = _AssetOptions_2aa69621(
|
|
2863
2865
|
deploy_time=deploy_time,
|
|
2866
|
+
display_name=display_name,
|
|
2864
2867
|
readers=readers,
|
|
2865
2868
|
source_kms_key=source_kms_key,
|
|
2866
2869
|
asset_hash=asset_hash,
|
|
@@ -3266,6 +3269,7 @@ class AssetApiDefinition(
|
|
|
3266
3269
|
path: builtins.str,
|
|
3267
3270
|
*,
|
|
3268
3271
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
3272
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
3269
3273
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
3270
3274
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
3271
3275
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -3278,6 +3282,7 @@ class AssetApiDefinition(
|
|
|
3278
3282
|
'''
|
|
3279
3283
|
:param path: -
|
|
3280
3284
|
:param deploy_time: Whether or not the asset needs to exist beyond deployment time; i.e. are copied over to a different location and not needed afterwards. Setting this property to true has an impact on the lifecycle of the asset, because we will assume that it is safe to delete after the CloudFormation deployment succeeds. For example, Lambda Function assets are copied over to Lambda during deployment. Therefore, it is not necessary to store the asset in S3, so we consider those deployTime assets. Default: false
|
|
3285
|
+
:param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. The default is the construct path of the Asset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAsset()``), this will look like ``MyFunction/Code``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
|
|
3281
3286
|
:param readers: A list of principals that should be able to read this asset from S3. You can use ``asset.grantRead(principal)`` to grant read permissions later. Default: - No principals that can read file asset.
|
|
3282
3287
|
:param source_kms_key: The ARN of the KMS key used to encrypt the handler code. Default: - the default server-side encryption with Amazon S3 managed keys(SSE-S3) key will be used.
|
|
3283
3288
|
:param asset_hash: Specify a custom hash for this asset. If ``assetHashType`` is set it must be set to ``AssetHashType.CUSTOM``. For consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash. NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated. Default: - based on ``assetHashType``
|
|
@@ -3292,6 +3297,7 @@ class AssetApiDefinition(
|
|
|
3292
3297
|
check_type(argname="argument path", value=path, expected_type=type_hints["path"])
|
|
3293
3298
|
options = _AssetOptions_2aa69621(
|
|
3294
3299
|
deploy_time=deploy_time,
|
|
3300
|
+
display_name=display_name,
|
|
3295
3301
|
readers=readers,
|
|
3296
3302
|
source_kms_key=source_kms_key,
|
|
3297
3303
|
asset_hash=asset_hash,
|
|
@@ -7703,6 +7709,7 @@ class CfnDomainName(
|
|
|
7703
7709
|
certificate_arn="certificateArn",
|
|
7704
7710
|
domain_name="domainName",
|
|
7705
7711
|
endpoint_configuration=apigateway.CfnDomainName.EndpointConfigurationProperty(
|
|
7712
|
+
ip_address_type="ipAddressType",
|
|
7706
7713
|
types=["types"]
|
|
7707
7714
|
),
|
|
7708
7715
|
mutual_tls_authentication=apigateway.CfnDomainName.MutualTlsAuthenticationProperty(
|
|
@@ -7967,18 +7974,20 @@ class CfnDomainName(
|
|
|
7967
7974
|
@jsii.data_type(
|
|
7968
7975
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnDomainName.EndpointConfigurationProperty",
|
|
7969
7976
|
jsii_struct_bases=[],
|
|
7970
|
-
name_mapping={"types": "types"},
|
|
7977
|
+
name_mapping={"ip_address_type": "ipAddressType", "types": "types"},
|
|
7971
7978
|
)
|
|
7972
7979
|
class EndpointConfigurationProperty:
|
|
7973
7980
|
def __init__(
|
|
7974
7981
|
self,
|
|
7975
7982
|
*,
|
|
7983
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
7976
7984
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7977
7985
|
) -> None:
|
|
7978
7986
|
'''The ``EndpointConfiguration`` property type specifies the endpoint types of an Amazon API Gateway domain name.
|
|
7979
7987
|
|
|
7980
7988
|
``EndpointConfiguration`` is a property of the `AWS::ApiGateway::DomainName <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html>`_ resource.
|
|
7981
7989
|
|
|
7990
|
+
:param ip_address_type:
|
|
7982
7991
|
:param types: A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is ``"EDGE"`` . For a regional API and its custom domain name, the endpoint type is ``REGIONAL`` . For a private API, the endpoint type is ``PRIVATE`` .
|
|
7983
7992
|
|
|
7984
7993
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-domainname-endpointconfiguration.html
|
|
@@ -7991,16 +8000,28 @@ class CfnDomainName(
|
|
|
7991
8000
|
from aws_cdk import aws_apigateway as apigateway
|
|
7992
8001
|
|
|
7993
8002
|
endpoint_configuration_property = apigateway.CfnDomainName.EndpointConfigurationProperty(
|
|
8003
|
+
ip_address_type="ipAddressType",
|
|
7994
8004
|
types=["types"]
|
|
7995
8005
|
)
|
|
7996
8006
|
'''
|
|
7997
8007
|
if __debug__:
|
|
7998
8008
|
type_hints = typing.get_type_hints(_typecheckingstub__1d33c3bf6996efa92019e1b28e2d6c1c9ad4dd0fa50f2ad639962efcfa774fb2)
|
|
8009
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
7999
8010
|
check_type(argname="argument types", value=types, expected_type=type_hints["types"])
|
|
8000
8011
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
8012
|
+
if ip_address_type is not None:
|
|
8013
|
+
self._values["ip_address_type"] = ip_address_type
|
|
8001
8014
|
if types is not None:
|
|
8002
8015
|
self._values["types"] = types
|
|
8003
8016
|
|
|
8017
|
+
@builtins.property
|
|
8018
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
8019
|
+
'''
|
|
8020
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-domainname-endpointconfiguration.html#cfn-apigateway-domainname-endpointconfiguration-ipaddresstype
|
|
8021
|
+
'''
|
|
8022
|
+
result = self._values.get("ip_address_type")
|
|
8023
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
8024
|
+
|
|
8004
8025
|
@builtins.property
|
|
8005
8026
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
8006
8027
|
'''A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
|
@@ -8443,6 +8464,7 @@ class CfnDomainNameProps:
|
|
|
8443
8464
|
certificate_arn="certificateArn",
|
|
8444
8465
|
domain_name="domainName",
|
|
8445
8466
|
endpoint_configuration=apigateway.CfnDomainName.EndpointConfigurationProperty(
|
|
8467
|
+
ip_address_type="ipAddressType",
|
|
8446
8468
|
types=["types"]
|
|
8447
8469
|
),
|
|
8448
8470
|
mutual_tls_authentication=apigateway.CfnDomainName.MutualTlsAuthenticationProperty(
|
|
@@ -11452,6 +11474,7 @@ class CfnRestApi(
|
|
|
11452
11474
|
description="description",
|
|
11453
11475
|
disable_execute_api_endpoint=False,
|
|
11454
11476
|
endpoint_configuration=apigateway.CfnRestApi.EndpointConfigurationProperty(
|
|
11477
|
+
ip_address_type="ipAddressType",
|
|
11455
11478
|
types=["types"],
|
|
11456
11479
|
vpc_endpoint_ids=["vpcEndpointIds"]
|
|
11457
11480
|
),
|
|
@@ -11819,12 +11842,17 @@ class CfnRestApi(
|
|
|
11819
11842
|
@jsii.data_type(
|
|
11820
11843
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnRestApi.EndpointConfigurationProperty",
|
|
11821
11844
|
jsii_struct_bases=[],
|
|
11822
|
-
name_mapping={
|
|
11845
|
+
name_mapping={
|
|
11846
|
+
"ip_address_type": "ipAddressType",
|
|
11847
|
+
"types": "types",
|
|
11848
|
+
"vpc_endpoint_ids": "vpcEndpointIds",
|
|
11849
|
+
},
|
|
11823
11850
|
)
|
|
11824
11851
|
class EndpointConfigurationProperty:
|
|
11825
11852
|
def __init__(
|
|
11826
11853
|
self,
|
|
11827
11854
|
*,
|
|
11855
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
11828
11856
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
11829
11857
|
vpc_endpoint_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
11830
11858
|
) -> None:
|
|
@@ -11832,6 +11860,7 @@ class CfnRestApi(
|
|
|
11832
11860
|
|
|
11833
11861
|
``EndpointConfiguration`` is a property of the `AWS::ApiGateway::RestApi <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html>`_ resource.
|
|
11834
11862
|
|
|
11863
|
+
:param ip_address_type:
|
|
11835
11864
|
:param types: A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is ``"EDGE"`` . For a regional API and its custom domain name, the endpoint type is ``REGIONAL`` . For a private API, the endpoint type is ``PRIVATE`` .
|
|
11836
11865
|
:param vpc_endpoint_ids: A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is only supported for ``PRIVATE`` endpoint type.
|
|
11837
11866
|
|
|
@@ -11845,20 +11874,32 @@ class CfnRestApi(
|
|
|
11845
11874
|
from aws_cdk import aws_apigateway as apigateway
|
|
11846
11875
|
|
|
11847
11876
|
endpoint_configuration_property = apigateway.CfnRestApi.EndpointConfigurationProperty(
|
|
11877
|
+
ip_address_type="ipAddressType",
|
|
11848
11878
|
types=["types"],
|
|
11849
11879
|
vpc_endpoint_ids=["vpcEndpointIds"]
|
|
11850
11880
|
)
|
|
11851
11881
|
'''
|
|
11852
11882
|
if __debug__:
|
|
11853
11883
|
type_hints = typing.get_type_hints(_typecheckingstub__df9522828c39c6e4b1e829251c3b77d5b94051a139bf4f10dfa3ac8717e878b6)
|
|
11884
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
11854
11885
|
check_type(argname="argument types", value=types, expected_type=type_hints["types"])
|
|
11855
11886
|
check_type(argname="argument vpc_endpoint_ids", value=vpc_endpoint_ids, expected_type=type_hints["vpc_endpoint_ids"])
|
|
11856
11887
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
11888
|
+
if ip_address_type is not None:
|
|
11889
|
+
self._values["ip_address_type"] = ip_address_type
|
|
11857
11890
|
if types is not None:
|
|
11858
11891
|
self._values["types"] = types
|
|
11859
11892
|
if vpc_endpoint_ids is not None:
|
|
11860
11893
|
self._values["vpc_endpoint_ids"] = vpc_endpoint_ids
|
|
11861
11894
|
|
|
11895
|
+
@builtins.property
|
|
11896
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
11897
|
+
'''
|
|
11898
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-endpointconfiguration.html#cfn-apigateway-restapi-endpointconfiguration-ipaddresstype
|
|
11899
|
+
'''
|
|
11900
|
+
result = self._values.get("ip_address_type")
|
|
11901
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
11902
|
+
|
|
11862
11903
|
@builtins.property
|
|
11863
11904
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
11864
11905
|
'''A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
|
@@ -12089,6 +12130,7 @@ class CfnRestApiProps:
|
|
|
12089
12130
|
description="description",
|
|
12090
12131
|
disable_execute_api_endpoint=False,
|
|
12091
12132
|
endpoint_configuration=apigateway.CfnRestApi.EndpointConfigurationProperty(
|
|
12133
|
+
ip_address_type="ipAddressType",
|
|
12092
12134
|
types=["types"],
|
|
12093
12135
|
vpc_endpoint_ids=["vpcEndpointIds"]
|
|
12094
12136
|
),
|
|
@@ -33279,6 +33321,7 @@ def _typecheckingstub__931fac6af706dd0dae384cc682b2ecb066666ff6165060417e461a392
|
|
|
33279
33321
|
file: builtins.str,
|
|
33280
33322
|
*,
|
|
33281
33323
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
33324
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
33282
33325
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
33283
33326
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
33284
33327
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -33346,6 +33389,7 @@ def _typecheckingstub__8d060d6bc8fc5b369cfe71dc05efc964aa6b083b674baa7dc17f1762a
|
|
|
33346
33389
|
path: builtins.str,
|
|
33347
33390
|
*,
|
|
33348
33391
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
33392
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
33349
33393
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
33350
33394
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
33351
33395
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -34145,6 +34189,7 @@ def _typecheckingstub__30658cbd8b896f811f887630d934f0751b5370d775062da4c8686d7ca
|
|
|
34145
34189
|
|
|
34146
34190
|
def _typecheckingstub__1d33c3bf6996efa92019e1b28e2d6c1c9ad4dd0fa50f2ad639962efcfa774fb2(
|
|
34147
34191
|
*,
|
|
34192
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
34148
34193
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
34149
34194
|
) -> None:
|
|
34150
34195
|
"""Type checking stubs"""
|
|
@@ -34848,6 +34893,7 @@ def _typecheckingstub__9ae71bb5beb4f360ca0016003cbb508243a9ad4b5e494d1a4655780f8
|
|
|
34848
34893
|
|
|
34849
34894
|
def _typecheckingstub__df9522828c39c6e4b1e829251c3b77d5b94051a139bf4f10dfa3ac8717e878b6(
|
|
34850
34895
|
*,
|
|
34896
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
34851
34897
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
34852
34898
|
vpc_endpoint_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
34853
34899
|
) -> None:
|
|
@@ -4044,6 +4044,15 @@ class CfnDomainName(
|
|
|
4044
4044
|
'''The CloudFormation resource type name for this resource class.'''
|
|
4045
4045
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
4046
4046
|
|
|
4047
|
+
@builtins.property
|
|
4048
|
+
@jsii.member(jsii_name="attrDomainNameArn")
|
|
4049
|
+
def attr_domain_name_arn(self) -> builtins.str:
|
|
4050
|
+
'''Represents an Amazon Resource Name (ARN).
|
|
4051
|
+
|
|
4052
|
+
:cloudformationAttribute: DomainNameArn
|
|
4053
|
+
'''
|
|
4054
|
+
return typing.cast(builtins.str, jsii.get(self, "attrDomainNameArn"))
|
|
4055
|
+
|
|
4047
4056
|
@builtins.property
|
|
4048
4057
|
@jsii.member(jsii_name="attrRegionalDomainName")
|
|
4049
4058
|
def attr_regional_domain_name(self) -> builtins.str:
|
|
@@ -1418,7 +1418,7 @@ class CfnConfigurationProfile(
|
|
|
1418
1418
|
:param deletion_protection_check: On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
|
|
1419
1419
|
:param description: A description of the configuration profile.
|
|
1420
1420
|
:param kms_key_identifier: The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
|
|
1421
|
-
:param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
|
|
1421
|
+
:param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in AWS CodePipeline or the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
|
|
1422
1422
|
:param tags: Metadata to assign to the configuration profile. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
|
|
1423
1423
|
:param type: The type of configurations contained in the profile. AWS AppConfig supports ``feature flags`` and ``freeform`` configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for ``Type`` : ``AWS.AppConfig.FeatureFlags`` ``AWS.Freeform``
|
|
1424
1424
|
:param validators: A list of methods for validating the configuration.
|
|
@@ -1753,7 +1753,7 @@ class CfnConfigurationProfileProps:
|
|
|
1753
1753
|
:param deletion_protection_check: On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
|
|
1754
1754
|
:param description: A description of the configuration profile.
|
|
1755
1755
|
:param kms_key_identifier: The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
|
|
1756
|
-
:param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
|
|
1756
|
+
:param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in AWS CodePipeline or the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
|
|
1757
1757
|
:param tags: Metadata to assign to the configuration profile. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
|
|
1758
1758
|
:param type: The type of configurations contained in the profile. AWS AppConfig supports ``feature flags`` and ``freeform`` configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for ``Type`` : ``AWS.AppConfig.FeatureFlags`` ``AWS.Freeform``
|
|
1759
1759
|
:param validators: A list of methods for validating the configuration.
|
|
@@ -1892,7 +1892,7 @@ class CfnConfigurationProfileProps:
|
|
|
1892
1892
|
|
|
1893
1893
|
.. epigraph::
|
|
1894
1894
|
|
|
1895
|
-
A retrieval role ARN is not required for configurations stored in the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
|
|
1895
|
+
A retrieval role ARN is not required for configurations stored in AWS CodePipeline or the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
|
|
1896
1896
|
|
|
1897
1897
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-retrievalrolearn
|
|
1898
1898
|
'''
|