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
|
@@ -62,6 +62,7 @@ class CfnAccessPoint(
|
|
|
62
62
|
'''The ``AWS::S3ObjectLambda::AccessPoint`` resource specifies an Object Lambda Access Point used to access a bucket.
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspoint.html
|
|
65
|
+
:cloudformationResource: AWS::S3ObjectLambda::AccessPoint
|
|
65
66
|
:exampleMetadata: fixture=_generated
|
|
66
67
|
|
|
67
68
|
Example::
|
|
@@ -936,6 +937,7 @@ class CfnAccessPointPolicy(
|
|
|
936
937
|
'''The ``AWS::S3ObjectLambda::AccessPointPolicy`` resource specifies the Object Lambda Access Point resource policy document.
|
|
937
938
|
|
|
938
939
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspointpolicy.html
|
|
940
|
+
:cloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
|
|
939
941
|
:exampleMetadata: fixture=_generated
|
|
940
942
|
|
|
941
943
|
Example::
|
|
@@ -65,6 +65,7 @@ class CfnAccessPoint(
|
|
|
65
65
|
S3 on Outposts supports only VPC-style access points.
|
|
66
66
|
|
|
67
67
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3outposts-accesspoint.html
|
|
68
|
+
:cloudformationResource: AWS::S3Outposts::AccessPoint
|
|
68
69
|
:exampleMetadata: fixture=_generated
|
|
69
70
|
|
|
70
71
|
Example::
|
|
@@ -406,6 +407,7 @@ class CfnBucket(
|
|
|
406
407
|
For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts, see `Amazon S3 on Outposts Restrictions and Limitations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OnOutpostsRestrictionsLimitations.html>`_ .
|
|
407
408
|
|
|
408
409
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3outposts-bucket.html
|
|
410
|
+
:cloudformationResource: AWS::S3Outposts::Bucket
|
|
409
411
|
:exampleMetadata: fixture=_generated
|
|
410
412
|
|
|
411
413
|
Example::
|
|
@@ -1111,6 +1113,7 @@ class CfnBucketPolicy(
|
|
|
1111
1113
|
For more information, see the AWS::IAM::Policy `PolicyDocument <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument>`_ resource description in this guide and `Access Policy Language Overview <https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-policy-language-overview.html>`_ .
|
|
1112
1114
|
|
|
1113
1115
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3outposts-bucketpolicy.html
|
|
1116
|
+
:cloudformationResource: AWS::S3Outposts::BucketPolicy
|
|
1114
1117
|
:exampleMetadata: fixture=_generated
|
|
1115
1118
|
|
|
1116
1119
|
Example::
|
|
@@ -1439,6 +1442,7 @@ class CfnEndpoint(
|
|
|
1439
1442
|
It can take up to 5 minutes for this resource to be created.
|
|
1440
1443
|
|
|
1441
1444
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3outposts-endpoint.html
|
|
1445
|
+
:cloudformationResource: AWS::S3Outposts::Endpoint
|
|
1442
1446
|
:exampleMetadata: fixture=_generated
|
|
1443
1447
|
|
|
1444
1448
|
Example::
|
|
@@ -69,6 +69,7 @@ class CfnApp(
|
|
|
69
69
|
This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
|
|
70
70
|
|
|
71
71
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-app.html
|
|
72
|
+
:cloudformationResource: AWS::SageMaker::App
|
|
72
73
|
:exampleMetadata: fixture=_generated
|
|
73
74
|
|
|
74
75
|
Example::
|
|
@@ -373,6 +374,7 @@ class CfnAppImageConfig(
|
|
|
373
374
|
The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image.
|
|
374
375
|
|
|
375
376
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-appimageconfig.html
|
|
377
|
+
:cloudformationResource: AWS::SageMaker::AppImageConfig
|
|
376
378
|
:exampleMetadata: fixture=_generated
|
|
377
379
|
|
|
378
380
|
Example::
|
|
@@ -1072,6 +1074,7 @@ class CfnCodeRepository(
|
|
|
1072
1074
|
The repository can be hosted either in `AWS CodeCommit <https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html>`_ or in any other Git repository.
|
|
1073
1075
|
|
|
1074
1076
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html
|
|
1077
|
+
:cloudformationResource: AWS::SageMaker::CodeRepository
|
|
1075
1078
|
:exampleMetadata: fixture=_generated
|
|
1076
1079
|
|
|
1077
1080
|
Example::
|
|
@@ -1438,6 +1441,7 @@ class CfnDataQualityJobDefinition(
|
|
|
1438
1441
|
For information about model monitor, see `Amazon SageMaker Model Monitor <https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html>`_ .
|
|
1439
1442
|
|
|
1440
1443
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-dataqualityjobdefinition.html
|
|
1444
|
+
:cloudformationResource: AWS::SageMaker::DataQualityJobDefinition
|
|
1441
1445
|
:exampleMetadata: fixture=_generated
|
|
1442
1446
|
|
|
1443
1447
|
Example::
|
|
@@ -3742,6 +3746,7 @@ class CfnDevice(
|
|
|
3742
3746
|
Each device must be listed individually in the CFN specification.
|
|
3743
3747
|
|
|
3744
3748
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-device.html
|
|
3749
|
+
:cloudformationResource: AWS::SageMaker::Device
|
|
3745
3750
|
:exampleMetadata: fixture=_generated
|
|
3746
3751
|
|
|
3747
3752
|
Example::
|
|
@@ -3983,6 +3988,7 @@ class CfnDeviceFleet(
|
|
|
3983
3988
|
You must register your devices against the ``DeviceFleet`` separately.
|
|
3984
3989
|
|
|
3985
3990
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-devicefleet.html
|
|
3991
|
+
:cloudformationResource: AWS::SageMaker::DeviceFleet
|
|
3986
3992
|
:exampleMetadata: fixture=_generated
|
|
3987
3993
|
|
|
3988
3994
|
Example::
|
|
@@ -4508,6 +4514,7 @@ class CfnDomain(
|
|
|
4508
4514
|
For more information, see `Connect SageMaker Studio Notebooks to Resources in a VPC <https://docs.aws.amazon.com/sagemaker/latest/dg/studio-notebooks-and-internet-access.html>`_ .
|
|
4509
4515
|
|
|
4510
4516
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html
|
|
4517
|
+
:cloudformationResource: AWS::SageMaker::Domain
|
|
4511
4518
|
:exampleMetadata: fixture=_generated
|
|
4512
4519
|
|
|
4513
4520
|
Example::
|
|
@@ -6485,6 +6492,7 @@ class CfnEndpoint(
|
|
|
6485
6492
|
Amazon SageMaker uses the endpoint to provision resources and deploy models. You create the endpoint configuration with the `AWS::SageMaker::EndpointConfig <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html>`_ resource. For more information, see `Deploy a Model on Amazon SageMaker Hosting Services <https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works-hosting.html>`_ in the *Amazon SageMaker Developer Guide* .
|
|
6486
6493
|
|
|
6487
6494
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html
|
|
6495
|
+
:cloudformationResource: AWS::SageMaker::Endpoint
|
|
6488
6496
|
:exampleMetadata: fixture=_generated
|
|
6489
6497
|
|
|
6490
6498
|
Example::
|
|
@@ -7516,6 +7524,7 @@ class CfnEndpointConfig(
|
|
|
7516
7524
|
For more information, see `CreateEndpointConfig <https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpointConfig.html>`_ in the *SageMaker Developer Guide* .
|
|
7517
7525
|
|
|
7518
7526
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html
|
|
7527
|
+
:cloudformationResource: AWS::SageMaker::EndpointConfig
|
|
7519
7528
|
:exampleMetadata: fixture=_generated
|
|
7520
7529
|
|
|
7521
7530
|
Example::
|
|
@@ -10094,6 +10103,7 @@ class CfnFeatureGroup(
|
|
|
10094
10103
|
You must include at least one of ``OnlineStoreConfig`` and ``OfflineStoreConfig`` to create a ``FeatureGroup`` .
|
|
10095
10104
|
|
|
10096
10105
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-featuregroup.html
|
|
10106
|
+
:cloudformationResource: AWS::SageMaker::FeatureGroup
|
|
10097
10107
|
:exampleMetadata: fixture=_generated
|
|
10098
10108
|
|
|
10099
10109
|
Example::
|
|
@@ -11111,6 +11121,7 @@ class CfnImage(
|
|
|
11111
11121
|
A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon Elastic Container Registry (ECR). For more information, see `Bring your own SageMaker image <https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html>`_ .
|
|
11112
11122
|
|
|
11113
11123
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-image.html
|
|
11124
|
+
:cloudformationResource: AWS::SageMaker::Image
|
|
11114
11125
|
:exampleMetadata: fixture=_generated
|
|
11115
11126
|
|
|
11116
11127
|
Example::
|
|
@@ -11455,6 +11466,7 @@ class CfnImageVersion(
|
|
|
11455
11466
|
2. ``DependsOn`` can be used to establish order among ``ImageVersion`` s within the same ``Image`` namespace. For example, if ImageVersionB ``DependsOn`` ImageVersionA and both share the same parent ``Image`` , then ImageVersionA is version N and ImageVersionB is N+1.
|
|
11456
11467
|
|
|
11457
11468
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html
|
|
11469
|
+
:cloudformationResource: AWS::SageMaker::ImageVersion
|
|
11458
11470
|
:exampleMetadata: fixture=_generated
|
|
11459
11471
|
|
|
11460
11472
|
Example::
|
|
@@ -12004,6 +12016,7 @@ class CfnInferenceExperiment(
|
|
|
12004
12016
|
While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see `View, monitor, and edit shadow tests <https://docs.aws.amazon.com/sagemaker/latest/dg/shadow-tests-view-monitor-edit.html>`_ .
|
|
12005
12017
|
|
|
12006
12018
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-inferenceexperiment.html
|
|
12019
|
+
:cloudformationResource: AWS::SageMaker::InferenceExperiment
|
|
12007
12020
|
:exampleMetadata: fixture=_generated
|
|
12008
12021
|
|
|
12009
12022
|
Example::
|
|
@@ -13492,6 +13505,7 @@ class CfnModel(
|
|
|
13492
13505
|
For more information, see `Deploying a Model on Amazon SageMaker Hosting Services <https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works-hosting.html>`_ in the *Amazon SageMaker Developer Guide* .
|
|
13493
13506
|
|
|
13494
13507
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html
|
|
13508
|
+
:cloudformationResource: AWS::SageMaker::Model
|
|
13495
13509
|
:exampleMetadata: fixture=_generated
|
|
13496
13510
|
|
|
13497
13511
|
Example::
|
|
@@ -14362,6 +14376,7 @@ class CfnModelBiasJobDefinition(
|
|
|
14362
14376
|
'''Creates the definition for a model bias job.
|
|
14363
14377
|
|
|
14364
14378
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-modelbiasjobdefinition.html
|
|
14379
|
+
:cloudformationResource: AWS::SageMaker::ModelBiasJobDefinition
|
|
14365
14380
|
:exampleMetadata: fixture=_generated
|
|
14366
14381
|
|
|
14367
14382
|
Example::
|
|
@@ -16843,6 +16858,7 @@ class CfnModelCard(
|
|
|
16843
16858
|
For information about how to use model cards, see `Amazon SageMaker Model Card <https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html>`_ .
|
|
16844
16859
|
|
|
16845
16860
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-modelcard.html
|
|
16861
|
+
:cloudformationResource: AWS::SageMaker::ModelCard
|
|
16846
16862
|
:exampleMetadata: fixture=_generated
|
|
16847
16863
|
|
|
16848
16864
|
Example::
|
|
@@ -20308,6 +20324,7 @@ class CfnModelExplainabilityJobDefinition(
|
|
|
20308
20324
|
'''Creates the definition for a model explainability job.
|
|
20309
20325
|
|
|
20310
20326
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-modelexplainabilityjobdefinition.html
|
|
20327
|
+
:cloudformationResource: AWS::SageMaker::ModelExplainabilityJobDefinition
|
|
20311
20328
|
:exampleMetadata: fixture=_generated
|
|
20312
20329
|
|
|
20313
20330
|
Example::
|
|
@@ -22585,6 +22602,7 @@ class CfnModelPackage(
|
|
|
22585
22602
|
'''A versioned model that can be deployed for SageMaker inference.
|
|
22586
22603
|
|
|
22587
22604
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-modelpackage.html
|
|
22605
|
+
:cloudformationResource: AWS::SageMaker::ModelPackage
|
|
22588
22606
|
:exampleMetadata: fixture=_generated
|
|
22589
22607
|
|
|
22590
22608
|
Example::
|
|
@@ -26650,6 +26668,7 @@ class CfnModelPackageGroup(
|
|
|
26650
26668
|
'''A group of versioned models in the model registry.
|
|
26651
26669
|
|
|
26652
26670
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-modelpackagegroup.html
|
|
26671
|
+
:cloudformationResource: AWS::SageMaker::ModelPackageGroup
|
|
26653
26672
|
:exampleMetadata: fixture=_generated
|
|
26654
26673
|
|
|
26655
26674
|
Example::
|
|
@@ -27922,6 +27941,7 @@ class CfnModelQualityJobDefinition(
|
|
|
27922
27941
|
For information about model monitor, see `Amazon SageMaker Model Monitor <https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html>`_ .
|
|
27923
27942
|
|
|
27924
27943
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-modelqualityjobdefinition.html
|
|
27944
|
+
:cloudformationResource: AWS::SageMaker::ModelQualityJobDefinition
|
|
27925
27945
|
:exampleMetadata: fixture=_generated
|
|
27926
27946
|
|
|
27927
27947
|
Example::
|
|
@@ -30441,6 +30461,7 @@ class CfnMonitoringSchedule(
|
|
|
30441
30461
|
'''The ``AWS::SageMaker::MonitoringSchedule`` resource is an Amazon SageMaker resource type that regularly starts SageMaker processing Jobs to monitor the data captured for a SageMaker endpoint.
|
|
30442
30462
|
|
|
30443
30463
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-monitoringschedule.html
|
|
30464
|
+
:cloudformationResource: AWS::SageMaker::MonitoringSchedule
|
|
30444
30465
|
:exampleMetadata: fixture=_generated
|
|
30445
30466
|
|
|
30446
30467
|
Example::
|
|
@@ -32782,7 +32803,7 @@ class CfnMonitoringSchedule(
|
|
|
32782
32803
|
def __init__(self, *, schedule_expression: builtins.str) -> None:
|
|
32783
32804
|
'''Configuration details about the monitoring schedule.
|
|
32784
32805
|
|
|
32785
|
-
:param schedule_expression: A cron expression that describes details about the monitoring schedule.
|
|
32806
|
+
:param schedule_expression: A cron expression that describes details about the monitoring schedule. The supported cron expressions are: - If you want to set the job to start every hour, use the following: ``Hourly: cron(0 * ? * * *)`` - If you want to start the job daily: ``cron(0 [00-23] ? * * *)`` - If you want to run the job one time, immediately, use the following keyword: ``NOW`` For example, the following are valid cron expressions: - Daily at noon UTC: ``cron(0 12 ? * * *)`` - Daily at midnight UTC: ``cron(0 0 ? * * *)`` To support running every 6, 12 hours, the following are also supported: ``cron(0 [00-23]/[01-24] ? * * *)`` For example, the following are valid cron expressions: - Every 12 hours, starting at 5pm UTC: ``cron(0 17/12 ? * * *)`` - Every two hours starting at midnight: ``cron(0 0/2 ? * * *)`` .. epigraph:: - Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution. - We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day. You can also specify the keyword ``NOW`` to run the monitoring job immediately, one time, without recurring.
|
|
32786
32807
|
|
|
32787
32808
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-scheduleconfig.html
|
|
32788
32809
|
:exampleMetadata: fixture=_generated
|
|
@@ -32808,9 +32829,9 @@ class CfnMonitoringSchedule(
|
|
|
32808
32829
|
def schedule_expression(self) -> builtins.str:
|
|
32809
32830
|
'''A cron expression that describes details about the monitoring schedule.
|
|
32810
32831
|
|
|
32811
|
-
|
|
32832
|
+
The supported cron expressions are:
|
|
32812
32833
|
|
|
32813
|
-
- If you want to set the job to start every hour,
|
|
32834
|
+
- If you want to set the job to start every hour, use the following:
|
|
32814
32835
|
|
|
32815
32836
|
``Hourly: cron(0 * ? * * *)``
|
|
32816
32837
|
|
|
@@ -32818,6 +32839,10 @@ class CfnMonitoringSchedule(
|
|
|
32818
32839
|
|
|
32819
32840
|
``cron(0 [00-23] ? * * *)``
|
|
32820
32841
|
|
|
32842
|
+
- If you want to run the job one time, immediately, use the following keyword:
|
|
32843
|
+
|
|
32844
|
+
``NOW``
|
|
32845
|
+
|
|
32821
32846
|
For example, the following are valid cron expressions:
|
|
32822
32847
|
|
|
32823
32848
|
- Daily at noon UTC: ``cron(0 12 ? * * *)``
|
|
@@ -32837,6 +32862,8 @@ class CfnMonitoringSchedule(
|
|
|
32837
32862
|
- Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution.
|
|
32838
32863
|
- We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day.
|
|
32839
32864
|
|
|
32865
|
+
You can also specify the keyword ``NOW`` to run the monitoring job immediately, one time, without recurring.
|
|
32866
|
+
|
|
32840
32867
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-scheduleconfig.html#cfn-sagemaker-monitoringschedule-scheduleconfig-scheduleexpression
|
|
32841
32868
|
'''
|
|
32842
32869
|
result = self._values.get("schedule_expression")
|
|
@@ -33331,6 +33358,7 @@ class CfnNotebookInstance(
|
|
|
33331
33358
|
A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook. For more information, see `Use Notebook Instances <https://docs.aws.amazon.com/sagemaker/latest/dg/nbi.html>`_ .
|
|
33332
33359
|
|
|
33333
33360
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html
|
|
33361
|
+
:cloudformationResource: AWS::SageMaker::NotebookInstance
|
|
33334
33362
|
:exampleMetadata: fixture=_generated
|
|
33335
33363
|
|
|
33336
33364
|
Example::
|
|
@@ -33790,6 +33818,7 @@ class CfnNotebookInstanceLifecycleConfig(
|
|
|
33790
33818
|
For information about notebook instance lifecycle configurations, see `Customize a Notebook Instance <https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html>`_ in the *Amazon SageMaker Developer Guide* .
|
|
33791
33819
|
|
|
33792
33820
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html
|
|
33821
|
+
:cloudformationResource: AWS::SageMaker::NotebookInstanceLifecycleConfig
|
|
33793
33822
|
:exampleMetadata: fixture=_generated
|
|
33794
33823
|
|
|
33795
33824
|
Example::
|
|
@@ -34458,6 +34487,7 @@ class CfnPipeline(
|
|
|
34458
34487
|
For information about SageMaker Pipelines, see `SageMaker Pipelines <https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines.html>`_ in the *Amazon SageMaker Developer Guide* .
|
|
34459
34488
|
|
|
34460
34489
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-pipeline.html
|
|
34490
|
+
:cloudformationResource: AWS::SageMaker::Pipeline
|
|
34461
34491
|
:exampleMetadata: fixture=_generated
|
|
34462
34492
|
|
|
34463
34493
|
Example::
|
|
@@ -35044,6 +35074,7 @@ class CfnProject(
|
|
|
35044
35074
|
'''Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.
|
|
35045
35075
|
|
|
35046
35076
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html
|
|
35077
|
+
:cloudformationResource: AWS::SageMaker::Project
|
|
35047
35078
|
:exampleMetadata: fixture=_generated
|
|
35048
35079
|
|
|
35049
35080
|
Example::
|
|
@@ -35669,6 +35700,7 @@ class CfnSpace(
|
|
|
35669
35700
|
'''Creates a space used for real time collaboration in a Domain.
|
|
35670
35701
|
|
|
35671
35702
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-space.html
|
|
35703
|
+
:cloudformationResource: AWS::SageMaker::Space
|
|
35672
35704
|
:exampleMetadata: fixture=_generated
|
|
35673
35705
|
|
|
35674
35706
|
Example::
|
|
@@ -36444,6 +36476,7 @@ class CfnUserProfile(
|
|
|
36444
36476
|
If you're using IAM Identity Center authentication, a user in IAM Identity Center , or a group in IAM Identity Center containing that user, must be assigned to the Amazon SageMaker Studio application from the IAM Identity Center Console to create a user profile. For more information about application assignment, see `Assign user access <https://docs.aws.amazon.com/singlesignon/latest/userguide/assignuserstoapp.html>`_ . After assignment is complete, a user profile can be created for that user in IAM Identity Center with AWS CloudFormation.
|
|
36445
36477
|
|
|
36446
36478
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-userprofile.html
|
|
36479
|
+
:cloudformationResource: AWS::SageMaker::UserProfile
|
|
36447
36480
|
:exampleMetadata: fixture=_generated
|
|
36448
36481
|
|
|
36449
36482
|
Example::
|
|
@@ -37563,6 +37596,7 @@ class CfnWorkteam(
|
|
|
37563
37596
|
You cannot create more than 25 work teams in an account and region.
|
|
37564
37597
|
|
|
37565
37598
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html
|
|
37599
|
+
:cloudformationResource: AWS::SageMaker::Workteam
|
|
37566
37600
|
:exampleMetadata: fixture=_generated
|
|
37567
37601
|
|
|
37568
37602
|
Example::
|
aws_cdk/aws_sam/__init__.py
CHANGED
|
@@ -59,6 +59,7 @@ class CfnApi(
|
|
|
59
59
|
'''Definition of AWS::Serverless::Api.
|
|
60
60
|
|
|
61
61
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-api.html
|
|
62
|
+
:cloudformationResource: AWS::Serverless::Api
|
|
62
63
|
:exampleMetadata: fixture=_generated
|
|
63
64
|
|
|
64
65
|
Example::
|
|
@@ -2021,6 +2022,7 @@ class CfnApplication(
|
|
|
2021
2022
|
'''Definition of AWS::Serverless::Application.
|
|
2022
2023
|
|
|
2023
2024
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-application.html
|
|
2025
|
+
:cloudformationResource: AWS::Serverless::Application
|
|
2024
2026
|
:exampleMetadata: fixture=_generated
|
|
2025
2027
|
|
|
2026
2028
|
Example::
|
|
@@ -2410,6 +2412,7 @@ class CfnFunction(
|
|
|
2410
2412
|
'''Definition of AWS::Serverless::Function.
|
|
2411
2413
|
|
|
2412
2414
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-function.html
|
|
2415
|
+
:cloudformationResource: AWS::Serverless::Function
|
|
2413
2416
|
:exampleMetadata: fixture=_generated
|
|
2414
2417
|
|
|
2415
2418
|
Example::
|
|
@@ -9041,6 +9044,7 @@ class CfnHttpApi(
|
|
|
9041
9044
|
'''Definition of AWS::Serverless::HttpApi.
|
|
9042
9045
|
|
|
9043
9046
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-httpapi.html
|
|
9047
|
+
:cloudformationResource: AWS::Serverless::HttpApi
|
|
9044
9048
|
:exampleMetadata: fixture=_generated
|
|
9045
9049
|
|
|
9046
9050
|
Example::
|
|
@@ -10590,6 +10594,7 @@ class CfnLayerVersion(
|
|
|
10590
10594
|
'''Definition of AWS::Serverless::LayerVersion.
|
|
10591
10595
|
|
|
10592
10596
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-layerversion.html
|
|
10597
|
+
:cloudformationResource: AWS::Serverless::LayerVersion
|
|
10593
10598
|
:exampleMetadata: fixture=_generated
|
|
10594
10599
|
|
|
10595
10600
|
Example::
|
|
@@ -10994,6 +10999,7 @@ class CfnSimpleTable(
|
|
|
10994
10999
|
'''Definition of AWS::Serverless::SimpleTable.
|
|
10995
11000
|
|
|
10996
11001
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-simpletable.html
|
|
11002
|
+
:cloudformationResource: AWS::Serverless::SimpleTable
|
|
10997
11003
|
:exampleMetadata: fixture=_generated
|
|
10998
11004
|
|
|
10999
11005
|
Example::
|
|
@@ -11529,6 +11535,7 @@ class CfnStateMachine(
|
|
|
11529
11535
|
'''Definition of AWS::Serverless::StateMachine.
|
|
11530
11536
|
|
|
11531
11537
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-statemachine.html
|
|
11538
|
+
:cloudformationResource: AWS::Serverless::StateMachine
|
|
11532
11539
|
:exampleMetadata: fixture=_generated
|
|
11533
11540
|
|
|
11534
11541
|
Example::
|
|
@@ -66,6 +66,7 @@ class CfnSchedule(
|
|
|
66
66
|
For more information about managing schedules, changing the schedule state, setting up flexible time windows, and configuring a dead-letter queue for a schedule, see `Managing a schedule <https://docs.aws.amazon.com/scheduler/latest/UserGuide/managing-schedule.html>`_ in the *EventBridge Scheduler User Guide* .
|
|
67
67
|
|
|
68
68
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html
|
|
69
|
+
:cloudformationResource: AWS::Scheduler::Schedule
|
|
69
70
|
:exampleMetadata: fixture=_generated
|
|
70
71
|
|
|
71
72
|
Example::
|
|
@@ -1958,6 +1959,7 @@ class CfnScheduleGroup(
|
|
|
1958
1959
|
For more information about managing schedule groups, see `Managing a schedule group <https://docs.aws.amazon.com/scheduler/latest/UserGuide/managing-schedule-group.html>`_ in the *EventBridge Scheduler User Guide* .
|
|
1959
1960
|
|
|
1960
1961
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedulegroup.html
|
|
1962
|
+
:cloudformationResource: AWS::Scheduler::ScheduleGroup
|
|
1961
1963
|
:exampleMetadata: fixture=_generated
|
|
1962
1964
|
|
|
1963
1965
|
Example::
|
aws_cdk/aws_sdb/__init__.py
CHANGED
|
@@ -61,6 +61,7 @@ class CfnDomain(
|
|
|
61
61
|
The ``AWS::SDB::Domain`` resource does not allow any updates, including metadata updates.
|
|
62
62
|
|
|
63
63
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sdb-domain.html
|
|
64
|
+
:cloudformationResource: AWS::SDB::Domain
|
|
64
65
|
:exampleMetadata: fixture=_generated
|
|
65
66
|
|
|
66
67
|
Example::
|
|
@@ -434,6 +434,7 @@ class CfnResourcePolicy(
|
|
|
434
434
|
*Required permissions:* ``secretsmanager:PutResourcePolicy`` , ``secretsmanager:GetResourcePolicy`` . For more information, see `IAM policy actions for Secrets Manager <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssecretsmanager.html#awssecretsmanager-actions-as-permissions>`_ and `Authentication and access control in Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html>`_ .
|
|
435
435
|
|
|
436
436
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html
|
|
437
|
+
:cloudformationResource: AWS::SecretsManager::ResourcePolicy
|
|
437
438
|
:exampleMetadata: fixture=_generated
|
|
438
439
|
|
|
439
440
|
Example::
|
|
@@ -690,6 +691,7 @@ class CfnRotationSchedule(
|
|
|
690
691
|
For database secrets, if you define both the secret and the database or service in the AWS CloudFormation template, then you need to define the `AWS::SecretsManager::SecretTargetAttachment <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html>`_ resource to populate the secret with the connection details of the database or service before you attempt to configure rotation.
|
|
691
692
|
|
|
692
693
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html
|
|
694
|
+
:cloudformationResource: AWS::SecretsManager::RotationSchedule
|
|
693
695
|
:exampleMetadata: fixture=_generated
|
|
694
696
|
|
|
695
697
|
Example::
|
|
@@ -1442,6 +1444,7 @@ class CfnSecret(
|
|
|
1442
1444
|
For information about retrieving a secret in code, see `Retrieve secrets from Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets.html>`_ .
|
|
1443
1445
|
|
|
1444
1446
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html
|
|
1447
|
+
:cloudformationResource: AWS::SecretsManager::Secret
|
|
1445
1448
|
:exampleMetadata: fixture=_generated
|
|
1446
1449
|
|
|
1447
1450
|
Example::
|
|
@@ -2210,6 +2213,7 @@ class CfnSecretTargetAttachment(
|
|
|
2210
2213
|
For Amazon RDS master user credentials, see `AWS::RDS::DBCluster MasterUserSecret <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-masterusersecret.html>`_ .
|
|
2211
2214
|
|
|
2212
2215
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html
|
|
2216
|
+
:cloudformationResource: AWS::SecretsManager::SecretTargetAttachment
|
|
2213
2217
|
:exampleMetadata: fixture=_generated
|
|
2214
2218
|
|
|
2215
2219
|
Example::
|
|
@@ -61,6 +61,7 @@ class CfnAutomationRule(
|
|
|
61
61
|
For more information, see `Automation rules <https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html>`_ in the *AWS Security Hub User Guide* .
|
|
62
62
|
|
|
63
63
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-automationrule.html
|
|
64
|
+
:cloudformationResource: AWS::SecurityHub::AutomationRule
|
|
64
65
|
:exampleMetadata: fixture=_generated
|
|
65
66
|
|
|
66
67
|
Example::
|
|
@@ -2891,6 +2892,7 @@ class CfnHub(
|
|
|
2891
2892
|
You must create an ``AWS::SecurityHub::Hub`` resource for an account before you can create other types of Security Hub resources for the account through AWS CloudFormation . Use a `DependsOn attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ , such as ``"DependsOn": "Hub"`` , to ensure that you've created an ``AWS::SecurityHub::Hub`` resource before creating other Security Hub resources for an account.
|
|
2892
2893
|
|
|
2893
2894
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html
|
|
2895
|
+
:cloudformationResource: AWS::SecurityHub::Hub
|
|
2894
2896
|
:exampleMetadata: fixture=_generated
|
|
2895
2897
|
|
|
2896
2898
|
Example::
|
|
@@ -3193,6 +3195,7 @@ class CfnStandard(
|
|
|
3193
3195
|
For more information about Security Hub standards, see `Security Hub standards reference <https://docs.aws.amazon.com/securityhub/latest/userguide/standards-reference.html>`_ in the *AWS Security Hub User Guide* .
|
|
3194
3196
|
|
|
3195
3197
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-standard.html
|
|
3198
|
+
:cloudformationResource: AWS::SecurityHub::Standard
|
|
3196
3199
|
:exampleMetadata: fixture=_generated
|
|
3197
3200
|
|
|
3198
3201
|
Example::
|
|
@@ -626,6 +626,7 @@ class CfnAcceptedPortfolioShare(
|
|
|
626
626
|
'''Accepts an offer to share the specified portfolio.
|
|
627
627
|
|
|
628
628
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html
|
|
629
|
+
:cloudformationResource: AWS::ServiceCatalog::AcceptedPortfolioShare
|
|
629
630
|
:exampleMetadata: fixture=_generated
|
|
630
631
|
|
|
631
632
|
Example::
|
|
@@ -822,6 +823,7 @@ class CfnCloudFormationProduct(
|
|
|
822
823
|
'''Specifies a product.
|
|
823
824
|
|
|
824
825
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html
|
|
826
|
+
:cloudformationResource: AWS::ServiceCatalog::CloudFormationProduct
|
|
825
827
|
:exampleMetadata: fixture=_generated
|
|
826
828
|
|
|
827
829
|
Example::
|
|
@@ -1889,6 +1891,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
1889
1891
|
If the request contains a tag key with an empty list of values, there is a tag conflict for that key. Do not include conflicted keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[ *N* ]: *Value* ".
|
|
1890
1892
|
|
|
1891
1893
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html
|
|
1894
|
+
:cloudformationResource: AWS::ServiceCatalog::CloudFormationProvisionedProduct
|
|
1892
1895
|
:exampleMetadata: fixture=_generated
|
|
1893
1896
|
|
|
1894
1897
|
Example::
|
|
@@ -2814,6 +2817,7 @@ class CfnLaunchNotificationConstraint(
|
|
|
2814
2817
|
'''Specifies a notification constraint.
|
|
2815
2818
|
|
|
2816
2819
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html
|
|
2820
|
+
:cloudformationResource: AWS::ServiceCatalog::LaunchNotificationConstraint
|
|
2817
2821
|
:exampleMetadata: fixture=_generated
|
|
2818
2822
|
|
|
2819
2823
|
Example::
|
|
@@ -3113,6 +3117,7 @@ class CfnLaunchRoleConstraint(
|
|
|
3113
3117
|
'''Specifies a launch constraint.
|
|
3114
3118
|
|
|
3115
3119
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html
|
|
3120
|
+
:cloudformationResource: AWS::ServiceCatalog::LaunchRoleConstraint
|
|
3116
3121
|
:exampleMetadata: fixture=_generated
|
|
3117
3122
|
|
|
3118
3123
|
Example::
|
|
@@ -3451,6 +3456,7 @@ class CfnLaunchTemplateConstraint(
|
|
|
3451
3456
|
'''Specifies a template constraint.
|
|
3452
3457
|
|
|
3453
3458
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html
|
|
3459
|
+
:cloudformationResource: AWS::ServiceCatalog::LaunchTemplateConstraint
|
|
3454
3460
|
:exampleMetadata: fixture=_generated
|
|
3455
3461
|
|
|
3456
3462
|
Example::
|
|
@@ -3750,6 +3756,7 @@ class CfnPortfolio(
|
|
|
3750
3756
|
'''Specifies a portfolio.
|
|
3751
3757
|
|
|
3752
3758
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html
|
|
3759
|
+
:cloudformationResource: AWS::ServiceCatalog::Portfolio
|
|
3753
3760
|
:exampleMetadata: fixture=_generated
|
|
3754
3761
|
|
|
3755
3762
|
Example::
|
|
@@ -3939,6 +3946,7 @@ class CfnPortfolioPrincipalAssociation(
|
|
|
3939
3946
|
'''Associates the specified principal ARN with the specified portfolio.
|
|
3940
3947
|
|
|
3941
3948
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html
|
|
3949
|
+
:cloudformationResource: AWS::ServiceCatalog::PortfolioPrincipalAssociation
|
|
3942
3950
|
:exampleMetadata: fixture=_generated
|
|
3943
3951
|
|
|
3944
3952
|
Example::
|
|
@@ -4212,6 +4220,7 @@ class CfnPortfolioProductAssociation(
|
|
|
4212
4220
|
A delegated admin is authorized to invoke this command.
|
|
4213
4221
|
|
|
4214
4222
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html
|
|
4223
|
+
:cloudformationResource: AWS::ServiceCatalog::PortfolioProductAssociation
|
|
4215
4224
|
:exampleMetadata: fixture=_generated
|
|
4216
4225
|
|
|
4217
4226
|
Example::
|
|
@@ -4609,6 +4618,7 @@ class CfnPortfolioShare(
|
|
|
4609
4618
|
'''Shares the specified portfolio with the specified account.
|
|
4610
4619
|
|
|
4611
4620
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html
|
|
4621
|
+
:cloudformationResource: AWS::ServiceCatalog::PortfolioShare
|
|
4612
4622
|
:exampleMetadata: fixture=_generated
|
|
4613
4623
|
|
|
4614
4624
|
Example::
|
|
@@ -4884,6 +4894,7 @@ class CfnResourceUpdateConstraint(
|
|
|
4884
4894
|
'''Specifies a ``RESOURCE_UPDATE`` constraint.
|
|
4885
4895
|
|
|
4886
4896
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html
|
|
4897
|
+
:cloudformationResource: AWS::ServiceCatalog::ResourceUpdateConstraint
|
|
4887
4898
|
:exampleMetadata: fixture=_generated
|
|
4888
4899
|
|
|
4889
4900
|
Example::
|
|
@@ -5185,6 +5196,7 @@ class CfnServiceAction(
|
|
|
5185
5196
|
'''Creates a self-service action.
|
|
5186
5197
|
|
|
5187
5198
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html
|
|
5199
|
+
:cloudformationResource: AWS::ServiceCatalog::ServiceAction
|
|
5188
5200
|
:exampleMetadata: fixture=_generated
|
|
5189
5201
|
|
|
5190
5202
|
Example::
|
|
@@ -5435,6 +5447,7 @@ class CfnServiceActionAssociation(
|
|
|
5435
5447
|
'''A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
|
5436
5448
|
|
|
5437
5449
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceactionassociation.html
|
|
5450
|
+
:cloudformationResource: AWS::ServiceCatalog::ServiceActionAssociation
|
|
5438
5451
|
:exampleMetadata: fixture=_generated
|
|
5439
5452
|
|
|
5440
5453
|
Example::
|
|
@@ -5795,6 +5808,7 @@ class CfnStackSetConstraint(
|
|
|
5795
5808
|
'''Specifies a StackSet constraint.
|
|
5796
5809
|
|
|
5797
5810
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html
|
|
5811
|
+
:cloudformationResource: AWS::ServiceCatalog::StackSetConstraint
|
|
5798
5812
|
:exampleMetadata: fixture=_generated
|
|
5799
5813
|
|
|
5800
5814
|
Example::
|
|
@@ -6236,6 +6250,7 @@ class CfnTagOption(
|
|
|
6236
6250
|
A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.
|
|
6237
6251
|
|
|
6238
6252
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html
|
|
6253
|
+
:cloudformationResource: AWS::ServiceCatalog::TagOption
|
|
6239
6254
|
:exampleMetadata: fixture=_generated
|
|
6240
6255
|
|
|
6241
6256
|
Example::
|
|
@@ -6374,6 +6389,7 @@ class CfnTagOptionAssociation(
|
|
|
6374
6389
|
'''Associate the specified TagOption with the specified portfolio or product.
|
|
6375
6390
|
|
|
6376
6391
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html
|
|
6392
|
+
:cloudformationResource: AWS::ServiceCatalog::TagOptionAssociation
|
|
6377
6393
|
:exampleMetadata: fixture=_generated
|
|
6378
6394
|
|
|
6379
6395
|
Example::
|
|
@@ -63,6 +63,7 @@ class CfnApplication(
|
|
|
63
63
|
'''Represents a AWS Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
|
64
64
|
|
|
65
65
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-application.html
|
|
66
|
+
:cloudformationResource: AWS::ServiceCatalogAppRegistry::Application
|
|
66
67
|
:exampleMetadata: fixture=_generated
|
|
67
68
|
|
|
68
69
|
Example::
|
|
@@ -312,6 +313,7 @@ class CfnAttributeGroup(
|
|
|
312
313
|
This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.
|
|
313
314
|
|
|
314
315
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroup.html
|
|
316
|
+
:cloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroup
|
|
315
317
|
:exampleMetadata: fixture=_generated
|
|
316
318
|
|
|
317
319
|
Example::
|
|
@@ -488,6 +490,7 @@ class CfnAttributeGroupAssociation(
|
|
|
488
490
|
This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.
|
|
489
491
|
|
|
490
492
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroupassociation.html
|
|
493
|
+
:cloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
|
|
491
494
|
:exampleMetadata: fixture=_generated
|
|
492
495
|
|
|
493
496
|
Example::
|
|
@@ -813,6 +816,7 @@ class CfnResourceAssociation(
|
|
|
813
816
|
Both the resource and the application can be specified either by ID or name.
|
|
814
817
|
|
|
815
818
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html
|
|
819
|
+
:cloudformationResource: AWS::ServiceCatalogAppRegistry::ResourceAssociation
|
|
816
820
|
:exampleMetadata: fixture=_generated
|
|
817
821
|
|
|
818
822
|
Example::
|
|
@@ -492,6 +492,7 @@ class CfnHttpNamespace(
|
|
|
492
492
|
For the current quota on the number of namespaces that you can create using the same AWS account, see `AWS Cloud Map quotas <https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html>`_ in the ** .
|
|
493
493
|
|
|
494
494
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html
|
|
495
|
+
:cloudformationResource: AWS::ServiceDiscovery::HttpNamespace
|
|
495
496
|
:exampleMetadata: fixture=_generated
|
|
496
497
|
|
|
497
498
|
Example::
|
|
@@ -738,6 +739,7 @@ class CfnInstance(
|
|
|
738
739
|
'''A complex type that contains information about an instance that AWS Cloud Map creates when you submit a ``RegisterInstance`` request.
|
|
739
740
|
|
|
740
741
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html
|
|
742
|
+
:cloudformationResource: AWS::ServiceDiscovery::Instance
|
|
741
743
|
:exampleMetadata: fixture=_generated
|
|
742
744
|
|
|
743
745
|
Example::
|
|
@@ -1015,6 +1017,7 @@ class CfnPrivateDnsNamespace(
|
|
|
1015
1017
|
The namespace defines your service naming scheme. For example, if you name your namespace ``example.com`` and name your service ``backend`` , the resulting DNS name for the service is ``backend.example.com`` . Service instances that are registered using a private DNS namespace can be discovered using either a ``DiscoverInstances`` request or using DNS. For the current quota on the number of namespaces that you can create using the same AWS account , see `AWS Cloud Map quotas <https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html>`_ in the *AWS Cloud Map Developer Guide* .
|
|
1016
1018
|
|
|
1017
1019
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html
|
|
1020
|
+
:cloudformationResource: AWS::ServiceDiscovery::PrivateDnsNamespace
|
|
1018
1021
|
:exampleMetadata: fixture=_generated
|
|
1019
1022
|
|
|
1020
1023
|
Example::
|
|
@@ -1541,6 +1544,7 @@ class CfnPublicDnsNamespace(
|
|
|
1541
1544
|
The ``CreatePublicDnsNamespace`` API operation is not supported in the AWS GovCloud (US) Regions.
|
|
1542
1545
|
|
|
1543
1546
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html
|
|
1547
|
+
:cloudformationResource: AWS::ServiceDiscovery::PublicDnsNamespace
|
|
1544
1548
|
:exampleMetadata: fixture=_generated
|
|
1545
1549
|
|
|
1546
1550
|
Example::
|
|
@@ -2036,6 +2040,7 @@ class CfnService(
|
|
|
2036
2040
|
- Optionally, a health check
|
|
2037
2041
|
|
|
2038
2042
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html
|
|
2043
|
+
:cloudformationResource: AWS::ServiceDiscovery::Service
|
|
2039
2044
|
:exampleMetadata: fixture=_generated
|
|
2040
2045
|
|
|
2041
2046
|
Example::
|