aws-cdk-lib 2.97.1__py3-none-any.whl → 2.98.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 +18 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.97.1.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +1 -0
- aws_cdk/aws_accessanalyzer/__init__.py +1 -0
- aws_cdk/aws_acmpca/__init__.py +4 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +19 -0
- aws_cdk/aws_apigatewayv2/__init__.py +13 -0
- aws_cdk/aws_appconfig/__init__.py +8 -0
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +2 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +2 -0
- aws_cdk/aws_applicationinsights/__init__.py +1 -0
- aws_cdk/aws_appmesh/__init__.py +7 -0
- aws_cdk/aws_apprunner/__init__.py +5 -0
- aws_cdk/aws_appstream/__init__.py +31 -26
- aws_cdk/aws_appsync/__init__.py +10 -0
- aws_cdk/aws_aps/__init__.py +2 -0
- aws_cdk/aws_athena/__init__.py +5 -0
- aws_cdk/aws_auditmanager/__init__.py +1 -0
- aws_cdk/aws_autoscaling/__init__.py +6 -0
- aws_cdk/aws_autoscalingplans/__init__.py +1 -0
- aws_cdk/aws_backup/__init__.py +5 -0
- aws_cdk/aws_backupgateway/__init__.py +1 -0
- aws_cdk/aws_batch/__init__.py +8 -2
- aws_cdk/aws_billingconductor/__init__.py +4 -0
- aws_cdk/aws_budgets/__init__.py +2 -0
- aws_cdk/aws_cassandra/__init__.py +2 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +2 -0
- aws_cdk/aws_chatbot/__init__.py +2 -0
- aws_cdk/aws_cleanrooms/__init__.py +5 -0
- aws_cdk/aws_cloud9/__init__.py +1 -0
- aws_cdk/aws_cloudformation/__init__.py +16 -0
- aws_cdk/aws_cloudfront/__init__.py +13 -0
- aws_cdk/aws_cloudtrail/__init__.py +7 -3
- aws_cdk/aws_cloudwatch/__init__.py +6 -0
- aws_cdk/aws_codeartifact/__init__.py +2 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +1 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
- aws_cdk/aws_codegurureviewer/__init__.py +1 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +1 -0
- aws_cdk/aws_codestarconnections/__init__.py +1 -0
- aws_cdk/aws_codestarnotifications/__init__.py +1 -0
- aws_cdk/aws_cognito/__init__.py +42 -18
- aws_cdk/aws_comprehend/__init__.py +2 -0
- aws_cdk/aws_config/__init__.py +10 -0
- aws_cdk/aws_connect/__init__.py +491 -0
- aws_cdk/aws_connectcampaigns/__init__.py +1 -0
- aws_cdk/aws_controltower/__init__.py +1 -0
- aws_cdk/aws_cur/__init__.py +1 -0
- aws_cdk/aws_customerprofiles/__init__.py +5 -0
- aws_cdk/aws_databrew/__init__.py +6 -0
- aws_cdk/aws_datapipeline/__init__.py +1 -0
- aws_cdk/aws_datasync/__init__.py +14 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +6 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +2 -0
- aws_cdk/aws_dlm/__init__.py +1 -0
- aws_cdk/aws_dms/__init__.py +7 -0
- aws_cdk/aws_docdb/__init__.py +4 -0
- aws_cdk/aws_docdbelastic/__init__.py +1 -0
- aws_cdk/aws_dynamodb/__init__.py +2 -0
- aws_cdk/aws_ec2/__init__.py +109 -14
- aws_cdk/aws_ecr/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +7 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +5 -0
- aws_cdk/aws_elasticache/__init__.py +9 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
- aws_cdk/aws_elasticsearch/__init__.py +1 -0
- aws_cdk/aws_emr/__init__.py +8 -0
- aws_cdk/aws_emrcontainers/__init__.py +1 -0
- aws_cdk/aws_emrserverless/__init__.py +1 -0
- aws_cdk/aws_entityresolution/__init__.py +2 -0
- aws_cdk/aws_events/__init__.py +7 -0
- aws_cdk/aws_eventschemas/__init__.py +4 -0
- aws_cdk/aws_evidently/__init__.py +5 -0
- aws_cdk/aws_finspace/__init__.py +1 -0
- aws_cdk/aws_fis/__init__.py +1 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +2 -0
- aws_cdk/aws_frauddetector/__init__.py +7 -0
- aws_cdk/aws_fsx/__init__.py +5 -0
- aws_cdk/aws_gamelift/__init__.py +9 -0
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +18 -0
- aws_cdk/aws_grafana/__init__.py +1 -0
- aws_cdk/aws_greengrass/__init__.py +16 -0
- aws_cdk/aws_greengrassv2/__init__.py +2 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +6 -0
- aws_cdk/aws_healthimaging/__init__.py +382 -0
- aws_cdk/aws_healthlake/__init__.py +1 -0
- aws_cdk/aws_iam/__init__.py +16 -0
- aws_cdk/aws_identitystore/__init__.py +2 -0
- aws_cdk/aws_imagebuilder/__init__.py +7 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +1 -0
- aws_cdk/aws_internetmonitor/__init__.py +1 -0
- aws_cdk/aws_iot/__init__.py +25 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +4 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +1 -0
- aws_cdk/aws_iotfleetwise/__init__.py +6 -0
- aws_cdk/aws_iotsitewise/__init__.py +7 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
- aws_cdk/aws_iottwinmaker/__init__.py +5 -0
- aws_cdk/aws_iotwireless/__init__.py +11 -0
- aws_cdk/aws_ivs/__init__.py +4 -0
- aws_cdk/aws_ivschat/__init__.py +2 -0
- aws_cdk/aws_kafkaconnect/__init__.py +1 -0
- aws_cdk/aws_kendra/__init__.py +3 -0
- aws_cdk/aws_kendraranking/__init__.py +1 -0
- aws_cdk/aws_kinesis/__init__.py +2 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
- aws_cdk/aws_kinesisvideo/__init__.py +2 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +7 -0
- aws_cdk/aws_lambda/__init__.py +10 -0
- aws_cdk/aws_lex/__init__.py +4 -0
- aws_cdk/aws_licensemanager/__init__.py +2 -0
- aws_cdk/aws_lightsail/__init__.py +11 -0
- aws_cdk/aws_location/__init__.py +6 -0
- aws_cdk/aws_logs/__init__.py +8 -0
- aws_cdk/aws_lookoutequipment/__init__.py +1 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
- aws_cdk/aws_lookoutvision/__init__.py +1 -0
- aws_cdk/aws_m2/__init__.py +2 -0
- aws_cdk/aws_macie/__init__.py +53 -2
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +9 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +5 -0
- aws_cdk/aws_mediapackagev2/__init__.py +5 -0
- aws_cdk/aws_mediastore/__init__.py +1 -0
- aws_cdk/aws_mediatailor/__init__.py +6 -0
- aws_cdk/aws_memorydb/__init__.py +5 -0
- aws_cdk/aws_msk/__init__.py +180 -2
- aws_cdk/aws_mwaa/__init__.py +1 -0
- aws_cdk/aws_neptune/__init__.py +5 -0
- aws_cdk/aws_networkfirewall/__init__.py +4 -0
- aws_cdk/aws_networkmanager/__init__.py +14 -0
- aws_cdk/aws_nimblestudio/__init__.py +4 -0
- aws_cdk/aws_oam/__init__.py +2 -0
- aws_cdk/aws_omics/__init__.py +6 -0
- aws_cdk/aws_opensearchserverless/__init__.py +5 -0
- aws_cdk/aws_opensearchservice/__init__.py +1 -0
- aws_cdk/aws_opsworks/__init__.py +7 -0
- aws_cdk/aws_opsworkscm/__init__.py +1 -0
- aws_cdk/aws_organizations/__init__.py +5 -0
- aws_cdk/aws_osis/__init__.py +1 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
- aws_cdk/aws_personalize/__init__.py +4 -0
- aws_cdk/aws_pinpoint/__init__.py +19 -0
- aws_cdk/aws_pinpointemail/__init__.py +4 -0
- aws_cdk/aws_pipes/__init__.py +1 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +2 -0
- aws_cdk/aws_quicksight/__init__.py +473 -464
- aws_cdk/aws_ram/__init__.py +2 -0
- aws_cdk/aws_rds/__init__.py +14 -0
- aws_cdk/aws_redshift/__init__.py +9 -0
- aws_cdk/aws_redshiftserverless/__init__.py +2 -0
- aws_cdk/aws_refactorspaces/__init__.py +4 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +1 -0
- aws_cdk/aws_robomaker/__init__.py +6 -0
- aws_cdk/aws_rolesanywhere/__init__.py +77 -58
- aws_cdk/aws_route53/__init__.py +7 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -0
- aws_cdk/aws_rum/__init__.py +1 -0
- aws_cdk/aws_s3/__init__.py +6 -0
- aws_cdk/aws_s3objectlambda/__init__.py +2 -0
- aws_cdk/aws_s3outposts/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +37 -3
- aws_cdk/aws_sam/__init__.py +7 -0
- aws_cdk/aws_scheduler/__init__.py +2 -0
- aws_cdk/aws_sdb/__init__.py +1 -0
- aws_cdk/aws_secretsmanager/__init__.py +4 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +16 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
- aws_cdk/aws_servicediscovery/__init__.py +5 -0
- aws_cdk/aws_ses/__init__.py +10 -0
- aws_cdk/aws_shield/__init__.py +30 -11
- aws_cdk/aws_signer/__init__.py +2 -0
- aws_cdk/aws_simspaceweaver/__init__.py +1 -0
- aws_cdk/aws_sns/__init__.py +9 -5
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +9 -0
- aws_cdk/aws_ssmcontacts/__init__.py +4 -0
- aws_cdk/aws_ssmincidents/__init__.py +2 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +4 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +2 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +7 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
- aws_cdk/aws_voiceid/__init__.py +1 -0
- aws_cdk/aws_vpclattice/__init__.py +10 -0
- aws_cdk/aws_waf/__init__.py +7 -0
- aws_cdk/aws_wafregional/__init__.py +11 -0
- aws_cdk/aws_wafv2/__init__.py +6 -0
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +2 -0
- aws_cdk/aws_workspacesweb/__init__.py +8 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
- aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
- aws_cdk_lib-2.97.1.dist-info/RECORD +0 -271
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_msk/__init__.py
CHANGED
|
@@ -64,6 +64,7 @@ class CfnBatchScramSecret(
|
|
|
64
64
|
'''Resource Type definition for AWS::MSK::BatchScramSecret.
|
|
65
65
|
|
|
66
66
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html
|
|
67
|
+
:cloudformationResource: AWS::MSK::BatchScramSecret
|
|
67
68
|
:exampleMetadata: fixture=_generated
|
|
68
69
|
|
|
69
70
|
Example::
|
|
@@ -253,6 +254,7 @@ class CfnCluster(
|
|
|
253
254
|
) print(response)
|
|
254
255
|
|
|
255
256
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html
|
|
257
|
+
:cloudformationResource: AWS::MSK::Cluster
|
|
256
258
|
:exampleMetadata: fixture=_generated
|
|
257
259
|
|
|
258
260
|
Example::
|
|
@@ -3045,6 +3047,7 @@ class CfnClusterPolicy(
|
|
|
3045
3047
|
'''Create or update cluster policy.
|
|
3046
3048
|
|
|
3047
3049
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-clusterpolicy.html
|
|
3050
|
+
:cloudformationResource: AWS::MSK::ClusterPolicy
|
|
3048
3051
|
:exampleMetadata: fixture=_generated
|
|
3049
3052
|
|
|
3050
3053
|
Example::
|
|
@@ -3606,6 +3609,7 @@ class CfnConfiguration(
|
|
|
3606
3609
|
) print(response)
|
|
3607
3610
|
|
|
3608
3611
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-configuration.html
|
|
3612
|
+
:cloudformationResource: AWS::MSK::Configuration
|
|
3609
3613
|
:exampleMetadata: fixture=_generated
|
|
3610
3614
|
|
|
3611
3615
|
Example::
|
|
@@ -3620,7 +3624,12 @@ class CfnConfiguration(
|
|
|
3620
3624
|
|
|
3621
3625
|
# the properties below are optional
|
|
3622
3626
|
description="description",
|
|
3623
|
-
kafka_versions_list=["kafkaVersionsList"]
|
|
3627
|
+
kafka_versions_list=["kafkaVersionsList"],
|
|
3628
|
+
latest_revision=msk.CfnConfiguration.LatestRevisionProperty(
|
|
3629
|
+
creation_time="creationTime",
|
|
3630
|
+
description="description",
|
|
3631
|
+
revision=123
|
|
3632
|
+
)
|
|
3624
3633
|
)
|
|
3625
3634
|
'''
|
|
3626
3635
|
|
|
@@ -3633,6 +3642,7 @@ class CfnConfiguration(
|
|
|
3633
3642
|
server_properties: builtins.str,
|
|
3634
3643
|
description: typing.Optional[builtins.str] = None,
|
|
3635
3644
|
kafka_versions_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3645
|
+
latest_revision: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfiguration.LatestRevisionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3636
3646
|
) -> None:
|
|
3637
3647
|
'''
|
|
3638
3648
|
:param scope: Scope in which this resource is defined.
|
|
@@ -3641,6 +3651,7 @@ class CfnConfiguration(
|
|
|
3641
3651
|
:param server_properties: Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the CLI, the contents of server.properties can be in plaintext.
|
|
3642
3652
|
:param description: The description of the configuration.
|
|
3643
3653
|
:param kafka_versions_list:
|
|
3654
|
+
:param latest_revision:
|
|
3644
3655
|
'''
|
|
3645
3656
|
if __debug__:
|
|
3646
3657
|
type_hints = typing.get_type_hints(_typecheckingstub__4496d16ab1313e2d6e75f55fc7cdb170962f756c6dc1149245dde1aba3113278)
|
|
@@ -3651,6 +3662,7 @@ class CfnConfiguration(
|
|
|
3651
3662
|
server_properties=server_properties,
|
|
3652
3663
|
description=description,
|
|
3653
3664
|
kafka_versions_list=kafka_versions_list,
|
|
3665
|
+
latest_revision=latest_revision,
|
|
3654
3666
|
)
|
|
3655
3667
|
|
|
3656
3668
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -3693,6 +3705,30 @@ class CfnConfiguration(
|
|
|
3693
3705
|
'''
|
|
3694
3706
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
3695
3707
|
|
|
3708
|
+
@builtins.property
|
|
3709
|
+
@jsii.member(jsii_name="attrLatestRevisionCreationTime")
|
|
3710
|
+
def attr_latest_revision_creation_time(self) -> builtins.str:
|
|
3711
|
+
'''
|
|
3712
|
+
:cloudformationAttribute: LatestRevision.CreationTime
|
|
3713
|
+
'''
|
|
3714
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestRevisionCreationTime"))
|
|
3715
|
+
|
|
3716
|
+
@builtins.property
|
|
3717
|
+
@jsii.member(jsii_name="attrLatestRevisionDescription")
|
|
3718
|
+
def attr_latest_revision_description(self) -> builtins.str:
|
|
3719
|
+
'''
|
|
3720
|
+
:cloudformationAttribute: LatestRevision.Description
|
|
3721
|
+
'''
|
|
3722
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestRevisionDescription"))
|
|
3723
|
+
|
|
3724
|
+
@builtins.property
|
|
3725
|
+
@jsii.member(jsii_name="attrLatestRevisionRevision")
|
|
3726
|
+
def attr_latest_revision_revision(self) -> jsii.Number:
|
|
3727
|
+
'''
|
|
3728
|
+
:cloudformationAttribute: LatestRevision.Revision
|
|
3729
|
+
'''
|
|
3730
|
+
return typing.cast(jsii.Number, jsii.get(self, "attrLatestRevisionRevision"))
|
|
3731
|
+
|
|
3696
3732
|
@builtins.property
|
|
3697
3733
|
@jsii.member(jsii_name="cfnProperties")
|
|
3698
3734
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -3752,6 +3788,108 @@ class CfnConfiguration(
|
|
|
3752
3788
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3753
3789
|
jsii.set(self, "kafkaVersionsList", value)
|
|
3754
3790
|
|
|
3791
|
+
@builtins.property
|
|
3792
|
+
@jsii.member(jsii_name="latestRevision")
|
|
3793
|
+
def latest_revision(
|
|
3794
|
+
self,
|
|
3795
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfiguration.LatestRevisionProperty"]]:
|
|
3796
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfiguration.LatestRevisionProperty"]], jsii.get(self, "latestRevision"))
|
|
3797
|
+
|
|
3798
|
+
@latest_revision.setter
|
|
3799
|
+
def latest_revision(
|
|
3800
|
+
self,
|
|
3801
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfiguration.LatestRevisionProperty"]],
|
|
3802
|
+
) -> None:
|
|
3803
|
+
if __debug__:
|
|
3804
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4beae79e12a98801242cbb2e47fafad8c377e868290a976298e39468f18cc003)
|
|
3805
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3806
|
+
jsii.set(self, "latestRevision", value)
|
|
3807
|
+
|
|
3808
|
+
@jsii.data_type(
|
|
3809
|
+
jsii_type="aws-cdk-lib.aws_msk.CfnConfiguration.LatestRevisionProperty",
|
|
3810
|
+
jsii_struct_bases=[],
|
|
3811
|
+
name_mapping={
|
|
3812
|
+
"creation_time": "creationTime",
|
|
3813
|
+
"description": "description",
|
|
3814
|
+
"revision": "revision",
|
|
3815
|
+
},
|
|
3816
|
+
)
|
|
3817
|
+
class LatestRevisionProperty:
|
|
3818
|
+
def __init__(
|
|
3819
|
+
self,
|
|
3820
|
+
*,
|
|
3821
|
+
creation_time: typing.Optional[builtins.str] = None,
|
|
3822
|
+
description: typing.Optional[builtins.str] = None,
|
|
3823
|
+
revision: typing.Optional[jsii.Number] = None,
|
|
3824
|
+
) -> None:
|
|
3825
|
+
'''
|
|
3826
|
+
:param creation_time:
|
|
3827
|
+
:param description:
|
|
3828
|
+
:param revision:
|
|
3829
|
+
|
|
3830
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-configuration-latestrevision.html
|
|
3831
|
+
:exampleMetadata: fixture=_generated
|
|
3832
|
+
|
|
3833
|
+
Example::
|
|
3834
|
+
|
|
3835
|
+
# The code below shows an example of how to instantiate this type.
|
|
3836
|
+
# The values are placeholders you should change.
|
|
3837
|
+
from aws_cdk import aws_msk as msk
|
|
3838
|
+
|
|
3839
|
+
latest_revision_property = msk.CfnConfiguration.LatestRevisionProperty(
|
|
3840
|
+
creation_time="creationTime",
|
|
3841
|
+
description="description",
|
|
3842
|
+
revision=123
|
|
3843
|
+
)
|
|
3844
|
+
'''
|
|
3845
|
+
if __debug__:
|
|
3846
|
+
type_hints = typing.get_type_hints(_typecheckingstub__99a57e790d6d54b141c1d672388f27802c648ab7ef35f7f447e1ea76d74c3fba)
|
|
3847
|
+
check_type(argname="argument creation_time", value=creation_time, expected_type=type_hints["creation_time"])
|
|
3848
|
+
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
3849
|
+
check_type(argname="argument revision", value=revision, expected_type=type_hints["revision"])
|
|
3850
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3851
|
+
if creation_time is not None:
|
|
3852
|
+
self._values["creation_time"] = creation_time
|
|
3853
|
+
if description is not None:
|
|
3854
|
+
self._values["description"] = description
|
|
3855
|
+
if revision is not None:
|
|
3856
|
+
self._values["revision"] = revision
|
|
3857
|
+
|
|
3858
|
+
@builtins.property
|
|
3859
|
+
def creation_time(self) -> typing.Optional[builtins.str]:
|
|
3860
|
+
'''
|
|
3861
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-configuration-latestrevision.html#cfn-msk-configuration-latestrevision-creationtime
|
|
3862
|
+
'''
|
|
3863
|
+
result = self._values.get("creation_time")
|
|
3864
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3865
|
+
|
|
3866
|
+
@builtins.property
|
|
3867
|
+
def description(self) -> typing.Optional[builtins.str]:
|
|
3868
|
+
'''
|
|
3869
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-configuration-latestrevision.html#cfn-msk-configuration-latestrevision-description
|
|
3870
|
+
'''
|
|
3871
|
+
result = self._values.get("description")
|
|
3872
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3873
|
+
|
|
3874
|
+
@builtins.property
|
|
3875
|
+
def revision(self) -> typing.Optional[jsii.Number]:
|
|
3876
|
+
'''
|
|
3877
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-configuration-latestrevision.html#cfn-msk-configuration-latestrevision-revision
|
|
3878
|
+
'''
|
|
3879
|
+
result = self._values.get("revision")
|
|
3880
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3881
|
+
|
|
3882
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3883
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3884
|
+
|
|
3885
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3886
|
+
return not (rhs == self)
|
|
3887
|
+
|
|
3888
|
+
def __repr__(self) -> str:
|
|
3889
|
+
return "LatestRevisionProperty(%s)" % ", ".join(
|
|
3890
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3891
|
+
)
|
|
3892
|
+
|
|
3755
3893
|
|
|
3756
3894
|
@jsii.data_type(
|
|
3757
3895
|
jsii_type="aws-cdk-lib.aws_msk.CfnConfigurationProps",
|
|
@@ -3761,6 +3899,7 @@ class CfnConfiguration(
|
|
|
3761
3899
|
"server_properties": "serverProperties",
|
|
3762
3900
|
"description": "description",
|
|
3763
3901
|
"kafka_versions_list": "kafkaVersionsList",
|
|
3902
|
+
"latest_revision": "latestRevision",
|
|
3764
3903
|
},
|
|
3765
3904
|
)
|
|
3766
3905
|
class CfnConfigurationProps:
|
|
@@ -3771,6 +3910,7 @@ class CfnConfigurationProps:
|
|
|
3771
3910
|
server_properties: builtins.str,
|
|
3772
3911
|
description: typing.Optional[builtins.str] = None,
|
|
3773
3912
|
kafka_versions_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3913
|
+
latest_revision: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfiguration.LatestRevisionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3774
3914
|
) -> None:
|
|
3775
3915
|
'''Properties for defining a ``CfnConfiguration``.
|
|
3776
3916
|
|
|
@@ -3778,6 +3918,7 @@ class CfnConfigurationProps:
|
|
|
3778
3918
|
:param server_properties: Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the CLI, the contents of server.properties can be in plaintext.
|
|
3779
3919
|
:param description: The description of the configuration.
|
|
3780
3920
|
:param kafka_versions_list:
|
|
3921
|
+
:param latest_revision:
|
|
3781
3922
|
|
|
3782
3923
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-configuration.html
|
|
3783
3924
|
:exampleMetadata: fixture=_generated
|
|
@@ -3794,7 +3935,12 @@ class CfnConfigurationProps:
|
|
|
3794
3935
|
|
|
3795
3936
|
# the properties below are optional
|
|
3796
3937
|
description="description",
|
|
3797
|
-
kafka_versions_list=["kafkaVersionsList"]
|
|
3938
|
+
kafka_versions_list=["kafkaVersionsList"],
|
|
3939
|
+
latest_revision=msk.CfnConfiguration.LatestRevisionProperty(
|
|
3940
|
+
creation_time="creationTime",
|
|
3941
|
+
description="description",
|
|
3942
|
+
revision=123
|
|
3943
|
+
)
|
|
3798
3944
|
)
|
|
3799
3945
|
'''
|
|
3800
3946
|
if __debug__:
|
|
@@ -3803,6 +3949,7 @@ class CfnConfigurationProps:
|
|
|
3803
3949
|
check_type(argname="argument server_properties", value=server_properties, expected_type=type_hints["server_properties"])
|
|
3804
3950
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
3805
3951
|
check_type(argname="argument kafka_versions_list", value=kafka_versions_list, expected_type=type_hints["kafka_versions_list"])
|
|
3952
|
+
check_type(argname="argument latest_revision", value=latest_revision, expected_type=type_hints["latest_revision"])
|
|
3806
3953
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3807
3954
|
"name": name,
|
|
3808
3955
|
"server_properties": server_properties,
|
|
@@ -3811,6 +3958,8 @@ class CfnConfigurationProps:
|
|
|
3811
3958
|
self._values["description"] = description
|
|
3812
3959
|
if kafka_versions_list is not None:
|
|
3813
3960
|
self._values["kafka_versions_list"] = kafka_versions_list
|
|
3961
|
+
if latest_revision is not None:
|
|
3962
|
+
self._values["latest_revision"] = latest_revision
|
|
3814
3963
|
|
|
3815
3964
|
@builtins.property
|
|
3816
3965
|
def name(self) -> builtins.str:
|
|
@@ -3851,6 +4000,16 @@ class CfnConfigurationProps:
|
|
|
3851
4000
|
result = self._values.get("kafka_versions_list")
|
|
3852
4001
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
3853
4002
|
|
|
4003
|
+
@builtins.property
|
|
4004
|
+
def latest_revision(
|
|
4005
|
+
self,
|
|
4006
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConfiguration.LatestRevisionProperty]]:
|
|
4007
|
+
'''
|
|
4008
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-configuration.html#cfn-msk-configuration-latestrevision
|
|
4009
|
+
'''
|
|
4010
|
+
result = self._values.get("latest_revision")
|
|
4011
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConfiguration.LatestRevisionProperty]], result)
|
|
4012
|
+
|
|
3854
4013
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3855
4014
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3856
4015
|
|
|
@@ -3872,6 +4031,7 @@ class CfnServerlessCluster(
|
|
|
3872
4031
|
'''Resource Type definition for AWS::MSK::ServerlessCluster.
|
|
3873
4032
|
|
|
3874
4033
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-serverlesscluster.html
|
|
4034
|
+
:cloudformationResource: AWS::MSK::ServerlessCluster
|
|
3875
4035
|
:exampleMetadata: fixture=_generated
|
|
3876
4036
|
|
|
3877
4037
|
Example::
|
|
@@ -4430,6 +4590,7 @@ class CfnVpcConnection(
|
|
|
4430
4590
|
'''Create remote VPC connection.
|
|
4431
4591
|
|
|
4432
4592
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html
|
|
4593
|
+
:cloudformationResource: AWS::MSK::VpcConnection
|
|
4433
4594
|
:exampleMetadata: fixture=_generated
|
|
4434
4595
|
|
|
4435
4596
|
Example::
|
|
@@ -5244,6 +5405,7 @@ def _typecheckingstub__4496d16ab1313e2d6e75f55fc7cdb170962f756c6dc1149245dde1aba
|
|
|
5244
5405
|
server_properties: builtins.str,
|
|
5245
5406
|
description: typing.Optional[builtins.str] = None,
|
|
5246
5407
|
kafka_versions_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5408
|
+
latest_revision: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfiguration.LatestRevisionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5247
5409
|
) -> None:
|
|
5248
5410
|
"""Type checking stubs"""
|
|
5249
5411
|
pass
|
|
@@ -5284,12 +5446,28 @@ def _typecheckingstub__663ee4ade66592e09fdfc891c94c07473d9e23f4b22eb0b2528810536
|
|
|
5284
5446
|
"""Type checking stubs"""
|
|
5285
5447
|
pass
|
|
5286
5448
|
|
|
5449
|
+
def _typecheckingstub__4beae79e12a98801242cbb2e47fafad8c377e868290a976298e39468f18cc003(
|
|
5450
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConfiguration.LatestRevisionProperty]],
|
|
5451
|
+
) -> None:
|
|
5452
|
+
"""Type checking stubs"""
|
|
5453
|
+
pass
|
|
5454
|
+
|
|
5455
|
+
def _typecheckingstub__99a57e790d6d54b141c1d672388f27802c648ab7ef35f7f447e1ea76d74c3fba(
|
|
5456
|
+
*,
|
|
5457
|
+
creation_time: typing.Optional[builtins.str] = None,
|
|
5458
|
+
description: typing.Optional[builtins.str] = None,
|
|
5459
|
+
revision: typing.Optional[jsii.Number] = None,
|
|
5460
|
+
) -> None:
|
|
5461
|
+
"""Type checking stubs"""
|
|
5462
|
+
pass
|
|
5463
|
+
|
|
5287
5464
|
def _typecheckingstub__8b67dfeeec9a4e27fb21b4b14fa3d51255f49590431c2ab861b81fad91473dd5(
|
|
5288
5465
|
*,
|
|
5289
5466
|
name: builtins.str,
|
|
5290
5467
|
server_properties: builtins.str,
|
|
5291
5468
|
description: typing.Optional[builtins.str] = None,
|
|
5292
5469
|
kafka_versions_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5470
|
+
latest_revision: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfiguration.LatestRevisionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5293
5471
|
) -> None:
|
|
5294
5472
|
"""Type checking stubs"""
|
|
5295
5473
|
pass
|
aws_cdk/aws_mwaa/__init__.py
CHANGED
|
@@ -59,6 +59,7 @@ class CfnEnvironment(
|
|
|
59
59
|
'''The ``AWS::MWAA::Environment`` resource creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
|
60
60
|
|
|
61
61
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html
|
|
62
|
+
:cloudformationResource: AWS::MWAA::Environment
|
|
62
63
|
:exampleMetadata: fixture=_generated
|
|
63
64
|
|
|
64
65
|
Example::
|
aws_cdk/aws_neptune/__init__.py
CHANGED
|
@@ -73,6 +73,7 @@ class CfnDBCluster(
|
|
|
73
73
|
You can use ``AWS::Neptune::DBCluster.DeletionProtection`` to help guard against unintended deletion of your DB cluster.
|
|
74
74
|
|
|
75
75
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html
|
|
76
|
+
:cloudformationResource: AWS::Neptune::DBCluster
|
|
76
77
|
:exampleMetadata: fixture=_generated
|
|
77
78
|
|
|
78
79
|
Example::
|
|
@@ -848,6 +849,7 @@ class CfnDBClusterParameterGroup(
|
|
|
848
849
|
Applying a parameter group to a DB cluster might require instances to reboot, resulting in a database outage while the instances reboot. > If you provide a custom ``DBClusterParameterGroup`` that you associate with the ``DBCluster`` , it is best to specify an ``EngineVersion`` property in the ``DBCluster`` . That ``EngineVersion`` needs to be compatible with the value of the ``Family`` property in the ``DBClusterParameterGroup`` .
|
|
849
850
|
|
|
850
851
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html
|
|
852
|
+
:cloudformationResource: AWS::Neptune::DBClusterParameterGroup
|
|
851
853
|
:exampleMetadata: fixture=_generated
|
|
852
854
|
|
|
853
855
|
Example::
|
|
@@ -1708,6 +1710,7 @@ class CfnDBInstance(
|
|
|
1708
1710
|
- Update the stack.
|
|
1709
1711
|
|
|
1710
1712
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html
|
|
1713
|
+
:cloudformationResource: AWS::Neptune::DBInstance
|
|
1711
1714
|
:exampleMetadata: fixture=_generated
|
|
1712
1715
|
|
|
1713
1716
|
Example::
|
|
@@ -2281,6 +2284,7 @@ class CfnDBParameterGroup(
|
|
|
2281
2284
|
After you create a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon Neptune to fully complete the create action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the ``character_set_database`` parameter. You can use the *Parameter Groups* option of the Amazon Neptune console or the *DescribeDBParameters* command to verify that your DB parameter group has been created or modified.
|
|
2282
2285
|
|
|
2283
2286
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html
|
|
2287
|
+
:cloudformationResource: AWS::Neptune::DBParameterGroup
|
|
2284
2288
|
:exampleMetadata: fixture=_generated
|
|
2285
2289
|
|
|
2286
2290
|
Example::
|
|
@@ -2599,6 +2603,7 @@ class CfnDBSubnetGroup(
|
|
|
2599
2603
|
Subnet groups must contain at least two subnets in two different Availability Zones in the same AWS Region.
|
|
2600
2604
|
|
|
2601
2605
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html
|
|
2606
|
+
:cloudformationResource: AWS::Neptune::DBSubnetGroup
|
|
2602
2607
|
:exampleMetadata: fixture=_generated
|
|
2603
2608
|
|
|
2604
2609
|
Example::
|
|
@@ -62,6 +62,7 @@ class CfnFirewall(
|
|
|
62
62
|
The firewall defines the configuration settings for an AWS Network Firewall firewall. The settings include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall AWS resource.
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html
|
|
65
|
+
:cloudformationResource: AWS::NetworkFirewall::Firewall
|
|
65
66
|
:exampleMetadata: fixture=_generated
|
|
66
67
|
|
|
67
68
|
Example::
|
|
@@ -435,6 +436,7 @@ class CfnFirewallPolicy(
|
|
|
435
436
|
You can use one firewall policy for multiple firewalls.
|
|
436
437
|
|
|
437
438
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewallpolicy.html
|
|
439
|
+
:cloudformationResource: AWS::NetworkFirewall::FirewallPolicy
|
|
438
440
|
:exampleMetadata: fixture=_generated
|
|
439
441
|
|
|
440
442
|
Example::
|
|
@@ -1992,6 +1994,7 @@ class CfnLoggingConfiguration(
|
|
|
1992
1994
|
You can't change the ``LogDestinationType`` or ``LogType`` in a ``LogDestinationConfig`` . To change these settings, delete the existing ``LogDestinationConfig`` object and create a new one, in two separate modifications.
|
|
1993
1995
|
|
|
1994
1996
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-loggingconfiguration.html
|
|
1997
|
+
:cloudformationResource: AWS::NetworkFirewall::LoggingConfiguration
|
|
1995
1998
|
:exampleMetadata: fixture=_generated
|
|
1996
1999
|
|
|
1997
2000
|
Example::
|
|
@@ -2423,6 +2426,7 @@ class CfnRuleGroup(
|
|
|
2423
2426
|
You use rule groups in an ``FirewallPolicy`` to specify the filtering behavior of an ``Firewall`` .
|
|
2424
2427
|
|
|
2425
2428
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-rulegroup.html
|
|
2429
|
+
:cloudformationResource: AWS::NetworkFirewall::RuleGroup
|
|
2426
2430
|
:exampleMetadata: fixture=_generated
|
|
2427
2431
|
|
|
2428
2432
|
Example::
|
|
@@ -62,6 +62,7 @@ class CfnConnectAttachment(
|
|
|
62
62
|
A core network Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a core network and an appliance. A core network Connect attachment uses an existing VPC attachment as the underlying transport mechanism.
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html
|
|
65
|
+
:cloudformationResource: AWS::NetworkManager::ConnectAttachment
|
|
65
66
|
:exampleMetadata: fixture=_generated
|
|
66
67
|
|
|
67
68
|
Example::
|
|
@@ -668,6 +669,7 @@ class CfnConnectPeer(
|
|
|
668
669
|
The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
|
|
669
670
|
|
|
670
671
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectpeer.html
|
|
672
|
+
:cloudformationResource: AWS::NetworkManager::ConnectPeer
|
|
671
673
|
:exampleMetadata: fixture=_generated
|
|
672
674
|
|
|
673
675
|
Example::
|
|
@@ -1398,6 +1400,7 @@ class CfnCoreNetwork(
|
|
|
1398
1400
|
'''Describes a core network.
|
|
1399
1401
|
|
|
1400
1402
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-corenetwork.html
|
|
1403
|
+
:cloudformationResource: AWS::NetworkManager::CoreNetwork
|
|
1401
1404
|
:exampleMetadata: fixture=_generated
|
|
1402
1405
|
|
|
1403
1406
|
Example::
|
|
@@ -1923,6 +1926,7 @@ class CfnCustomerGatewayAssociation(
|
|
|
1923
1926
|
You cannot associate a customer gateway with more than one device and link.
|
|
1924
1927
|
|
|
1925
1928
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html
|
|
1929
|
+
:cloudformationResource: AWS::NetworkManager::CustomerGatewayAssociation
|
|
1926
1930
|
:exampleMetadata: fixture=_generated
|
|
1927
1931
|
|
|
1928
1932
|
Example::
|
|
@@ -2178,6 +2182,7 @@ class CfnDevice(
|
|
|
2178
2182
|
'''Specifies a device.
|
|
2179
2183
|
|
|
2180
2184
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html
|
|
2185
|
+
:cloudformationResource: AWS::NetworkManager::Device
|
|
2181
2186
|
:exampleMetadata: fixture=_generated
|
|
2182
2187
|
|
|
2183
2188
|
Example::
|
|
@@ -2871,6 +2876,7 @@ class CfnGlobalNetwork(
|
|
|
2871
2876
|
'''Creates a new, empty global network.
|
|
2872
2877
|
|
|
2873
2878
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html
|
|
2879
|
+
:cloudformationResource: AWS::NetworkManager::GlobalNetwork
|
|
2874
2880
|
:exampleMetadata: fixture=_generated
|
|
2875
2881
|
|
|
2876
2882
|
Example::
|
|
@@ -3085,6 +3091,7 @@ class CfnLink(
|
|
|
3085
3091
|
'''Specifies a link for a site.
|
|
3086
3092
|
|
|
3087
3093
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html
|
|
3094
|
+
:cloudformationResource: AWS::NetworkManager::Link
|
|
3088
3095
|
:exampleMetadata: fixture=_generated
|
|
3089
3096
|
|
|
3090
3097
|
Example::
|
|
@@ -3394,6 +3401,7 @@ class CfnLinkAssociation(
|
|
|
3394
3401
|
'''Describes the association between a device and a link.
|
|
3395
3402
|
|
|
3396
3403
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html
|
|
3404
|
+
:cloudformationResource: AWS::NetworkManager::LinkAssociation
|
|
3397
3405
|
:exampleMetadata: fixture=_generated
|
|
3398
3406
|
|
|
3399
3407
|
Example::
|
|
@@ -3781,6 +3789,7 @@ class CfnSite(
|
|
|
3781
3789
|
'''Creates a new site in a global network.
|
|
3782
3790
|
|
|
3783
3791
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html
|
|
3792
|
+
:cloudformationResource: AWS::NetworkManager::Site
|
|
3784
3793
|
:exampleMetadata: fixture=_generated
|
|
3785
3794
|
|
|
3786
3795
|
Example::
|
|
@@ -4182,6 +4191,7 @@ class CfnSiteToSiteVpnAttachment(
|
|
|
4182
4191
|
'''Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
|
|
4183
4192
|
|
|
4184
4193
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-sitetositevpnattachment.html
|
|
4194
|
+
:cloudformationResource: AWS::NetworkManager::SiteToSiteVpnAttachment
|
|
4185
4195
|
:exampleMetadata: fixture=_generated
|
|
4186
4196
|
|
|
4187
4197
|
Example::
|
|
@@ -4667,6 +4677,7 @@ class CfnTransitGatewayPeering(
|
|
|
4667
4677
|
'''Creates a transit gateway peering connection.
|
|
4668
4678
|
|
|
4669
4679
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewaypeering.html
|
|
4680
|
+
:cloudformationResource: AWS::NetworkManager::TransitGatewayPeering
|
|
4670
4681
|
:exampleMetadata: fixture=_generated
|
|
4671
4682
|
|
|
4672
4683
|
Example::
|
|
@@ -4988,6 +4999,7 @@ class CfnTransitGatewayRegistration(
|
|
|
4988
4999
|
Not all Regions support transit gateways for global networks. For a list of the supported Regions, see `Region Availability <https://docs.aws.amazon.com/network-manager/latest/tgwnm/what-are-global-networks.html#nm-available-regions>`_ in the *AWS Transit Gateways for Global Networks User Guide* . The transit gateway can be in any of the supported AWS Regions, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network.
|
|
4989
5000
|
|
|
4990
5001
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html
|
|
5002
|
+
:cloudformationResource: AWS::NetworkManager::TransitGatewayRegistration
|
|
4991
5003
|
:exampleMetadata: fixture=_generated
|
|
4992
5004
|
|
|
4993
5005
|
Example::
|
|
@@ -5173,6 +5185,7 @@ class CfnTransitGatewayRouteTableAttachment(
|
|
|
5173
5185
|
'''Creates a transit gateway route table attachment.
|
|
5174
5186
|
|
|
5175
5187
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayroutetableattachment.html
|
|
5188
|
+
:cloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
|
|
5176
5189
|
:exampleMetadata: fixture=_generated
|
|
5177
5190
|
|
|
5178
5191
|
Example::
|
|
@@ -5671,6 +5684,7 @@ class CfnVpcAttachment(
|
|
|
5671
5684
|
'''Creates a VPC attachment on an edge location of a core network.
|
|
5672
5685
|
|
|
5673
5686
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-vpcattachment.html
|
|
5687
|
+
:cloudformationResource: AWS::NetworkManager::VpcAttachment
|
|
5674
5688
|
:exampleMetadata: fixture=_generated
|
|
5675
5689
|
|
|
5676
5690
|
Example::
|
|
@@ -61,6 +61,7 @@ class CfnLaunchProfile(
|
|
|
61
61
|
Launch profiles are shared with studio users to give them access to the set of studio components.
|
|
62
62
|
|
|
63
63
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html
|
|
64
|
+
:cloudformationResource: AWS::NimbleStudio::LaunchProfile
|
|
64
65
|
:exampleMetadata: fixture=_generated
|
|
65
66
|
|
|
66
67
|
Example::
|
|
@@ -1090,6 +1091,7 @@ class CfnStreamingImage(
|
|
|
1090
1091
|
A streaming image defines the operating system and software to be used in an streaming session.
|
|
1091
1092
|
|
|
1092
1093
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html
|
|
1094
|
+
:cloudformationResource: AWS::NimbleStudio::StreamingImage
|
|
1093
1095
|
:exampleMetadata: fixture=_generated
|
|
1094
1096
|
|
|
1095
1097
|
Example::
|
|
@@ -1529,6 +1531,7 @@ class CfnStudio(
|
|
|
1529
1531
|
You can optionally specify an AWS Key Management Service key in the StudioEncryptionConfiguration. In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an AWS Key Management Service key. By default, this key is owned by AWS and managed on your behalf. You may provide your own AWS Key Management Service key when calling CreateStudio to encrypt this data using a key that you own and manage. When providing an AWS Key Management Service key during studio creation, creates AWS Key Management Service grants in your account to provide your studio user and admin roles access to these AWS Key Management Service keys. If you delete this grant, the studio will no longer be accessible to your portal users. If you delete the studio AWS Key Management Service key, your studio will no longer be accessible.
|
|
1530
1532
|
|
|
1531
1533
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html
|
|
1534
|
+
:cloudformationResource: AWS::NimbleStudio::Studio
|
|
1532
1535
|
:exampleMetadata: fixture=_generated
|
|
1533
1536
|
|
|
1534
1537
|
Example::
|
|
@@ -1847,6 +1850,7 @@ class CfnStudioComponent(
|
|
|
1847
1850
|
A studio component also has a set of initialization scripts, which are returned by ``GetLaunchProfileInitialization`` . These initialization scripts run on streaming sessions when they start. They provide users with flexibility in controlling how studio resources are configured on a streaming session.
|
|
1848
1851
|
|
|
1849
1852
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html
|
|
1853
|
+
:cloudformationResource: AWS::NimbleStudio::StudioComponent
|
|
1850
1854
|
:exampleMetadata: fixture=_generated
|
|
1851
1855
|
|
|
1852
1856
|
Example::
|
aws_cdk/aws_oam/__init__.py
CHANGED
|
@@ -66,6 +66,7 @@ class CfnLink(
|
|
|
66
66
|
Each source account can be linked to as many as five monitoring accounts.
|
|
67
67
|
|
|
68
68
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-link.html
|
|
69
|
+
:cloudformationResource: AWS::Oam::Link
|
|
69
70
|
:exampleMetadata: fixture=_generated
|
|
70
71
|
|
|
71
72
|
Example::
|
|
@@ -374,6 +375,7 @@ class CfnSink(
|
|
|
374
375
|
An account can have one sink.
|
|
375
376
|
|
|
376
377
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-sink.html
|
|
378
|
+
:cloudformationResource: AWS::Oam::Sink
|
|
377
379
|
:exampleMetadata: fixture=_generated
|
|
378
380
|
|
|
379
381
|
Example::
|
aws_cdk/aws_omics/__init__.py
CHANGED
|
@@ -59,6 +59,7 @@ class CfnAnnotationStore(
|
|
|
59
59
|
'''Creates an annotation store.
|
|
60
60
|
|
|
61
61
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-annotationstore.html
|
|
62
|
+
:cloudformationResource: AWS::Omics::AnnotationStore
|
|
62
63
|
:exampleMetadata: fixture=_generated
|
|
63
64
|
|
|
64
65
|
Example::
|
|
@@ -830,6 +831,7 @@ class CfnReferenceStore(
|
|
|
830
831
|
'''Creates a reference store.
|
|
831
832
|
|
|
832
833
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-referencestore.html
|
|
834
|
+
:cloudformationResource: AWS::Omics::ReferenceStore
|
|
833
835
|
:exampleMetadata: fixture=_generated
|
|
834
836
|
|
|
835
837
|
Example::
|
|
@@ -1212,6 +1214,7 @@ class CfnRunGroup(
|
|
|
1212
1214
|
'''Creates a run group.
|
|
1213
1215
|
|
|
1214
1216
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-rungroup.html
|
|
1217
|
+
:cloudformationResource: AWS::Omics::RunGroup
|
|
1215
1218
|
:exampleMetadata: fixture=_generated
|
|
1216
1219
|
|
|
1217
1220
|
Example::
|
|
@@ -1568,6 +1571,7 @@ class CfnSequenceStore(
|
|
|
1568
1571
|
'''Creates a sequence store.
|
|
1569
1572
|
|
|
1570
1573
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html
|
|
1574
|
+
:cloudformationResource: AWS::Omics::SequenceStore
|
|
1571
1575
|
:exampleMetadata: fixture=_generated
|
|
1572
1576
|
|
|
1573
1577
|
Example::
|
|
@@ -1986,6 +1990,7 @@ class CfnVariantStore(
|
|
|
1986
1990
|
'''Create a store for variant data.
|
|
1987
1991
|
|
|
1988
1992
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html
|
|
1993
|
+
:cloudformationResource: AWS::Omics::VariantStore
|
|
1989
1994
|
:exampleMetadata: fixture=_generated
|
|
1990
1995
|
|
|
1991
1996
|
Example::
|
|
@@ -2503,6 +2508,7 @@ class CfnWorkflow(
|
|
|
2503
2508
|
'''Creates a workflow.
|
|
2504
2509
|
|
|
2505
2510
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html
|
|
2511
|
+
:cloudformationResource: AWS::Omics::Workflow
|
|
2506
2512
|
:exampleMetadata: fixture=_generated
|
|
2507
2513
|
|
|
2508
2514
|
Example::
|
|
@@ -62,6 +62,7 @@ class CfnAccessPolicy(
|
|
|
62
62
|
Access policies limit access to collections and the resources within them, and allow a user to access that data irrespective of the access mechanism or network source. For more information, see `Data access control for Amazon OpenSearch Serverless <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html>`_ .
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-accesspolicy.html
|
|
65
|
+
:cloudformationResource: AWS::OpenSearchServerless::AccessPolicy
|
|
65
66
|
:exampleMetadata: fixture=_generated
|
|
66
67
|
|
|
67
68
|
Example::
|
|
@@ -321,6 +322,7 @@ class CfnCollection(
|
|
|
321
322
|
You must create a matching `encryption policy <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html>`_ in order for a collection to be created successfully. You can specify the policy resource within the same CloudFormation template as the collection resource if you use the `DependsOn <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ attribute. See `Examples <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html#aws-resource-opensearchserverless-collection--examples>`_ for a sample template. Otherwise the encryption policy must already exist before you create the collection.
|
|
322
323
|
|
|
323
324
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html
|
|
325
|
+
:cloudformationResource: AWS::OpenSearchServerless::Collection
|
|
324
326
|
:exampleMetadata: fixture=_generated
|
|
325
327
|
|
|
326
328
|
Example::
|
|
@@ -642,6 +644,7 @@ class CfnSecurityConfig(
|
|
|
642
644
|
For more information, see `SAML authentication for Amazon OpenSearch Serverless <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html>`_ .
|
|
643
645
|
|
|
644
646
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-securityconfig.html
|
|
647
|
+
:cloudformationResource: AWS::OpenSearchServerless::SecurityConfig
|
|
645
648
|
:exampleMetadata: fixture=_generated
|
|
646
649
|
|
|
647
650
|
Example::
|
|
@@ -1037,6 +1040,7 @@ class CfnSecurityPolicy(
|
|
|
1037
1040
|
Encryption policies specify a KMS encryption key to assign to particular collections. For more information, see `Encryption at rest for Amazon OpenSearch Serverless <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html>`_ .
|
|
1038
1041
|
|
|
1039
1042
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-securitypolicy.html
|
|
1043
|
+
:cloudformationResource: AWS::OpenSearchServerless::SecurityPolicy
|
|
1040
1044
|
:exampleMetadata: fixture=_generated
|
|
1041
1045
|
|
|
1042
1046
|
Example::
|
|
@@ -1293,6 +1297,7 @@ class CfnVpcEndpoint(
|
|
|
1293
1297
|
For more information, see `Access Amazon OpenSearch Serverless using an interface endpoint <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html>`_ .
|
|
1294
1298
|
|
|
1295
1299
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-vpcendpoint.html
|
|
1300
|
+
:cloudformationResource: AWS::OpenSearchServerless::VpcEndpoint
|
|
1296
1301
|
:exampleMetadata: fixture=_generated
|
|
1297
1302
|
|
|
1298
1303
|
Example::
|
|
@@ -819,6 +819,7 @@ class CfnDomain(
|
|
|
819
819
|
'''The AWS::OpenSearchService::Domain resource creates an Amazon OpenSearch Service domain.
|
|
820
820
|
|
|
821
821
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html
|
|
822
|
+
:cloudformationResource: AWS::OpenSearchService::Domain
|
|
822
823
|
:exampleMetadata: fixture=_generated
|
|
823
824
|
|
|
824
825
|
Example::
|