aws-cdk-lib 2.97.0__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 -309
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.97.0.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 +47 -69
- 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 +44 -98
- aws_cdk/aws_autoscalingplans/__init__.py +1 -0
- aws_cdk/aws_backup/__init__.py +9 -128
- 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 +37 -32
- 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.0.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.0.dist-info/RECORD +0 -271
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_appmesh/__init__.py
CHANGED
|
@@ -1465,6 +1465,7 @@ class CfnGatewayRoute(
|
|
|
1465
1465
|
For more information about gateway routes, see `Gateway routes <https://docs.aws.amazon.com/app-mesh/latest/userguide/gateway-routes.html>`_ .
|
|
1466
1466
|
|
|
1467
1467
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-gatewayroute.html
|
|
1468
|
+
:cloudformationResource: AWS::AppMesh::GatewayRoute
|
|
1468
1469
|
:exampleMetadata: fixture=_generated
|
|
1469
1470
|
|
|
1470
1471
|
Example::
|
|
@@ -4518,6 +4519,7 @@ class CfnMesh(
|
|
|
4518
4519
|
For more information about service meshes, see `Service meshes <https://docs.aws.amazon.com/app-mesh/latest/userguide/meshes.html>`_ .
|
|
4519
4520
|
|
|
4520
4521
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
|
|
4522
|
+
:cloudformationResource: AWS::AppMesh::Mesh
|
|
4521
4523
|
:exampleMetadata: fixture=_generated
|
|
4522
4524
|
|
|
4523
4525
|
Example::
|
|
@@ -5015,6 +5017,7 @@ class CfnRoute(
|
|
|
5015
5017
|
For more information about routes, see `Routes <https://docs.aws.amazon.com/app-mesh/latest/userguide/routes.html>`_ .
|
|
5016
5018
|
|
|
5017
5019
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html
|
|
5020
|
+
:cloudformationResource: AWS::AppMesh::Route
|
|
5018
5021
|
:exampleMetadata: fixture=_generated
|
|
5019
5022
|
|
|
5020
5023
|
Example::
|
|
@@ -8595,6 +8598,7 @@ class CfnVirtualGateway(
|
|
|
8595
8598
|
For more information about virtual gateways, see `Virtual gateways <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_gateways.html>`_ .
|
|
8596
8599
|
|
|
8597
8600
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualgateway.html
|
|
8601
|
+
:cloudformationResource: AWS::AppMesh::VirtualGateway
|
|
8598
8602
|
:exampleMetadata: fixture=_generated
|
|
8599
8603
|
|
|
8600
8604
|
Example::
|
|
@@ -11959,6 +11963,7 @@ class CfnVirtualNode(
|
|
|
11959
11963
|
For more information about virtual nodes, see `Virtual nodes <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html>`_ . You must be using ``1.15.0`` or later of the Envoy image when setting these variables. For more information about App Mesh Envoy variables, see `Envoy image <https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html>`_ in the AWS App Mesh User Guide.
|
|
11960
11964
|
|
|
11961
11965
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html
|
|
11966
|
+
:cloudformationResource: AWS::AppMesh::VirtualNode
|
|
11962
11967
|
:exampleMetadata: fixture=_generated
|
|
11963
11968
|
|
|
11964
11969
|
Example::
|
|
@@ -17014,6 +17019,7 @@ class CfnVirtualRouter(
|
|
|
17014
17019
|
For more information about virtual routers, see `Virtual routers <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_routers.html>`_ .
|
|
17015
17020
|
|
|
17016
17021
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html
|
|
17022
|
+
:cloudformationResource: AWS::AppMesh::VirtualRouter
|
|
17017
17023
|
:exampleMetadata: fixture=_generated
|
|
17018
17024
|
|
|
17019
17025
|
Example::
|
|
@@ -17601,6 +17607,7 @@ class CfnVirtualService(
|
|
|
17601
17607
|
For more information about virtual services, see `Virtual services <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_services.html>`_ .
|
|
17602
17608
|
|
|
17603
17609
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html
|
|
17610
|
+
:cloudformationResource: AWS::AppMesh::VirtualService
|
|
17604
17611
|
:exampleMetadata: fixture=_generated
|
|
17605
17612
|
|
|
17606
17613
|
Example::
|
|
@@ -75,6 +75,7 @@ class CfnAutoScalingConfiguration(
|
|
|
75
75
|
Configure a lower ``MaxSize`` to control your cost. The tradeoff is lower responsiveness during peak demand.
|
|
76
76
|
|
|
77
77
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-autoscalingconfiguration.html
|
|
78
|
+
:cloudformationResource: AWS::AppRunner::AutoScalingConfiguration
|
|
78
79
|
:exampleMetadata: fixture=_generated
|
|
79
80
|
|
|
80
81
|
Example::
|
|
@@ -418,6 +419,7 @@ class CfnObservabilityConfiguration(
|
|
|
418
419
|
The observability configuration resource is designed to configure multiple features (currently one feature, tracing). This resource takes optional parameters that describe the configuration of these features (currently one parameter, ``TraceConfiguration`` ). If you don't specify a feature parameter, App Runner doesn't enable the feature.
|
|
419
420
|
|
|
420
421
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-observabilityconfiguration.html
|
|
422
|
+
:cloudformationResource: AWS::AppRunner::ObservabilityConfiguration
|
|
421
423
|
:exampleMetadata: fixture=_generated
|
|
422
424
|
|
|
423
425
|
Example::
|
|
@@ -759,6 +761,7 @@ class CfnService(
|
|
|
759
761
|
The ``AWS::AppRunner::Service`` resource is an AWS App Runner resource type that specifies an App Runner service.
|
|
760
762
|
|
|
761
763
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html
|
|
764
|
+
:cloudformationResource: AWS::AppRunner::Service
|
|
762
765
|
:exampleMetadata: fixture=_generated
|
|
763
766
|
|
|
764
767
|
Example::
|
|
@@ -3092,6 +3095,7 @@ class CfnVpcConnector(
|
|
|
3092
3095
|
App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud ( Amazon VPC ).
|
|
3093
3096
|
|
|
3094
3097
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcconnector.html
|
|
3098
|
+
:cloudformationResource: AWS::AppRunner::VpcConnector
|
|
3095
3099
|
:exampleMetadata: fixture=_generated
|
|
3096
3100
|
|
|
3097
3101
|
Example::
|
|
@@ -3400,6 +3404,7 @@ class CfnVpcIngressConnection(
|
|
|
3400
3404
|
App Runner requires this resource when you want to associate your App Runner service to an Amazon VPC endpoint.
|
|
3401
3405
|
|
|
3402
3406
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcingressconnection.html
|
|
3407
|
+
:cloudformationResource: AWS::AppRunner::VpcIngressConnection
|
|
3403
3408
|
:exampleMetadata: fixture=_generated
|
|
3404
3409
|
|
|
3405
3410
|
Example::
|
|
@@ -62,6 +62,7 @@ class CfnAppBlock(
|
|
|
62
62
|
App blocks store details about the virtual hard disk that contains the files for the application in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. App blocks are only supported for Elastic fleets.
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblock.html
|
|
65
|
+
:cloudformationResource: AWS::AppStream::AppBlock
|
|
65
66
|
:exampleMetadata: fixture=_generated
|
|
66
67
|
|
|
67
68
|
Example::
|
|
@@ -138,7 +139,7 @@ class CfnAppBlock(
|
|
|
138
139
|
:param description: The description of the app block.
|
|
139
140
|
:param display_name: The display name of the app block.
|
|
140
141
|
:param packaging_type: The packaging type of the app block.
|
|
141
|
-
:param post_setup_script_details: The post setup script details of the app block.
|
|
142
|
+
:param post_setup_script_details: The post setup script details of the app block. This only applies to app blocks with PackagingType ``APPSTREAM2`` .
|
|
142
143
|
:param setup_script_details: The setup script details of the app block.
|
|
143
144
|
:param tags: The tags of the app block.
|
|
144
145
|
'''
|
|
@@ -537,6 +538,7 @@ class CfnAppBlockBuilder(
|
|
|
537
538
|
'''Creates an app block builder.
|
|
538
539
|
|
|
539
540
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html
|
|
541
|
+
:cloudformationResource: AWS::AppStream::AppBlockBuilder
|
|
540
542
|
:exampleMetadata: fixture=_generated
|
|
541
543
|
|
|
542
544
|
Example::
|
|
@@ -593,15 +595,15 @@ class CfnAppBlockBuilder(
|
|
|
593
595
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
594
596
|
:param instance_type: The instance type of the app block builder.
|
|
595
597
|
:param name: The name of the app block builder.
|
|
596
|
-
:param platform: The platform of the app block builder.
|
|
598
|
+
:param platform: The platform of the app block builder. ``WINDOWS_SERVER_2019`` is the only valid value.
|
|
597
599
|
:param vpc_config: The VPC configuration for the app block builder.
|
|
598
|
-
:param access_endpoints:
|
|
599
|
-
:param app_block_arns:
|
|
600
|
+
:param access_endpoints:
|
|
601
|
+
:param app_block_arns:
|
|
600
602
|
:param description: The description of the app block builder.
|
|
601
603
|
:param display_name: The display name of the app block builder.
|
|
602
604
|
:param enable_default_internet_access: Indicates whether default internet access is enabled for the app block builder.
|
|
603
605
|
:param iam_role_arn: The ARN of the IAM role that is applied to the app block builder.
|
|
604
|
-
:param tags:
|
|
606
|
+
:param tags:
|
|
605
607
|
'''
|
|
606
608
|
if __debug__:
|
|
607
609
|
type_hints = typing.get_type_hints(_typecheckingstub__f2dbe872e5cba24425b73eff2bd90d7b1c6af7a2b3b47d455ff4683fb5c3b559)
|
|
@@ -656,8 +658,7 @@ class CfnAppBlockBuilder(
|
|
|
656
658
|
@builtins.property
|
|
657
659
|
@jsii.member(jsii_name="attrArn")
|
|
658
660
|
def attr_arn(self) -> builtins.str:
|
|
659
|
-
'''
|
|
660
|
-
|
|
661
|
+
'''
|
|
661
662
|
:cloudformationAttribute: Arn
|
|
662
663
|
'''
|
|
663
664
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
@@ -665,8 +666,7 @@ class CfnAppBlockBuilder(
|
|
|
665
666
|
@builtins.property
|
|
666
667
|
@jsii.member(jsii_name="attrCreatedTime")
|
|
667
668
|
def attr_created_time(self) -> builtins.str:
|
|
668
|
-
'''
|
|
669
|
-
|
|
669
|
+
'''
|
|
670
670
|
:cloudformationAttribute: CreatedTime
|
|
671
671
|
'''
|
|
672
672
|
return typing.cast(builtins.str, jsii.get(self, "attrCreatedTime"))
|
|
@@ -738,7 +738,6 @@ class CfnAppBlockBuilder(
|
|
|
738
738
|
def access_endpoints(
|
|
739
739
|
self,
|
|
740
740
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAppBlockBuilder.AccessEndpointProperty"]]]]:
|
|
741
|
-
'''The access endpoints of the app block builder.'''
|
|
742
741
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAppBlockBuilder.AccessEndpointProperty"]]]], jsii.get(self, "accessEndpoints"))
|
|
743
742
|
|
|
744
743
|
@access_endpoints.setter
|
|
@@ -754,7 +753,6 @@ class CfnAppBlockBuilder(
|
|
|
754
753
|
@builtins.property
|
|
755
754
|
@jsii.member(jsii_name="appBlockArns")
|
|
756
755
|
def app_block_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
757
|
-
'''The ARN of the app block.'''
|
|
758
756
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "appBlockArns"))
|
|
759
757
|
|
|
760
758
|
@app_block_arns.setter
|
|
@@ -824,7 +822,6 @@ class CfnAppBlockBuilder(
|
|
|
824
822
|
@builtins.property
|
|
825
823
|
@jsii.member(jsii_name="tags")
|
|
826
824
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
827
|
-
'''The tags of the app block builder.'''
|
|
828
825
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
829
826
|
|
|
830
827
|
@tags.setter
|
|
@@ -1018,15 +1015,15 @@ class CfnAppBlockBuilderProps:
|
|
|
1018
1015
|
|
|
1019
1016
|
:param instance_type: The instance type of the app block builder.
|
|
1020
1017
|
:param name: The name of the app block builder.
|
|
1021
|
-
:param platform: The platform of the app block builder.
|
|
1018
|
+
:param platform: The platform of the app block builder. ``WINDOWS_SERVER_2019`` is the only valid value.
|
|
1022
1019
|
:param vpc_config: The VPC configuration for the app block builder.
|
|
1023
|
-
:param access_endpoints:
|
|
1024
|
-
:param app_block_arns:
|
|
1020
|
+
:param access_endpoints:
|
|
1021
|
+
:param app_block_arns:
|
|
1025
1022
|
:param description: The description of the app block builder.
|
|
1026
1023
|
:param display_name: The display name of the app block builder.
|
|
1027
1024
|
:param enable_default_internet_access: Indicates whether default internet access is enabled for the app block builder.
|
|
1028
1025
|
:param iam_role_arn: The ARN of the IAM role that is applied to the app block builder.
|
|
1029
|
-
:param tags:
|
|
1026
|
+
:param tags:
|
|
1030
1027
|
|
|
1031
1028
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html
|
|
1032
1029
|
:exampleMetadata: fixture=_generated
|
|
@@ -1120,7 +1117,7 @@ class CfnAppBlockBuilderProps:
|
|
|
1120
1117
|
def platform(self) -> builtins.str:
|
|
1121
1118
|
'''The platform of the app block builder.
|
|
1122
1119
|
|
|
1123
|
-
|
|
1120
|
+
``WINDOWS_SERVER_2019`` is the only valid value.
|
|
1124
1121
|
|
|
1125
1122
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-platform
|
|
1126
1123
|
'''
|
|
@@ -1144,8 +1141,7 @@ class CfnAppBlockBuilderProps:
|
|
|
1144
1141
|
def access_endpoints(
|
|
1145
1142
|
self,
|
|
1146
1143
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnAppBlockBuilder.AccessEndpointProperty]]]]:
|
|
1147
|
-
'''
|
|
1148
|
-
|
|
1144
|
+
'''
|
|
1149
1145
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-accessendpoints
|
|
1150
1146
|
'''
|
|
1151
1147
|
result = self._values.get("access_endpoints")
|
|
@@ -1153,10 +1149,7 @@ class CfnAppBlockBuilderProps:
|
|
|
1153
1149
|
|
|
1154
1150
|
@builtins.property
|
|
1155
1151
|
def app_block_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1156
|
-
'''
|
|
1157
|
-
|
|
1158
|
-
*Maximum* : ``1``
|
|
1159
|
-
|
|
1152
|
+
'''
|
|
1160
1153
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-appblockarns
|
|
1161
1154
|
'''
|
|
1162
1155
|
result = self._values.get("app_block_arns")
|
|
@@ -1202,8 +1195,7 @@ class CfnAppBlockBuilderProps:
|
|
|
1202
1195
|
|
|
1203
1196
|
@builtins.property
|
|
1204
1197
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1205
|
-
'''
|
|
1206
|
-
|
|
1198
|
+
'''
|
|
1207
1199
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-tags
|
|
1208
1200
|
'''
|
|
1209
1201
|
result = self._values.get("tags")
|
|
@@ -1255,7 +1247,7 @@ class CfnAppBlockProps:
|
|
|
1255
1247
|
:param description: The description of the app block.
|
|
1256
1248
|
:param display_name: The display name of the app block.
|
|
1257
1249
|
:param packaging_type: The packaging type of the app block.
|
|
1258
|
-
:param post_setup_script_details: The post setup script details of the app block.
|
|
1250
|
+
:param post_setup_script_details: The post setup script details of the app block. This only applies to app blocks with PackagingType ``APPSTREAM2`` .
|
|
1259
1251
|
:param setup_script_details: The setup script details of the app block.
|
|
1260
1252
|
:param tags: The tags of the app block.
|
|
1261
1253
|
|
|
@@ -1397,6 +1389,8 @@ class CfnAppBlockProps:
|
|
|
1397
1389
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnAppBlock.ScriptDetailsProperty]]:
|
|
1398
1390
|
'''The post setup script details of the app block.
|
|
1399
1391
|
|
|
1392
|
+
This only applies to app blocks with PackagingType ``APPSTREAM2`` .
|
|
1393
|
+
|
|
1400
1394
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblock.html#cfn-appstream-appblock-postsetupscriptdetails
|
|
1401
1395
|
'''
|
|
1402
1396
|
result = self._values.get("post_setup_script_details")
|
|
@@ -1445,6 +1439,7 @@ class CfnApplication(
|
|
|
1445
1439
|
Applications store the details about how to launch applications on streaming instances. This is only supported for Elastic fleets.
|
|
1446
1440
|
|
|
1447
1441
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-application.html
|
|
1442
|
+
:cloudformationResource: AWS::AppStream::Application
|
|
1448
1443
|
:exampleMetadata: fixture=_generated
|
|
1449
1444
|
|
|
1450
1445
|
Example::
|
|
@@ -1831,6 +1826,7 @@ class CfnApplicationEntitlementAssociation(
|
|
|
1831
1826
|
'''Associates an application to an entitlement.
|
|
1832
1827
|
|
|
1833
1828
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationentitlementassociation.html
|
|
1829
|
+
:cloudformationResource: AWS::AppStream::ApplicationEntitlementAssociation
|
|
1834
1830
|
:exampleMetadata: fixture=_generated
|
|
1835
1831
|
|
|
1836
1832
|
Example::
|
|
@@ -2051,6 +2047,7 @@ class CfnApplicationFleetAssociation(
|
|
|
2051
2047
|
This is only supported for Elastic fleets.
|
|
2052
2048
|
|
|
2053
2049
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationfleetassociation.html
|
|
2050
|
+
:cloudformationResource: AWS::AppStream::ApplicationFleetAssociation
|
|
2054
2051
|
:exampleMetadata: fixture=_generated
|
|
2055
2052
|
|
|
2056
2053
|
Example::
|
|
@@ -2487,6 +2484,7 @@ class CfnDirectoryConfig(
|
|
|
2487
2484
|
'''The ``AWS::AppStream::DirectoryConfig`` resource specifies the configuration information required to join Amazon AppStream 2.0 fleets and image builders to Microsoft Active Directory domains.
|
|
2488
2485
|
|
|
2489
2486
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html
|
|
2487
|
+
:cloudformationResource: AWS::AppStream::DirectoryConfig
|
|
2490
2488
|
:exampleMetadata: fixture=_generated
|
|
2491
2489
|
|
|
2492
2490
|
Example::
|
|
@@ -2926,6 +2924,7 @@ class CfnEntitlement(
|
|
|
2926
2924
|
Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application or to applications managed by a dynamic app provider using the Dynamic Application Framework.
|
|
2927
2925
|
|
|
2928
2926
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html
|
|
2927
|
+
:cloudformationResource: AWS::AppStream::Entitlement
|
|
2929
2928
|
:exampleMetadata: fixture=_generated
|
|
2930
2929
|
|
|
2931
2930
|
Example::
|
|
@@ -3323,6 +3322,7 @@ class CfnFleet(
|
|
|
3323
3322
|
'''The ``AWS::AppStream::Fleet`` resource creates a fleet for Amazon AppStream 2.0. A fleet consists of streaming instances that run a specified image when using Always-On or On-Demand.
|
|
3324
3323
|
|
|
3325
3324
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html
|
|
3325
|
+
:cloudformationResource: AWS::AppStream::Fleet
|
|
3326
3326
|
:exampleMetadata: infused
|
|
3327
3327
|
|
|
3328
3328
|
Example::
|
|
@@ -4564,6 +4564,7 @@ class CfnImageBuilder(
|
|
|
4564
4564
|
The initial state of the image builder is ``PENDING`` . When it is ready, the state is ``RUNNING`` .
|
|
4565
4565
|
|
|
4566
4566
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html
|
|
4567
|
+
:cloudformationResource: AWS::AppStream::ImageBuilder
|
|
4567
4568
|
:exampleMetadata: fixture=_generated
|
|
4568
4569
|
|
|
4569
4570
|
Example::
|
|
@@ -5449,6 +5450,7 @@ class CfnStack(
|
|
|
5449
5450
|
'''The ``AWS::AppStream::Stack`` resource creates a stack to start streaming applications to Amazon AppStream 2.0 users. A stack consists of an associated fleet, user access policies, and storage configurations.
|
|
5450
5451
|
|
|
5451
5452
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html
|
|
5453
|
+
:cloudformationResource: AWS::AppStream::Stack
|
|
5452
5454
|
:exampleMetadata: fixture=_generated
|
|
5453
5455
|
|
|
5454
5456
|
Example::
|
|
@@ -6196,6 +6198,7 @@ class CfnStackFleetAssociation(
|
|
|
6196
6198
|
'''The ``AWS::AppStream::StackFleetAssociation`` resource associates the specified fleet with the specified stack for Amazon AppStream 2.0.
|
|
6197
6199
|
|
|
6198
6200
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html
|
|
6201
|
+
:cloudformationResource: AWS::AppStream::StackFleetAssociation
|
|
6199
6202
|
:exampleMetadata: fixture=_generated
|
|
6200
6203
|
|
|
6201
6204
|
Example::
|
|
@@ -6696,6 +6699,7 @@ class CfnStackUserAssociation(
|
|
|
6696
6699
|
'''The ``AWS::AppStream::StackUserAssociation`` resource associates the specified users with the specified stacks for Amazon AppStream 2.0. Users in an AppStream 2.0 user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.
|
|
6697
6700
|
|
|
6698
6701
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html
|
|
6702
|
+
:cloudformationResource: AWS::AppStream::StackUserAssociation
|
|
6699
6703
|
:exampleMetadata: fixture=_generated
|
|
6700
6704
|
|
|
6701
6705
|
Example::
|
|
@@ -6972,6 +6976,7 @@ class CfnUser(
|
|
|
6972
6976
|
'''The ``AWS::AppStream::User`` resource creates a new user in the AppStream 2.0 user pool.
|
|
6973
6977
|
|
|
6974
6978
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html
|
|
6979
|
+
:cloudformationResource: AWS::AppStream::User
|
|
6975
6980
|
:exampleMetadata: fixture=_generated
|
|
6976
6981
|
|
|
6977
6982
|
Example::
|
aws_cdk/aws_appsync/__init__.py
CHANGED
|
@@ -2267,6 +2267,7 @@ class CfnApiCache(
|
|
|
2267
2267
|
'''The ``AWS::AppSync::ApiCache`` resource represents the input of a ``CreateApiCache`` operation.
|
|
2268
2268
|
|
|
2269
2269
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html
|
|
2270
|
+
:cloudformationResource: AWS::AppSync::ApiCache
|
|
2270
2271
|
:exampleMetadata: fixture=_generated
|
|
2271
2272
|
|
|
2272
2273
|
Example::
|
|
@@ -2643,6 +2644,7 @@ class CfnApiKey(
|
|
|
2643
2644
|
'''The ``AWS::AppSync::ApiKey`` resource creates a unique key that you can distribute to clients who are executing GraphQL operations with AWS AppSync that require an API key.
|
|
2644
2645
|
|
|
2645
2646
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html
|
|
2647
|
+
:cloudformationResource: AWS::AppSync::ApiKey
|
|
2646
2648
|
:exampleMetadata: fixture=_generated
|
|
2647
2649
|
|
|
2648
2650
|
Example::
|
|
@@ -2928,6 +2930,7 @@ class CfnDataSource(
|
|
|
2928
2930
|
Resolvers use these data sources to fetch data when clients make GraphQL calls.
|
|
2929
2931
|
|
|
2930
2932
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html
|
|
2933
|
+
:cloudformationResource: AWS::AppSync::DataSource
|
|
2931
2934
|
:exampleMetadata: fixture=_generated
|
|
2932
2935
|
|
|
2933
2936
|
Example::
|
|
@@ -4571,6 +4574,7 @@ class CfnDomainName(
|
|
|
4571
4574
|
'''The ``AWS::AppSync::DomainName`` resource creates a ``DomainNameConfig`` object to configure a custom domain.
|
|
4572
4575
|
|
|
4573
4576
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html
|
|
4577
|
+
:cloudformationResource: AWS::AppSync::DomainName
|
|
4574
4578
|
:exampleMetadata: fixture=_generated
|
|
4575
4579
|
|
|
4576
4580
|
Example::
|
|
@@ -4727,6 +4731,7 @@ class CfnDomainNameApiAssociation(
|
|
|
4727
4731
|
'''The ``AWS::AppSync::DomainNameApiAssociation`` resource represents the mapping of your custom domain name to the assigned API URL.
|
|
4728
4732
|
|
|
4729
4733
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainnameapiassociation.html
|
|
4734
|
+
:cloudformationResource: AWS::AppSync::DomainNameApiAssociation
|
|
4730
4735
|
:exampleMetadata: fixture=_generated
|
|
4731
4736
|
|
|
4732
4737
|
Example::
|
|
@@ -5013,6 +5018,7 @@ class CfnFunctionConfiguration(
|
|
|
5013
5018
|
See `Update Behaviors of Stack Resources <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html>`_ in the *AWS CloudFormation User Guide* .
|
|
5014
5019
|
|
|
5015
5020
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html
|
|
5021
|
+
:cloudformationResource: AWS::AppSync::FunctionConfiguration
|
|
5016
5022
|
:exampleMetadata: fixture=_generated
|
|
5017
5023
|
|
|
5018
5024
|
Example::
|
|
@@ -5937,6 +5943,7 @@ class CfnGraphQLApi(
|
|
|
5937
5943
|
This is the top-level construct for your application. For more information, see `Quick Start <https://docs.aws.amazon.com/appsync/latest/devguide/quickstart.html>`_ in the *AWS AppSync Developer Guide* .
|
|
5938
5944
|
|
|
5939
5945
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html
|
|
5946
|
+
:cloudformationResource: AWS::AppSync::GraphQLApi
|
|
5940
5947
|
:exampleMetadata: fixture=_generated
|
|
5941
5948
|
|
|
5942
5949
|
Example::
|
|
@@ -7350,6 +7357,7 @@ class CfnGraphQLSchema(
|
|
|
7350
7357
|
See `Update Behaviors of Stack Resources <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html>`_ in the *AWS CloudFormation User Guide* .
|
|
7351
7358
|
|
|
7352
7359
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html
|
|
7360
|
+
:cloudformationResource: AWS::AppSync::GraphQLSchema
|
|
7353
7361
|
:exampleMetadata: fixture=_generated
|
|
7354
7362
|
|
|
7355
7363
|
Example::
|
|
@@ -7591,6 +7599,7 @@ class CfnResolver(
|
|
|
7591
7599
|
See `Update Behaviors of Stack Resources <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html>`_ in the *AWS CloudFormation User Guide* .
|
|
7592
7600
|
|
|
7593
7601
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html
|
|
7602
|
+
:cloudformationResource: AWS::AppSync::Resolver
|
|
7594
7603
|
:exampleMetadata: fixture=_generated
|
|
7595
7604
|
|
|
7596
7605
|
Example::
|
|
@@ -8733,6 +8742,7 @@ class CfnSourceApiAssociation(
|
|
|
8733
8742
|
A source API is a GraphQL API that is linked to a merged API. There can be multiple source APIs attached to each merged API. When linked to a merged API, the source API's schema, data sources, and resolvers will be combined with other linked source API data to form a new, singular API. Source APIs can originate from your account or from other accounts via Resource Access Manager.
|
|
8734
8743
|
|
|
8735
8744
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-sourceapiassociation.html
|
|
8745
|
+
:cloudformationResource: AWS::AppSync::SourceApiAssociation
|
|
8736
8746
|
:exampleMetadata: fixture=_generated
|
|
8737
8747
|
|
|
8738
8748
|
Example::
|
aws_cdk/aws_aps/__init__.py
CHANGED
|
@@ -62,6 +62,7 @@ class CfnRuleGroupsNamespace(
|
|
|
62
62
|
For more information, see `Recording rules and alerting rules <https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-Ruler.html>`_ .
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-rulegroupsnamespace.html
|
|
65
|
+
:cloudformationResource: AWS::APS::RuleGroupsNamespace
|
|
65
66
|
:exampleMetadata: fixture=_generated
|
|
66
67
|
|
|
67
68
|
Example::
|
|
@@ -341,6 +342,7 @@ class CfnWorkspace(
|
|
|
341
342
|
A *workspace* is a logical and isolated Prometheus server dedicated to Prometheus resources such as metrics. You can have one or more workspaces in each Region in your account.
|
|
342
343
|
|
|
343
344
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-workspace.html
|
|
345
|
+
:cloudformationResource: AWS::APS::Workspace
|
|
344
346
|
:exampleMetadata: fixture=_generated
|
|
345
347
|
|
|
346
348
|
Example::
|
aws_cdk/aws_athena/__init__.py
CHANGED
|
@@ -60,6 +60,7 @@ class CfnCapacityReservation(
|
|
|
60
60
|
'''Specifies a capacity reservation with the provided name and number of requested data processing units.
|
|
61
61
|
|
|
62
62
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-capacityreservation.html
|
|
63
|
+
:cloudformationResource: AWS::Athena::CapacityReservation
|
|
63
64
|
:exampleMetadata: fixture=_generated
|
|
64
65
|
|
|
65
66
|
Example::
|
|
@@ -501,6 +502,7 @@ class CfnDataCatalog(
|
|
|
501
502
|
For more information, see `DataCatalog <https://docs.aws.amazon.com/athena/latest/APIReference/API_DataCatalog.html>`_ in the *Amazon Athena API Reference* .
|
|
502
503
|
|
|
503
504
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html
|
|
505
|
+
:cloudformationResource: AWS::Athena::DataCatalog
|
|
504
506
|
:exampleMetadata: fixture=_generated
|
|
505
507
|
|
|
506
508
|
Example::
|
|
@@ -835,6 +837,7 @@ class CfnNamedQuery(
|
|
|
835
837
|
'''The ``AWS::Athena::NamedQuery`` resource specifies an Amazon Athena saved query, where ``QueryString`` contains the SQL query statements that make up the query.
|
|
836
838
|
|
|
837
839
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html
|
|
840
|
+
:cloudformationResource: AWS::Athena::NamedQuery
|
|
838
841
|
:exampleMetadata: fixture=_generated
|
|
839
842
|
|
|
840
843
|
Example::
|
|
@@ -1132,6 +1135,7 @@ class CfnPreparedStatement(
|
|
|
1132
1135
|
'''Specifies a prepared statement for use with SQL queries in Athena.
|
|
1133
1136
|
|
|
1134
1137
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-preparedstatement.html
|
|
1138
|
+
:cloudformationResource: AWS::Athena::PreparedStatement
|
|
1135
1139
|
:exampleMetadata: fixture=_generated
|
|
1136
1140
|
|
|
1137
1141
|
Example::
|
|
@@ -1389,6 +1393,7 @@ class CfnWorkGroup(
|
|
|
1389
1393
|
Each workgroup enables you to isolate queries for you or your group from other queries in the same account. For more information, see `CreateWorkGroup <https://docs.aws.amazon.com/athena/latest/APIReference/API_CreateWorkGroup.html>`_ in the *Amazon Athena API Reference* .
|
|
1390
1394
|
|
|
1391
1395
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html
|
|
1396
|
+
:cloudformationResource: AWS::Athena::WorkGroup
|
|
1392
1397
|
:exampleMetadata: fixture=_generated
|
|
1393
1398
|
|
|
1394
1399
|
Example::
|
|
@@ -62,6 +62,7 @@ class CfnAssessment(
|
|
|
62
62
|
An Audit Manager assessment is an implementation of an Audit Manager framework.
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-auditmanager-assessment.html
|
|
65
|
+
:cloudformationResource: AWS::AuditManager::Assessment
|
|
65
66
|
:exampleMetadata: fixture=_generated
|
|
66
67
|
|
|
67
68
|
Example::
|