aws-cdk-lib 2.97.1__py3-none-any.whl → 2.98.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +18 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.97.1.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +1 -0
- aws_cdk/aws_accessanalyzer/__init__.py +1 -0
- aws_cdk/aws_acmpca/__init__.py +4 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +19 -0
- aws_cdk/aws_apigatewayv2/__init__.py +13 -0
- aws_cdk/aws_appconfig/__init__.py +8 -0
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +2 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +2 -0
- aws_cdk/aws_applicationinsights/__init__.py +1 -0
- aws_cdk/aws_appmesh/__init__.py +7 -0
- aws_cdk/aws_apprunner/__init__.py +5 -0
- aws_cdk/aws_appstream/__init__.py +31 -26
- aws_cdk/aws_appsync/__init__.py +10 -0
- aws_cdk/aws_aps/__init__.py +2 -0
- aws_cdk/aws_athena/__init__.py +5 -0
- aws_cdk/aws_auditmanager/__init__.py +1 -0
- aws_cdk/aws_autoscaling/__init__.py +6 -0
- aws_cdk/aws_autoscalingplans/__init__.py +1 -0
- aws_cdk/aws_backup/__init__.py +5 -0
- aws_cdk/aws_backupgateway/__init__.py +1 -0
- aws_cdk/aws_batch/__init__.py +8 -2
- aws_cdk/aws_billingconductor/__init__.py +4 -0
- aws_cdk/aws_budgets/__init__.py +2 -0
- aws_cdk/aws_cassandra/__init__.py +2 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +2 -0
- aws_cdk/aws_chatbot/__init__.py +2 -0
- aws_cdk/aws_cleanrooms/__init__.py +5 -0
- aws_cdk/aws_cloud9/__init__.py +1 -0
- aws_cdk/aws_cloudformation/__init__.py +16 -0
- aws_cdk/aws_cloudfront/__init__.py +13 -0
- aws_cdk/aws_cloudtrail/__init__.py +7 -3
- aws_cdk/aws_cloudwatch/__init__.py +6 -0
- aws_cdk/aws_codeartifact/__init__.py +2 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +1 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
- aws_cdk/aws_codegurureviewer/__init__.py +1 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +1 -0
- aws_cdk/aws_codestarconnections/__init__.py +1 -0
- aws_cdk/aws_codestarnotifications/__init__.py +1 -0
- aws_cdk/aws_cognito/__init__.py +42 -18
- aws_cdk/aws_comprehend/__init__.py +2 -0
- aws_cdk/aws_config/__init__.py +10 -0
- aws_cdk/aws_connect/__init__.py +491 -0
- aws_cdk/aws_connectcampaigns/__init__.py +1 -0
- aws_cdk/aws_controltower/__init__.py +1 -0
- aws_cdk/aws_cur/__init__.py +1 -0
- aws_cdk/aws_customerprofiles/__init__.py +5 -0
- aws_cdk/aws_databrew/__init__.py +6 -0
- aws_cdk/aws_datapipeline/__init__.py +1 -0
- aws_cdk/aws_datasync/__init__.py +14 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +6 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +2 -0
- aws_cdk/aws_dlm/__init__.py +1 -0
- aws_cdk/aws_dms/__init__.py +7 -0
- aws_cdk/aws_docdb/__init__.py +4 -0
- aws_cdk/aws_docdbelastic/__init__.py +1 -0
- aws_cdk/aws_dynamodb/__init__.py +2 -0
- aws_cdk/aws_ec2/__init__.py +109 -14
- aws_cdk/aws_ecr/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +7 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +5 -0
- aws_cdk/aws_elasticache/__init__.py +9 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
- aws_cdk/aws_elasticsearch/__init__.py +1 -0
- aws_cdk/aws_emr/__init__.py +8 -0
- aws_cdk/aws_emrcontainers/__init__.py +1 -0
- aws_cdk/aws_emrserverless/__init__.py +1 -0
- aws_cdk/aws_entityresolution/__init__.py +2 -0
- aws_cdk/aws_events/__init__.py +7 -0
- aws_cdk/aws_eventschemas/__init__.py +4 -0
- aws_cdk/aws_evidently/__init__.py +5 -0
- aws_cdk/aws_finspace/__init__.py +1 -0
- aws_cdk/aws_fis/__init__.py +1 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +2 -0
- aws_cdk/aws_frauddetector/__init__.py +7 -0
- aws_cdk/aws_fsx/__init__.py +5 -0
- aws_cdk/aws_gamelift/__init__.py +9 -0
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +18 -0
- aws_cdk/aws_grafana/__init__.py +1 -0
- aws_cdk/aws_greengrass/__init__.py +16 -0
- aws_cdk/aws_greengrassv2/__init__.py +2 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +6 -0
- aws_cdk/aws_healthimaging/__init__.py +382 -0
- aws_cdk/aws_healthlake/__init__.py +1 -0
- aws_cdk/aws_iam/__init__.py +16 -0
- aws_cdk/aws_identitystore/__init__.py +2 -0
- aws_cdk/aws_imagebuilder/__init__.py +7 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +1 -0
- aws_cdk/aws_internetmonitor/__init__.py +1 -0
- aws_cdk/aws_iot/__init__.py +25 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +4 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +1 -0
- aws_cdk/aws_iotfleetwise/__init__.py +6 -0
- aws_cdk/aws_iotsitewise/__init__.py +7 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
- aws_cdk/aws_iottwinmaker/__init__.py +5 -0
- aws_cdk/aws_iotwireless/__init__.py +11 -0
- aws_cdk/aws_ivs/__init__.py +4 -0
- aws_cdk/aws_ivschat/__init__.py +2 -0
- aws_cdk/aws_kafkaconnect/__init__.py +1 -0
- aws_cdk/aws_kendra/__init__.py +3 -0
- aws_cdk/aws_kendraranking/__init__.py +1 -0
- aws_cdk/aws_kinesis/__init__.py +2 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
- aws_cdk/aws_kinesisvideo/__init__.py +2 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +7 -0
- aws_cdk/aws_lambda/__init__.py +10 -0
- aws_cdk/aws_lex/__init__.py +4 -0
- aws_cdk/aws_licensemanager/__init__.py +2 -0
- aws_cdk/aws_lightsail/__init__.py +11 -0
- aws_cdk/aws_location/__init__.py +6 -0
- aws_cdk/aws_logs/__init__.py +8 -0
- aws_cdk/aws_lookoutequipment/__init__.py +1 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
- aws_cdk/aws_lookoutvision/__init__.py +1 -0
- aws_cdk/aws_m2/__init__.py +2 -0
- aws_cdk/aws_macie/__init__.py +53 -2
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +9 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +5 -0
- aws_cdk/aws_mediapackagev2/__init__.py +5 -0
- aws_cdk/aws_mediastore/__init__.py +1 -0
- aws_cdk/aws_mediatailor/__init__.py +6 -0
- aws_cdk/aws_memorydb/__init__.py +5 -0
- aws_cdk/aws_msk/__init__.py +180 -2
- aws_cdk/aws_mwaa/__init__.py +1 -0
- aws_cdk/aws_neptune/__init__.py +5 -0
- aws_cdk/aws_networkfirewall/__init__.py +4 -0
- aws_cdk/aws_networkmanager/__init__.py +14 -0
- aws_cdk/aws_nimblestudio/__init__.py +4 -0
- aws_cdk/aws_oam/__init__.py +2 -0
- aws_cdk/aws_omics/__init__.py +6 -0
- aws_cdk/aws_opensearchserverless/__init__.py +5 -0
- aws_cdk/aws_opensearchservice/__init__.py +1 -0
- aws_cdk/aws_opsworks/__init__.py +7 -0
- aws_cdk/aws_opsworkscm/__init__.py +1 -0
- aws_cdk/aws_organizations/__init__.py +5 -0
- aws_cdk/aws_osis/__init__.py +1 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
- aws_cdk/aws_personalize/__init__.py +4 -0
- aws_cdk/aws_pinpoint/__init__.py +19 -0
- aws_cdk/aws_pinpointemail/__init__.py +4 -0
- aws_cdk/aws_pipes/__init__.py +1 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +2 -0
- aws_cdk/aws_quicksight/__init__.py +473 -464
- aws_cdk/aws_ram/__init__.py +2 -0
- aws_cdk/aws_rds/__init__.py +14 -0
- aws_cdk/aws_redshift/__init__.py +9 -0
- aws_cdk/aws_redshiftserverless/__init__.py +2 -0
- aws_cdk/aws_refactorspaces/__init__.py +4 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +1 -0
- aws_cdk/aws_robomaker/__init__.py +6 -0
- aws_cdk/aws_rolesanywhere/__init__.py +77 -58
- aws_cdk/aws_route53/__init__.py +7 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -0
- aws_cdk/aws_rum/__init__.py +1 -0
- aws_cdk/aws_s3/__init__.py +6 -0
- aws_cdk/aws_s3objectlambda/__init__.py +2 -0
- aws_cdk/aws_s3outposts/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +37 -3
- aws_cdk/aws_sam/__init__.py +7 -0
- aws_cdk/aws_scheduler/__init__.py +2 -0
- aws_cdk/aws_sdb/__init__.py +1 -0
- aws_cdk/aws_secretsmanager/__init__.py +4 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +16 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
- aws_cdk/aws_servicediscovery/__init__.py +5 -0
- aws_cdk/aws_ses/__init__.py +10 -0
- aws_cdk/aws_shield/__init__.py +30 -11
- aws_cdk/aws_signer/__init__.py +2 -0
- aws_cdk/aws_simspaceweaver/__init__.py +1 -0
- aws_cdk/aws_sns/__init__.py +9 -5
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +9 -0
- aws_cdk/aws_ssmcontacts/__init__.py +4 -0
- aws_cdk/aws_ssmincidents/__init__.py +2 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +4 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +2 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +7 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
- aws_cdk/aws_voiceid/__init__.py +1 -0
- aws_cdk/aws_vpclattice/__init__.py +10 -0
- aws_cdk/aws_waf/__init__.py +7 -0
- aws_cdk/aws_wafregional/__init__.py +11 -0
- aws_cdk/aws_wafv2/__init__.py +6 -0
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +2 -0
- aws_cdk/aws_workspacesweb/__init__.py +8 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
- aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
- aws_cdk_lib-2.97.1.dist-info/RECORD +0 -271
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_ec2/__init__.py
CHANGED
|
@@ -4887,6 +4887,7 @@ class CfnCapacityReservation(
|
|
|
4887
4887
|
For more information, see `Capacity Reservations <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html>`_ in the *Amazon EC2 User Guide* .
|
|
4888
4888
|
|
|
4889
4889
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html
|
|
4890
|
+
:cloudformationResource: AWS::EC2::CapacityReservation
|
|
4890
4891
|
:exampleMetadata: fixture=_generated
|
|
4891
4892
|
|
|
4892
4893
|
Example::
|
|
@@ -5356,6 +5357,7 @@ class CfnCapacityReservationFleet(
|
|
|
5356
5357
|
For more information, see `Capacity Reservation Fleets <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html>`_ in the *Amazon EC2 User Guide* .
|
|
5357
5358
|
|
|
5358
5359
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservationfleet.html
|
|
5360
|
+
:cloudformationResource: AWS::EC2::CapacityReservationFleet
|
|
5359
5361
|
:exampleMetadata: fixture=_generated
|
|
5360
5362
|
|
|
5361
5363
|
Example::
|
|
@@ -6404,6 +6406,7 @@ class CfnCarrierGateway(
|
|
|
6404
6406
|
For more information about carrier gateways, see `Carrier gateways <https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#wavelength-carrier-gateway>`_ in the *AWS Wavelength Developer Guide* .
|
|
6405
6407
|
|
|
6406
6408
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-carriergateway.html
|
|
6409
|
+
:cloudformationResource: AWS::EC2::CarrierGateway
|
|
6407
6410
|
:exampleMetadata: fixture=_generated
|
|
6408
6411
|
|
|
6409
6412
|
Example::
|
|
@@ -6628,6 +6631,7 @@ class CfnClientVpnAuthorizationRule(
|
|
|
6628
6631
|
Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in AWS or on-premises networks.
|
|
6629
6632
|
|
|
6630
6633
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html
|
|
6634
|
+
:cloudformationResource: AWS::EC2::ClientVpnAuthorizationRule
|
|
6631
6635
|
:exampleMetadata: fixture=_generated
|
|
6632
6636
|
|
|
6633
6637
|
Example::
|
|
@@ -6937,6 +6941,7 @@ class CfnClientVpnEndpoint(
|
|
|
6937
6941
|
A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.
|
|
6938
6942
|
|
|
6939
6943
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html
|
|
6944
|
+
:cloudformationResource: AWS::EC2::ClientVpnEndpoint
|
|
6940
6945
|
:exampleMetadata: fixture=_generated
|
|
6941
6946
|
|
|
6942
6947
|
Example::
|
|
@@ -8399,6 +8404,7 @@ class CfnClientVpnRoute(
|
|
|
8399
8404
|
A target network association must be created before you can specify a route. If you're setting up all the components of a Client VPN endpoint at the same time, you must use the `DependsOn Attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ to declare a dependency on the ``AWS::EC2::ClientVpnTargetNetworkAssociation`` resource.
|
|
8400
8405
|
|
|
8401
8406
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html
|
|
8407
|
+
:cloudformationResource: AWS::EC2::ClientVpnRoute
|
|
8402
8408
|
:exampleMetadata: fixture=_generated
|
|
8403
8409
|
|
|
8404
8410
|
Example::
|
|
@@ -8676,6 +8682,7 @@ class CfnClientVpnTargetNetworkAssociation(
|
|
|
8676
8682
|
A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy.
|
|
8677
8683
|
|
|
8678
8684
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html
|
|
8685
|
+
:cloudformationResource: AWS::EC2::ClientVpnTargetNetworkAssociation
|
|
8679
8686
|
:exampleMetadata: fixture=_generated
|
|
8680
8687
|
|
|
8681
8688
|
Example::
|
|
@@ -8868,6 +8875,7 @@ class CfnCustomerGateway(
|
|
|
8868
8875
|
'''Specifies a customer gateway.
|
|
8869
8876
|
|
|
8870
8877
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customergateway.html
|
|
8878
|
+
:cloudformationResource: AWS::EC2::CustomerGateway
|
|
8871
8879
|
:exampleMetadata: fixture=_generated
|
|
8872
8880
|
|
|
8873
8881
|
Example::
|
|
@@ -9185,6 +9193,7 @@ class CfnDHCPOptions(
|
|
|
9185
9193
|
You must specify at least one of the following properties: ``DomainNameServers`` , ``NetbiosNameServers`` , ``NtpServers`` . If you specify ``NetbiosNameServers`` , you must specify ``NetbiosNodeType`` .
|
|
9186
9194
|
|
|
9187
9195
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcpoptions.html
|
|
9196
|
+
:cloudformationResource: AWS::EC2::DHCPOptions
|
|
9188
9197
|
:exampleMetadata: fixture=_generated
|
|
9189
9198
|
|
|
9190
9199
|
Example::
|
|
@@ -9536,6 +9545,7 @@ class CfnEC2Fleet(
|
|
|
9536
9545
|
An EC2 Fleet can launch multiple instance types across multiple Availability Zones, using the On-Demand Instance, Reserved Instance, and Spot Instance purchasing models together. Using EC2 Fleet, you can define separate On-Demand and Spot capacity targets, specify the instance types that work best for your applications, and specify how Amazon EC2 should distribute your fleet capacity within each purchasing model. For more information, see `Launching an EC2 Fleet <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html>`_ in the *Amazon EC2 User Guide for Linux Instances* .
|
|
9537
9546
|
|
|
9538
9547
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html
|
|
9548
|
+
:cloudformationResource: AWS::EC2::EC2Fleet
|
|
9539
9549
|
:exampleMetadata: fixture=_generated
|
|
9540
9550
|
|
|
9541
9551
|
Example::
|
|
@@ -13180,6 +13190,7 @@ class CfnEIP(
|
|
|
13180
13190
|
For more information, see `Elastic IP Addresses <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html>`_ in the *Amazon EC2 User Guide* .
|
|
13181
13191
|
|
|
13182
13192
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html
|
|
13193
|
+
:cloudformationResource: AWS::EC2::EIP
|
|
13183
13194
|
:exampleMetadata: infused
|
|
13184
13195
|
|
|
13185
13196
|
Example::
|
|
@@ -13387,6 +13398,7 @@ class CfnEIPAssociation(
|
|
|
13387
13398
|
You must specify ``AllocationId`` and either ``InstanceId`` , ``NetworkInterfaceId`` , or ``PrivateIpAddress`` .
|
|
13388
13399
|
|
|
13389
13400
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eipassociation.html
|
|
13401
|
+
:cloudformationResource: AWS::EC2::EIPAssociation
|
|
13390
13402
|
:exampleMetadata: fixture=_generated
|
|
13391
13403
|
|
|
13392
13404
|
Example::
|
|
@@ -13858,7 +13870,10 @@ class CfnEgressOnlyInternetGateway(
|
|
|
13858
13870
|
|
|
13859
13871
|
An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.
|
|
13860
13872
|
|
|
13873
|
+
For more information, see `Egress-only internet gateway <https://docs.aws.amazon.com/vpc/latest/userguide/egress-only-internet-gateway.html>`_ in the *Amazon VPC User Guide* .
|
|
13874
|
+
|
|
13861
13875
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html
|
|
13876
|
+
:cloudformationResource: AWS::EC2::EgressOnlyInternetGateway
|
|
13862
13877
|
:exampleMetadata: fixture=_generated
|
|
13863
13878
|
|
|
13864
13879
|
Example::
|
|
@@ -14018,6 +14033,7 @@ class CfnEnclaveCertificateIamRoleAssociation(
|
|
|
14018
14033
|
To enable the IAM role to access the Amazon S3 object, you must grant it permission to call ``s3:GetObject`` on the Amazon S3 bucket returned by the command. To enable the IAM role to access the KMS key, you must grant it permission to call ``kms:Decrypt`` on the KMS key returned by the command. For more information, see `Grant the role permission to access the certificate and encryption key <https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html#add-policy>`_ in the *AWS Nitro Enclaves User Guide* .
|
|
14019
14034
|
|
|
14020
14035
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-enclavecertificateiamroleassociation.html
|
|
14036
|
+
:cloudformationResource: AWS::EC2::EnclaveCertificateIamRoleAssociation
|
|
14021
14037
|
:exampleMetadata: fixture=_generated
|
|
14022
14038
|
|
|
14023
14039
|
Example::
|
|
@@ -14232,6 +14248,7 @@ class CfnFlowLog(
|
|
|
14232
14248
|
To view the log data, use Amazon CloudWatch Logs (CloudWatch Logs) to help troubleshoot connection issues. For example, you can use a flow log to investigate why certain traffic isn't reaching an instance, which can help you diagnose overly restrictive security group rules. For more information, see `VPC Flow Logs <https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html>`_ in the *Amazon VPC User Guide* .
|
|
14233
14249
|
|
|
14234
14250
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html
|
|
14251
|
+
:cloudformationResource: AWS::EC2::FlowLog
|
|
14235
14252
|
:exampleMetadata: fixture=_generated
|
|
14236
14253
|
|
|
14237
14254
|
Example::
|
|
@@ -14926,6 +14943,7 @@ class CfnGatewayRouteTableAssociation(
|
|
|
14926
14943
|
The gateway and route table must be in the same VPC. This association causes the incoming traffic to the gateway to be routed according to the routes in the route table.
|
|
14927
14944
|
|
|
14928
14945
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html
|
|
14946
|
+
:cloudformationResource: AWS::EC2::GatewayRouteTableAssociation
|
|
14929
14947
|
:exampleMetadata: fixture=_generated
|
|
14930
14948
|
|
|
14931
14949
|
Example::
|
|
@@ -15118,6 +15136,7 @@ class CfnHost(
|
|
|
15118
15136
|
Because the host is fully dedicated for your use, it can help you address compliance requirements and reduce costs by allowing you to use your existing server-bound software licenses. For more information, see `Dedicated Hosts <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html>`_ in the *Amazon EC2 User Guide for Linux Instances* .
|
|
15119
15137
|
|
|
15120
15138
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html
|
|
15139
|
+
:cloudformationResource: AWS::EC2::Host
|
|
15121
15140
|
:exampleMetadata: fixture=_generated
|
|
15122
15141
|
|
|
15123
15142
|
Example::
|
|
@@ -15530,6 +15549,7 @@ class CfnIPAM(
|
|
|
15530
15549
|
There are AWS Identity and Access Management (IAM) permissions required to fully manage an IPAM in CloudFormation. For more information, see `Example policy <https://docs.aws.amazon.com//vpc/latest/ipam/iam-ipam-policy-examples.html>`_ in the *Amazon VPC IPAM User Guide* .
|
|
15531
15550
|
|
|
15532
15551
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipam.html
|
|
15552
|
+
:cloudformationResource: AWS::EC2::IPAM
|
|
15533
15553
|
:exampleMetadata: fixture=_generated
|
|
15534
15554
|
|
|
15535
15555
|
Example::
|
|
@@ -15825,6 +15845,7 @@ class CfnIPAMAllocation(
|
|
|
15825
15845
|
'''In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource.
|
|
15826
15846
|
|
|
15827
15847
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamallocation.html
|
|
15848
|
+
:cloudformationResource: AWS::EC2::IPAMAllocation
|
|
15828
15849
|
:exampleMetadata: fixture=_generated
|
|
15829
15850
|
|
|
15830
15851
|
Example::
|
|
@@ -16107,6 +16128,7 @@ class CfnIPAMPool(
|
|
|
16107
16128
|
Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.
|
|
16108
16129
|
|
|
16109
16130
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html
|
|
16131
|
+
:cloudformationResource: AWS::EC2::IPAMPool
|
|
16110
16132
|
:exampleMetadata: fixture=_generated
|
|
16111
16133
|
|
|
16112
16134
|
Example::
|
|
@@ -16616,6 +16638,7 @@ class CfnIPAMPoolCidr(
|
|
|
16616
16638
|
'''A CIDR provisioned to an IPAM pool.
|
|
16617
16639
|
|
|
16618
16640
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampoolcidr.html
|
|
16641
|
+
:cloudformationResource: AWS::EC2::IPAMPoolCidr
|
|
16619
16642
|
:exampleMetadata: fixture=_generated
|
|
16620
16643
|
|
|
16621
16644
|
Example::
|
|
@@ -17320,6 +17343,7 @@ class CfnIPAMResourceDiscovery(
|
|
|
17320
17343
|
'''A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
|
|
17321
17344
|
|
|
17322
17345
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscovery.html
|
|
17346
|
+
:cloudformationResource: AWS::EC2::IPAMResourceDiscovery
|
|
17323
17347
|
:exampleMetadata: fixture=_generated
|
|
17324
17348
|
|
|
17325
17349
|
Example::
|
|
@@ -17588,6 +17612,7 @@ class CfnIPAMResourceDiscoveryAssociation(
|
|
|
17588
17612
|
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
|
|
17589
17613
|
|
|
17590
17614
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html
|
|
17615
|
+
:cloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
|
|
17591
17616
|
:exampleMetadata: fixture=_generated
|
|
17592
17617
|
|
|
17593
17618
|
Example::
|
|
@@ -18016,6 +18041,7 @@ class CfnIPAMScope(
|
|
|
18016
18041
|
For more information, see `How IPAM works <https://docs.aws.amazon.com//vpc/latest/ipam/how-it-works-ipam.html>`_ in the *Amazon VPC IPAM User Guide* .
|
|
18017
18042
|
|
|
18018
18043
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamscope.html
|
|
18044
|
+
:cloudformationResource: AWS::EC2::IPAMScope
|
|
18019
18045
|
:exampleMetadata: fixture=_generated
|
|
18020
18046
|
|
|
18021
18047
|
Example::
|
|
@@ -18300,6 +18326,7 @@ class CfnInstance(
|
|
|
18300
18326
|
If an Elastic IP address is attached to your instance, AWS CloudFormation reattaches the Elastic IP address after it updates the instance. For more information about updating stacks, see `AWS CloudFormation Stacks Updates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html>`_ .
|
|
18301
18327
|
|
|
18302
18328
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instance.html
|
|
18329
|
+
:cloudformationResource: AWS::EC2::Instance
|
|
18303
18330
|
:exampleMetadata: fixture=_generated
|
|
18304
18331
|
|
|
18305
18332
|
Example::
|
|
@@ -21038,6 +21065,7 @@ class CfnInstanceConnectEndpoint(
|
|
|
21038
21065
|
An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address. For more information, see `Connect to your instances without requiring a public IPv4 address using EC2 Instance Connect Endpoint <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect-Endpoint.html>`_ in the *Amazon EC2 User Guide* .
|
|
21039
21066
|
|
|
21040
21067
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instanceconnectendpoint.html
|
|
21068
|
+
:cloudformationResource: AWS::EC2::InstanceConnectEndpoint
|
|
21041
21069
|
:exampleMetadata: fixture=_generated
|
|
21042
21070
|
|
|
21043
21071
|
Example::
|
|
@@ -22280,6 +22308,7 @@ class CfnInternetGateway(
|
|
|
22280
22308
|
After creating the Internet gateway, you then attach it to a VPC.
|
|
22281
22309
|
|
|
22282
22310
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html
|
|
22311
|
+
:cloudformationResource: AWS::EC2::InternetGateway
|
|
22283
22312
|
:exampleMetadata: fixture=_generated
|
|
22284
22313
|
|
|
22285
22314
|
Example::
|
|
@@ -22457,6 +22486,7 @@ class CfnKeyPair(
|
|
|
22457
22486
|
When AWS CloudFormation deletes a key pair that was created or imported by a stack, it also deletes the parameter that was used to store the private key material in Parameter Store.
|
|
22458
22487
|
|
|
22459
22488
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-keypair.html
|
|
22489
|
+
:cloudformationResource: AWS::EC2::KeyPair
|
|
22460
22490
|
:exampleMetadata: fixture=_generated
|
|
22461
22491
|
|
|
22462
22492
|
Example::
|
|
@@ -22809,6 +22839,7 @@ class CfnLaunchTemplate(
|
|
|
22809
22839
|
For more information, see `Launch an instance from a launch template <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html>`_ in the *Amazon EC2 User Guide* .
|
|
22810
22840
|
|
|
22811
22841
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html
|
|
22842
|
+
:cloudformationResource: AWS::EC2::LaunchTemplate
|
|
22812
22843
|
:exampleMetadata: infused
|
|
22813
22844
|
|
|
22814
22845
|
Example::
|
|
@@ -27537,7 +27568,7 @@ class CfnLaunchTemplate(
|
|
|
27537
27568
|
|
|
27538
27569
|
``TagSpecification`` is a property type of ```TagSpecifications`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications>`_ . ```TagSpecifications`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications>`_ is a property of `AWS::EC2::LaunchTemplate LaunchTemplateData <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html>`_ .
|
|
27539
27570
|
|
|
27540
|
-
:param resource_type: The type of resource to tag.
|
|
27571
|
+
:param resource_type: The type of resource to tag. Valid Values lists all resource types for Amazon EC2 that can be tagged. When you create a launch template, you can specify tags for the following resource types only: ``instance`` | ``volume`` | ``elastic-gpu`` | ``network-interface`` | ``spot-instances-request`` . If the instance does include the resource type that you specify, the instance launch fails. For example, not all instance types include an Elastic GPU. To tag a resource after it has been created, see `CreateTags <https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html>`_ .
|
|
27541
27572
|
:param tags: The tags to apply to the resource.
|
|
27542
27573
|
|
|
27543
27574
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html
|
|
@@ -27571,7 +27602,7 @@ class CfnLaunchTemplate(
|
|
|
27571
27602
|
def resource_type(self) -> typing.Optional[builtins.str]:
|
|
27572
27603
|
'''The type of resource to tag.
|
|
27573
27604
|
|
|
27574
|
-
|
|
27605
|
+
Valid Values lists all resource types for Amazon EC2 that can be tagged. When you create a launch template, you can specify tags for the following resource types only: ``instance`` | ``volume`` | ``elastic-gpu`` | ``network-interface`` | ``spot-instances-request`` . If the instance does include the resource type that you specify, the instance launch fails. For example, not all instance types include an Elastic GPU.
|
|
27575
27606
|
|
|
27576
27607
|
To tag a resource after it has been created, see `CreateTags <https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html>`_ .
|
|
27577
27608
|
|
|
@@ -27894,6 +27925,7 @@ class CfnLocalGatewayRoute(
|
|
|
27894
27925
|
- ``NetworkInterfaceId``
|
|
27895
27926
|
|
|
27896
27927
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html
|
|
27928
|
+
:cloudformationResource: AWS::EC2::LocalGatewayRoute
|
|
27897
27929
|
:exampleMetadata: fixture=_generated
|
|
27898
27930
|
|
|
27899
27931
|
Example::
|
|
@@ -28170,6 +28202,7 @@ class CfnLocalGatewayRouteTable(
|
|
|
28170
28202
|
'''Describes a local gateway route table.
|
|
28171
28203
|
|
|
28172
28204
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetable.html
|
|
28205
|
+
:cloudformationResource: AWS::EC2::LocalGatewayRouteTable
|
|
28173
28206
|
:exampleMetadata: fixture=_generated
|
|
28174
28207
|
|
|
28175
28208
|
Example::
|
|
@@ -28447,6 +28480,7 @@ class CfnLocalGatewayRouteTableVPCAssociation(
|
|
|
28447
28480
|
'''Associates the specified VPC with the specified local gateway route table.
|
|
28448
28481
|
|
|
28449
28482
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html
|
|
28483
|
+
:cloudformationResource: AWS::EC2::LocalGatewayRouteTableVPCAssociation
|
|
28450
28484
|
:exampleMetadata: fixture=_generated
|
|
28451
28485
|
|
|
28452
28486
|
Example::
|
|
@@ -28708,6 +28742,7 @@ class CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation(
|
|
|
28708
28742
|
'''Describes an association between a local gateway route table and a virtual interface group.
|
|
28709
28743
|
|
|
28710
28744
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevirtualinterfacegroupassociation.html
|
|
28745
|
+
:cloudformationResource: AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
|
|
28711
28746
|
:exampleMetadata: fixture=_generated
|
|
28712
28747
|
|
|
28713
28748
|
Example::
|
|
@@ -28990,14 +29025,15 @@ class CfnNatGateway(
|
|
|
28990
29025
|
|
|
28991
29026
|
You can create either a public NAT gateway or a private NAT gateway. The default is a public NAT gateway. If you create a public NAT gateway, you must specify an elastic IP address.
|
|
28992
29027
|
|
|
28993
|
-
With a NAT gateway, instances in a private subnet can connect to the internet, other AWS services, or an on-premises network using the IP address of the NAT gateway. For more information, see `NAT
|
|
29028
|
+
With a NAT gateway, instances in a private subnet can connect to the internet, other AWS services, or an on-premises network using the IP address of the NAT gateway. For more information, see `NAT gateways <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html>`_ in the *Amazon VPC User Guide* .
|
|
28994
29029
|
|
|
28995
29030
|
If you add a default route ( ``AWS::EC2::Route`` resource) that points to a NAT gateway, specify the NAT gateway ID for the route's ``NatGatewayId`` property.
|
|
28996
29031
|
.. epigraph::
|
|
28997
29032
|
|
|
28998
|
-
When you associate an
|
|
29033
|
+
When you associate an Elastic IP address or secondary Elastic IP address with a public NAT gateway, the network border group of the Elastic IP address must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. Otherwise, the NAT gateway fails to launch. You can see the network border group for the AZ by viewing the details of the subnet. Similarly, you can view the network border group for the Elastic IP address by viewing its details. For more information, see `Allocate an Elastic IP address <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#allocate-eip>`_ in the *Amazon VPC User Guide* .
|
|
28999
29034
|
|
|
29000
29035
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html
|
|
29036
|
+
:cloudformationResource: AWS::EC2::NatGateway
|
|
29001
29037
|
:exampleMetadata: fixture=_generated
|
|
29002
29038
|
|
|
29003
29039
|
Example::
|
|
@@ -29470,6 +29506,7 @@ class CfnNetworkAcl(
|
|
|
29470
29506
|
'''Specifies a network ACL for your VPC.
|
|
29471
29507
|
|
|
29472
29508
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkacl.html
|
|
29509
|
+
:cloudformationResource: AWS::EC2::NetworkAcl
|
|
29473
29510
|
:exampleMetadata: fixture=_generated
|
|
29474
29511
|
|
|
29475
29512
|
Example::
|
|
@@ -29601,6 +29638,7 @@ class CfnNetworkAclEntry(
|
|
|
29601
29638
|
For information about the protocol value, see `Protocol Numbers <https://docs.aws.amazon.com/https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml>`_ on the Internet Assigned Numbers Authority (IANA) website.
|
|
29602
29639
|
|
|
29603
29640
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkaclentry.html
|
|
29641
|
+
:cloudformationResource: AWS::EC2::NetworkAclEntry
|
|
29604
29642
|
:exampleMetadata: fixture=_generated
|
|
29605
29643
|
|
|
29606
29644
|
Example::
|
|
@@ -30308,6 +30346,7 @@ class CfnNetworkInsightsAccessScope(
|
|
|
30308
30346
|
Network Access Analyzer identifies unintended network access to your resources on AWS . When you start an analysis on a Network Access Scope, Network Access Analyzer produces findings. For more information, see the `Network Access Analyzer User Guide <https://docs.aws.amazon.com/vpc/latest/network-access-analyzer/>`_ .
|
|
30309
30347
|
|
|
30310
30348
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscope.html
|
|
30349
|
+
:cloudformationResource: AWS::EC2::NetworkInsightsAccessScope
|
|
30311
30350
|
:exampleMetadata: fixture=_generated
|
|
30312
30351
|
|
|
30313
30352
|
Example::
|
|
@@ -31063,6 +31102,7 @@ class CfnNetworkInsightsAccessScopeAnalysis(
|
|
|
31063
31102
|
'''Describes a Network Access Scope analysis.
|
|
31064
31103
|
|
|
31065
31104
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscopeanalysis.html
|
|
31105
|
+
:cloudformationResource: AWS::EC2::NetworkInsightsAccessScopeAnalysis
|
|
31066
31106
|
:exampleMetadata: fixture=_generated
|
|
31067
31107
|
|
|
31068
31108
|
Example::
|
|
@@ -31507,6 +31547,7 @@ class CfnNetworkInsightsAnalysis(
|
|
|
31507
31547
|
'''Specifies a network insights analysis.
|
|
31508
31548
|
|
|
31509
31549
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsanalysis.html
|
|
31550
|
+
:cloudformationResource: AWS::EC2::NetworkInsightsAnalysis
|
|
31510
31551
|
:exampleMetadata: fixture=_generated
|
|
31511
31552
|
|
|
31512
31553
|
Example::
|
|
@@ -34891,6 +34932,7 @@ class CfnNetworkInsightsPath(
|
|
|
34891
34932
|
VPC Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see the `Reachability Analyzer User Guide <https://docs.aws.amazon.com/vpc/latest/reachability/what-is-reachability-analyzer.html>`_ .
|
|
34892
34933
|
|
|
34893
34934
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightspath.html
|
|
34935
|
+
:cloudformationResource: AWS::EC2::NetworkInsightsPath
|
|
34894
34936
|
:exampleMetadata: fixture=_generated
|
|
34895
34937
|
|
|
34896
34938
|
Example::
|
|
@@ -35621,6 +35663,7 @@ class CfnNetworkInterface(
|
|
|
35621
35663
|
'''Describes a network interface in an Amazon EC2 instance for AWS CloudFormation .
|
|
35622
35664
|
|
|
35623
35665
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html
|
|
35666
|
+
:cloudformationResource: AWS::EC2::NetworkInterface
|
|
35624
35667
|
:exampleMetadata: fixture=_generated
|
|
35625
35668
|
|
|
35626
35669
|
Example::
|
|
@@ -36266,6 +36309,7 @@ class CfnNetworkInterfaceAttachment(
|
|
|
36266
36309
|
You can use this resource type to attach additional network interfaces to an instance without interruption.
|
|
36267
36310
|
|
|
36268
36311
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html
|
|
36312
|
+
:cloudformationResource: AWS::EC2::NetworkInterfaceAttachment
|
|
36269
36313
|
:exampleMetadata: fixture=_generated
|
|
36270
36314
|
|
|
36271
36315
|
Example::
|
|
@@ -36545,6 +36589,7 @@ class CfnNetworkInterfacePermission(
|
|
|
36545
36589
|
For example, you can grant an AWS authorized partner account permission to attach the specified network interface to an instance in their account.
|
|
36546
36590
|
|
|
36547
36591
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html
|
|
36592
|
+
:cloudformationResource: AWS::EC2::NetworkInterfacePermission
|
|
36548
36593
|
:exampleMetadata: fixture=_generated
|
|
36549
36594
|
|
|
36550
36595
|
Example::
|
|
@@ -37112,6 +37157,7 @@ class CfnNetworkPerformanceMetricSubscription(
|
|
|
37112
37157
|
'''Describes Infrastructure Performance subscriptions.
|
|
37113
37158
|
|
|
37114
37159
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkperformancemetricsubscription.html
|
|
37160
|
+
:cloudformationResource: AWS::EC2::NetworkPerformanceMetricSubscription
|
|
37115
37161
|
:exampleMetadata: fixture=_generated
|
|
37116
37162
|
|
|
37117
37163
|
Example::
|
|
@@ -37370,6 +37416,7 @@ class CfnPlacementGroup(
|
|
|
37370
37416
|
For more information, see `Placement Groups <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html>`_ in the *Amazon EC2 User Guide* .
|
|
37371
37417
|
|
|
37372
37418
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html
|
|
37419
|
+
:cloudformationResource: AWS::EC2::PlacementGroup
|
|
37373
37420
|
:exampleMetadata: fixture=_generated
|
|
37374
37421
|
|
|
37375
37422
|
Example::
|
|
@@ -37648,6 +37695,7 @@ class CfnPrefixList(
|
|
|
37648
37695
|
You can add one or more entries to the prefix list. Each entry consists of a CIDR block and an optional description.
|
|
37649
37696
|
|
|
37650
37697
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html
|
|
37698
|
+
:cloudformationResource: AWS::EC2::PrefixList
|
|
37651
37699
|
:exampleMetadata: fixture=_generated
|
|
37652
37700
|
|
|
37653
37701
|
Example::
|
|
@@ -38085,13 +38133,14 @@ class CfnRoute(
|
|
|
38085
38133
|
metaclass=jsii.JSIIMeta,
|
|
38086
38134
|
jsii_type="aws-cdk-lib.aws_ec2.CfnRoute",
|
|
38087
38135
|
):
|
|
38088
|
-
'''Specifies a route in a route table.
|
|
38136
|
+
'''Specifies a route in a route table. For more information, see `Routes <https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html#route-table-routes>`_ in the *Amazon VPC User Guide* .
|
|
38089
38137
|
|
|
38090
|
-
You must specify either
|
|
38138
|
+
You must specify either a destination CIDR block or prefix list ID. You must also specify exactly one of the resources as the target.
|
|
38091
38139
|
|
|
38092
38140
|
If you create a route that references a transit gateway in the same template where you create the transit gateway, you must declare a dependency on the transit gateway attachment. The route table cannot use the transit gateway until it has successfully attached to the VPC. Add a `DependsOn Attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ in the ``AWS::EC2::Route`` resource to explicitly declare a dependency on the ``AWS::EC2::TransitGatewayAttachment`` resource.
|
|
38093
38141
|
|
|
38094
38142
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html
|
|
38143
|
+
:cloudformationResource: AWS::EC2::Route
|
|
38095
38144
|
:exampleMetadata: fixture=_generated
|
|
38096
38145
|
|
|
38097
38146
|
Example::
|
|
@@ -38700,9 +38749,10 @@ class CfnRouteTable(
|
|
|
38700
38749
|
|
|
38701
38750
|
After you create a route table, you can add routes and associate the table with a subnet.
|
|
38702
38751
|
|
|
38703
|
-
For more information, see `Route
|
|
38752
|
+
For more information, see `Route tables <https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html>`_ in the *Amazon VPC User Guide* .
|
|
38704
38753
|
|
|
38705
38754
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routetable.html
|
|
38755
|
+
:cloudformationResource: AWS::EC2::RouteTable
|
|
38706
38756
|
:exampleMetadata: fixture=_generated
|
|
38707
38757
|
|
|
38708
38758
|
Example::
|
|
@@ -38916,6 +38966,7 @@ class CfnSecurityGroup(
|
|
|
38916
38966
|
To cross-reference two security groups in the ingress and egress rules of those security groups, use the `AWS::EC2::SecurityGroupEgress <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html>`_ and `AWS::EC2::SecurityGroupIngress <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-ingress.html>`_ resources to define your rules. Do not use the embedded ingress and egress rules in the ``AWS::EC2::SecurityGroup`` . Doing so creates a circular dependency, which AWS CloudFormation doesn't allow.
|
|
38917
38967
|
|
|
38918
38968
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-securitygroup.html
|
|
38969
|
+
:cloudformationResource: AWS::EC2::SecurityGroup
|
|
38919
38970
|
:exampleMetadata: fixture=_generated
|
|
38920
38971
|
|
|
38921
38972
|
Example::
|
|
@@ -39635,6 +39686,7 @@ class CfnSecurityGroupEgress(
|
|
|
39635
39686
|
Use ``AWS::EC2::SecurityGroupIngress`` and ``AWS::EC2::SecurityGroupEgress`` only when necessary, typically to allow security groups to reference each other in ingress and egress rules. Otherwise, use the embedded ingress and egress rules of the security group. For more information, see `Amazon EC2 Security Groups <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html>`_ .
|
|
39636
39687
|
|
|
39637
39688
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-securitygroupegress.html
|
|
39689
|
+
:cloudformationResource: AWS::EC2::SecurityGroupEgress
|
|
39638
39690
|
:exampleMetadata: fixture=_generated
|
|
39639
39691
|
|
|
39640
39692
|
Example::
|
|
@@ -40100,6 +40152,7 @@ class CfnSecurityGroupIngress(
|
|
|
40100
40152
|
Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
|
|
40101
40153
|
|
|
40102
40154
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-securitygroupingress.html
|
|
40155
|
+
:cloudformationResource: AWS::EC2::SecurityGroupIngress
|
|
40103
40156
|
:exampleMetadata: fixture=_generated
|
|
40104
40157
|
|
|
40105
40158
|
Example::
|
|
@@ -40865,6 +40918,7 @@ class CfnSpotFleet(
|
|
|
40865
40918
|
We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see `Which is the best Spot request method to use? <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-best-practices.html#which-spot-request-method-to-use>`_ in the *Amazon EC2 User Guide for Linux Instances* .
|
|
40866
40919
|
|
|
40867
40920
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html
|
|
40921
|
+
:cloudformationResource: AWS::EC2::SpotFleet
|
|
40868
40922
|
:exampleMetadata: fixture=_generated
|
|
40869
40923
|
|
|
40870
40924
|
Example::
|
|
@@ -45939,6 +45993,7 @@ class CfnSubnet(
|
|
|
45939
45993
|
For more information, see `Subnets for your VPC <https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html>`_ in the *Amazon VPC User Guide* .
|
|
45940
45994
|
|
|
45941
45995
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html
|
|
45996
|
+
:cloudformationResource: AWS::EC2::Subnet
|
|
45942
45997
|
:exampleMetadata: infused
|
|
45943
45998
|
|
|
45944
45999
|
Example::
|
|
@@ -46432,6 +46487,7 @@ class CfnSubnetCidrBlock(
|
|
|
46432
46487
|
You can associate a single IPv6 CIDR block with your subnet. An IPv6 CIDR block must have a prefix length of /64.
|
|
46433
46488
|
|
|
46434
46489
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html
|
|
46490
|
+
:cloudformationResource: AWS::EC2::SubnetCidrBlock
|
|
46435
46491
|
:exampleMetadata: fixture=_generated
|
|
46436
46492
|
|
|
46437
46493
|
Example::
|
|
@@ -46629,6 +46685,7 @@ class CfnSubnetNetworkAclAssociation(
|
|
|
46629
46685
|
When ``AWS::EC2::SubnetNetworkAclAssociation`` resources are created during create or update operations, AWS CloudFormation adopts existing resources that share the same key properties (the properties that contribute to uniquely identify the resource). However, if the operation fails and rolls back, AWS CloudFormation deletes the previously out-of-band resources. You can protect against this behavior by using ``Retain`` deletion policies. For more information, see `DeletionPolicy Attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html>`_ .
|
|
46630
46686
|
|
|
46631
46687
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetnetworkaclassociation.html
|
|
46688
|
+
:cloudformationResource: AWS::EC2::SubnetNetworkAclAssociation
|
|
46632
46689
|
:exampleMetadata: fixture=_generated
|
|
46633
46690
|
|
|
46634
46691
|
Example::
|
|
@@ -47095,6 +47152,7 @@ class CfnSubnetRouteTableAssociation(
|
|
|
47095
47152
|
The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. A route table can be associated with multiple subnets. To create a route table, see `AWS::EC2::RouteTable <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routetable.html>`_ .
|
|
47096
47153
|
|
|
47097
47154
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetroutetableassociation.html
|
|
47155
|
+
:cloudformationResource: AWS::EC2::SubnetRouteTableAssociation
|
|
47098
47156
|
:exampleMetadata: fixture=_generated
|
|
47099
47157
|
|
|
47100
47158
|
Example::
|
|
@@ -47291,6 +47349,7 @@ class CfnTrafficMirrorFilter(
|
|
|
47291
47349
|
By default, no traffic is mirrored. To mirror traffic, use `AWS::EC2::TrafficMirrorFilterRule <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html>`_ to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.
|
|
47292
47350
|
|
|
47293
47351
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html
|
|
47352
|
+
:cloudformationResource: AWS::EC2::TrafficMirrorFilter
|
|
47294
47353
|
:exampleMetadata: fixture=_generated
|
|
47295
47354
|
|
|
47296
47355
|
Example::
|
|
@@ -47535,6 +47594,7 @@ class CfnTrafficMirrorFilterRule(
|
|
|
47535
47594
|
You need the Traffic Mirror filter ID when you create the rule.
|
|
47536
47595
|
|
|
47537
47596
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html
|
|
47597
|
+
:cloudformationResource: AWS::EC2::TrafficMirrorFilterRule
|
|
47538
47598
|
:exampleMetadata: fixture=_generated
|
|
47539
47599
|
|
|
47540
47600
|
Example::
|
|
@@ -48102,6 +48162,7 @@ class CfnTrafficMirrorSession(
|
|
|
48102
48162
|
By default, no traffic is mirrored. Use `AWS::EC2::TrafficMirrorFilterRule <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html>`_ to specify filter rules that specify the traffic to mirror.
|
|
48103
48163
|
|
|
48104
48164
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html
|
|
48165
|
+
:cloudformationResource: AWS::EC2::TrafficMirrorSession
|
|
48105
48166
|
:exampleMetadata: fixture=_generated
|
|
48106
48167
|
|
|
48107
48168
|
Example::
|
|
@@ -48527,6 +48588,7 @@ class CfnTrafficMirrorTarget(
|
|
|
48527
48588
|
To use the target in a Traffic Mirror session, use `AWS::EC2::TrafficMirrorSession <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html>`_ .
|
|
48528
48589
|
|
|
48529
48590
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html
|
|
48591
|
+
:cloudformationResource: AWS::EC2::TrafficMirrorTarget
|
|
48530
48592
|
:exampleMetadata: fixture=_generated
|
|
48531
48593
|
|
|
48532
48594
|
Example::
|
|
@@ -48841,6 +48903,7 @@ class CfnTransitGateway(
|
|
|
48841
48903
|
When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use `AWS::EC2::TransitGatewayRouteTable <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html>`_ to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use `AWS::EC2::TransitGatewayRouteTablePropagation <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html>`_ to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use `AWS::EC2::TransitGatewayRouteTableAssociation <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html>`_ to associate a resource attachment with a transit gateway route table.
|
|
48842
48904
|
|
|
48843
48905
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html
|
|
48906
|
+
:cloudformationResource: AWS::EC2::TransitGateway
|
|
48844
48907
|
:exampleMetadata: fixture=_generated
|
|
48845
48908
|
|
|
48846
48909
|
Example::
|
|
@@ -49163,6 +49226,7 @@ class CfnTransitGatewayAttachment(
|
|
|
49163
49226
|
To update tags for a VPC attachment after creation without replacing the attachment, use `AWS::EC2::TransitGatewayVpcAttachment <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayvpcattachment.html>`_ instead.
|
|
49164
49227
|
|
|
49165
49228
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html
|
|
49229
|
+
:cloudformationResource: AWS::EC2::TransitGatewayAttachment
|
|
49166
49230
|
:exampleMetadata: fixture=_generated
|
|
49167
49231
|
|
|
49168
49232
|
Example::
|
|
@@ -49577,6 +49641,7 @@ class CfnTransitGatewayConnect(
|
|
|
49577
49641
|
A Connect attachment uses an existing VPC or AWS Direct Connect attachment as the underlying transport mechanism.
|
|
49578
49642
|
|
|
49579
49643
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnect.html
|
|
49644
|
+
:cloudformationResource: AWS::EC2::TransitGatewayConnect
|
|
49580
49645
|
:exampleMetadata: fixture=_generated
|
|
49581
49646
|
|
|
49582
49647
|
Example::
|
|
@@ -49913,6 +49978,7 @@ class CfnTransitGatewayMulticastDomain(
|
|
|
49913
49978
|
The transit gateway must be in the available state before you create a domain.
|
|
49914
49979
|
|
|
49915
49980
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomain.html
|
|
49981
|
+
:cloudformationResource: AWS::EC2::TransitGatewayMulticastDomain
|
|
49916
49982
|
:exampleMetadata: fixture=_generated
|
|
49917
49983
|
|
|
49918
49984
|
Example::
|
|
@@ -50178,6 +50244,7 @@ class CfnTransitGatewayMulticastDomainAssociation(
|
|
|
50178
50244
|
The transit gateway attachment must be in the available state before you can add a resource.
|
|
50179
50245
|
|
|
50180
50246
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomainassociation.html
|
|
50247
|
+
:cloudformationResource: AWS::EC2::TransitGatewayMulticastDomainAssociation
|
|
50181
50248
|
:exampleMetadata: fixture=_generated
|
|
50182
50249
|
|
|
50183
50250
|
Example::
|
|
@@ -50527,6 +50594,7 @@ class CfnTransitGatewayMulticastGroupMember(
|
|
|
50527
50594
|
A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see `Multicast Consideration <https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits>`_ in *Amazon VPC Transit Gateways* .
|
|
50528
50595
|
|
|
50529
50596
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupmember.html
|
|
50597
|
+
:cloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember
|
|
50530
50598
|
:exampleMetadata: fixture=_generated
|
|
50531
50599
|
|
|
50532
50600
|
Example::
|
|
@@ -50819,6 +50887,7 @@ class CfnTransitGatewayMulticastGroupSource(
|
|
|
50819
50887
|
A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see `Multicast Considerations <https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits>`_ in *Amazon VPC Transit Gateways* .
|
|
50820
50888
|
|
|
50821
50889
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html
|
|
50890
|
+
:cloudformationResource: AWS::EC2::TransitGatewayMulticastGroupSource
|
|
50822
50891
|
:exampleMetadata: fixture=_generated
|
|
50823
50892
|
|
|
50824
50893
|
Example::
|
|
@@ -51113,6 +51182,7 @@ class CfnTransitGatewayPeeringAttachment(
|
|
|
51113
51182
|
After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
|
|
51114
51183
|
|
|
51115
51184
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaypeeringattachment.html
|
|
51185
|
+
:cloudformationResource: AWS::EC2::TransitGatewayPeeringAttachment
|
|
51116
51186
|
:exampleMetadata: fixture=_generated
|
|
51117
51187
|
|
|
51118
51188
|
Example::
|
|
@@ -51788,6 +51858,7 @@ class CfnTransitGatewayRoute(
|
|
|
51788
51858
|
'''Specifies a static route for a transit gateway route table.
|
|
51789
51859
|
|
|
51790
51860
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html
|
|
51861
|
+
:cloudformationResource: AWS::EC2::TransitGatewayRoute
|
|
51791
51862
|
:exampleMetadata: fixture=_generated
|
|
51792
51863
|
|
|
51793
51864
|
Example::
|
|
@@ -52061,6 +52132,7 @@ class CfnTransitGatewayRouteTable(
|
|
|
52061
52132
|
'''Specifies a route table for a transit gateway.
|
|
52062
52133
|
|
|
52063
52134
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html
|
|
52135
|
+
:cloudformationResource: AWS::EC2::TransitGatewayRouteTable
|
|
52064
52136
|
:exampleMetadata: fixture=_generated
|
|
52065
52137
|
|
|
52066
52138
|
Example::
|
|
@@ -52137,7 +52209,7 @@ class CfnTransitGatewayRouteTable(
|
|
|
52137
52209
|
@builtins.property
|
|
52138
52210
|
@jsii.member(jsii_name="attrTransitGatewayRouteTableId")
|
|
52139
52211
|
def attr_transit_gateway_route_table_id(self) -> builtins.str:
|
|
52140
|
-
'''
|
|
52212
|
+
'''The ID of the transit gateway route table.
|
|
52141
52213
|
|
|
52142
52214
|
:cloudformationAttribute: TransitGatewayRouteTableId
|
|
52143
52215
|
'''
|
|
@@ -52194,6 +52266,7 @@ class CfnTransitGatewayRouteTableAssociation(
|
|
|
52194
52266
|
Before you can update the route table associated with an attachment, you must disassociate the transit gateway route table that is currently associated with the attachment. First update the stack to remove the associated transit gateway route table, and then update the stack with the ID of the new transit gateway route table to associate.
|
|
52195
52267
|
|
|
52196
52268
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html
|
|
52269
|
+
:cloudformationResource: AWS::EC2::TransitGatewayRouteTableAssociation
|
|
52197
52270
|
:exampleMetadata: fixture=_generated
|
|
52198
52271
|
|
|
52199
52272
|
Example::
|
|
@@ -52389,6 +52462,7 @@ class CfnTransitGatewayRouteTablePropagation(
|
|
|
52389
52462
|
For more information about enabling transit gateway route propagation, see `EnableTransitGatewayRouteTablePropagation <https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EnableTransitGatewayRouteTablePropagation.html>`_ in the *Amazon EC2 API Reference* .
|
|
52390
52463
|
|
|
52391
52464
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html
|
|
52465
|
+
:cloudformationResource: AWS::EC2::TransitGatewayRouteTablePropagation
|
|
52392
52466
|
:exampleMetadata: fixture=_generated
|
|
52393
52467
|
|
|
52394
52468
|
Example::
|
|
@@ -52659,6 +52733,7 @@ class CfnTransitGatewayVpcAttachment(
|
|
|
52659
52733
|
'''Specifies a VPC attachment.
|
|
52660
52734
|
|
|
52661
52735
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayvpcattachment.html
|
|
52736
|
+
:cloudformationResource: AWS::EC2::TransitGatewayVpcAttachment
|
|
52662
52737
|
:exampleMetadata: fixture=_generated
|
|
52663
52738
|
|
|
52664
52739
|
Example::
|
|
@@ -53139,9 +53214,10 @@ class CfnVPC(
|
|
|
53139
53214
|
|
|
53140
53215
|
You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).
|
|
53141
53216
|
|
|
53142
|
-
For more information, see `Virtual private clouds (VPC) <https://docs.aws.amazon.com/
|
|
53217
|
+
For more information, see `Virtual private clouds (VPC) <https://docs.aws.amazon.com/vpc/latest/userguide/configure-your-vpc.html>`_ in the *Amazon VPC User Guide* .
|
|
53143
53218
|
|
|
53144
53219
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html
|
|
53220
|
+
:cloudformationResource: AWS::EC2::VPC
|
|
53145
53221
|
:exampleMetadata: infused
|
|
53146
53222
|
|
|
53147
53223
|
Example::
|
|
@@ -53428,6 +53504,7 @@ class CfnVPCCidrBlock(
|
|
|
53428
53504
|
For more information about associating CIDR blocks with your VPC and applicable restrictions, see `VPC and Subnet Sizing <https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing>`_ in the *Amazon VPC User Guide* .
|
|
53429
53505
|
|
|
53430
53506
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html
|
|
53507
|
+
:cloudformationResource: AWS::EC2::VPCCidrBlock
|
|
53431
53508
|
:exampleMetadata: infused
|
|
53432
53509
|
|
|
53433
53510
|
Example::
|
|
@@ -53904,6 +53981,7 @@ class CfnVPCDHCPOptionsAssociation(
|
|
|
53904
53981
|
After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.
|
|
53905
53982
|
|
|
53906
53983
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcdhcpoptionsassociation.html
|
|
53984
|
+
:cloudformationResource: AWS::EC2::VPCDHCPOptionsAssociation
|
|
53907
53985
|
:exampleMetadata: fixture=_generated
|
|
53908
53986
|
|
|
53909
53987
|
Example::
|
|
@@ -54088,6 +54166,7 @@ class CfnVPCEndpoint(
|
|
|
54088
54166
|
An endpoint of type ``GatewayLoadBalancer`` provides private connectivity between your VPC and virtual appliances from a service provider.
|
|
54089
54167
|
|
|
54090
54168
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html
|
|
54169
|
+
:cloudformationResource: AWS::EC2::VPCEndpoint
|
|
54091
54170
|
:exampleMetadata: fixture=_generated
|
|
54092
54171
|
|
|
54093
54172
|
Example::
|
|
@@ -54367,6 +54446,7 @@ class CfnVPCEndpointConnectionNotification(
|
|
|
54367
54446
|
You can create a connection notification for interface endpoints only.
|
|
54368
54447
|
|
|
54369
54448
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html
|
|
54449
|
+
:cloudformationResource: AWS::EC2::VPCEndpointConnectionNotification
|
|
54370
54450
|
:exampleMetadata: fixture=_generated
|
|
54371
54451
|
|
|
54372
54452
|
Example::
|
|
@@ -54447,12 +54527,13 @@ class CfnVPCEndpointConnectionNotification(
|
|
|
54447
54527
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
54448
54528
|
|
|
54449
54529
|
@builtins.property
|
|
54450
|
-
@jsii.member(jsii_name="
|
|
54451
|
-
def
|
|
54452
|
-
'''
|
|
54453
|
-
|
|
54530
|
+
@jsii.member(jsii_name="attrVpcEndpointConnectionNotificationId")
|
|
54531
|
+
def attr_vpc_endpoint_connection_notification_id(self) -> builtins.str:
|
|
54532
|
+
'''VPC Endpoint Connection ID generated by service.
|
|
54533
|
+
|
|
54534
|
+
:cloudformationAttribute: VPCEndpointConnectionNotificationId
|
|
54454
54535
|
'''
|
|
54455
|
-
return typing.cast(builtins.str, jsii.get(self, "
|
|
54536
|
+
return typing.cast(builtins.str, jsii.get(self, "attrVpcEndpointConnectionNotificationId"))
|
|
54456
54537
|
|
|
54457
54538
|
@builtins.property
|
|
54458
54539
|
@jsii.member(jsii_name="cfnProperties")
|
|
@@ -54836,6 +54917,7 @@ class CfnVPCEndpointService(
|
|
|
54836
54917
|
For more information, see the `AWS PrivateLink User Guide <https://docs.aws.amazon.com/vpc/latest/privatelink/>`_ .
|
|
54837
54918
|
|
|
54838
54919
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html
|
|
54920
|
+
:cloudformationResource: AWS::EC2::VPCEndpointService
|
|
54839
54921
|
:exampleMetadata: fixture=_generated
|
|
54840
54922
|
|
|
54841
54923
|
Example::
|
|
@@ -55024,6 +55106,7 @@ class CfnVPCEndpointServicePermissions(
|
|
|
55024
55106
|
If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.
|
|
55025
55107
|
|
|
55026
55108
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html
|
|
55109
|
+
:cloudformationResource: AWS::EC2::VPCEndpointServicePermissions
|
|
55027
55110
|
:exampleMetadata: fixture=_generated
|
|
55028
55111
|
|
|
55029
55112
|
Example::
|
|
@@ -55345,6 +55428,7 @@ class CfnVPCGatewayAttachment(
|
|
|
55345
55428
|
'''Attaches an internet gateway, or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC.
|
|
55346
55429
|
|
|
55347
55430
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcgatewayattachment.html
|
|
55431
|
+
:cloudformationResource: AWS::EC2::VPCGatewayAttachment
|
|
55348
55432
|
:exampleMetadata: fixture=_generated
|
|
55349
55433
|
|
|
55350
55434
|
Example::
|
|
@@ -55587,6 +55671,7 @@ class CfnVPCPeeringConnection(
|
|
|
55587
55671
|
If the requester and acceptor VPCs are in the same account, the peering request is accepted without a peering role.
|
|
55588
55672
|
|
|
55589
55673
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html
|
|
55674
|
+
:cloudformationResource: AWS::EC2::VPCPeeringConnection
|
|
55590
55675
|
:exampleMetadata: fixture=_generated
|
|
55591
55676
|
|
|
55592
55677
|
Example::
|
|
@@ -56125,6 +56210,7 @@ class CfnVPNConnection(
|
|
|
56125
56210
|
For more information, see `AWS Site-to-Site VPN <https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html>`_ in the *AWS Site-to-Site VPN User Guide* .
|
|
56126
56211
|
|
|
56127
56212
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnection.html
|
|
56213
|
+
:cloudformationResource: AWS::EC2::VPNConnection
|
|
56128
56214
|
:exampleMetadata: fixture=_generated
|
|
56129
56215
|
|
|
56130
56216
|
Example::
|
|
@@ -56619,6 +56705,7 @@ class CfnVPNConnectionRoute(
|
|
|
56619
56705
|
For more information, see `AWS Site-to-Site VPN <https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html>`_ in the *AWS Site-to-Site VPN User Guide* .
|
|
56620
56706
|
|
|
56621
56707
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnectionroute.html
|
|
56708
|
+
:cloudformationResource: AWS::EC2::VPNConnectionRoute
|
|
56622
56709
|
:exampleMetadata: fixture=_generated
|
|
56623
56710
|
|
|
56624
56711
|
Example::
|
|
@@ -56808,6 +56895,7 @@ class CfnVPNGateway(
|
|
|
56808
56895
|
For more information, see `AWS Site-to-Site VPN <https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html>`_ in the *AWS Site-to-Site VPN User Guide* .
|
|
56809
56896
|
|
|
56810
56897
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpngateway.html
|
|
56898
|
+
:cloudformationResource: AWS::EC2::VPNGateway
|
|
56811
56899
|
:exampleMetadata: fixture=_generated
|
|
56812
56900
|
|
|
56813
56901
|
Example::
|
|
@@ -57047,6 +57135,7 @@ class CfnVPNGatewayRoutePropagation(
|
|
|
57047
57135
|
If you reference a VPN gateway that is in the same template as your VPN gateway route propagation, you must explicitly declare a dependency on the VPN gateway attachment. The ``AWS::EC2::VPNGatewayRoutePropagation`` resource cannot use the VPN gateway until it has successfully attached to the VPC. Add a `DependsOn Attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ in the ``AWS::EC2::VPNGatewayRoutePropagation`` resource to explicitly declare a dependency on the VPN gateway attachment.
|
|
57048
57136
|
|
|
57049
57137
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpngatewayroutepropagation.html
|
|
57138
|
+
:cloudformationResource: AWS::EC2::VPNGatewayRoutePropagation
|
|
57050
57139
|
:exampleMetadata: fixture=_generated
|
|
57051
57140
|
|
|
57052
57141
|
Example::
|
|
@@ -57245,6 +57334,7 @@ class CfnVerifiedAccessEndpoint(
|
|
|
57245
57334
|
It must be attached to an AWS Verified Access group. An AWS Verified Access endpoint must also have an attached access policy before you attached it to a group.
|
|
57246
57335
|
|
|
57247
57336
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html
|
|
57337
|
+
:cloudformationResource: AWS::EC2::VerifiedAccessEndpoint
|
|
57248
57338
|
:exampleMetadata: fixture=_generated
|
|
57249
57339
|
|
|
57250
57340
|
Example::
|
|
@@ -58110,6 +58200,7 @@ class CfnVerifiedAccessGroup(
|
|
|
58110
58200
|
'''Describes a Verified Access group.
|
|
58111
58201
|
|
|
58112
58202
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessgroup.html
|
|
58203
|
+
:cloudformationResource: AWS::EC2::VerifiedAccessGroup
|
|
58113
58204
|
:exampleMetadata: fixture=_generated
|
|
58114
58205
|
|
|
58115
58206
|
Example::
|
|
@@ -58462,6 +58553,7 @@ class CfnVerifiedAccessInstance(
|
|
|
58462
58553
|
'''Describes a Verified Access instance.
|
|
58463
58554
|
|
|
58464
58555
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessinstance.html
|
|
58556
|
+
:cloudformationResource: AWS::EC2::VerifiedAccessInstance
|
|
58465
58557
|
:exampleMetadata: fixture=_generated
|
|
58466
58558
|
|
|
58467
58559
|
Example::
|
|
@@ -59365,6 +59457,7 @@ class CfnVerifiedAccessTrustProvider(
|
|
|
59365
59457
|
'''Describes a Verified Access trust provider.
|
|
59366
59458
|
|
|
59367
59459
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.html
|
|
59460
|
+
:cloudformationResource: AWS::EC2::VerifiedAccessTrustProvider
|
|
59368
59461
|
:exampleMetadata: fixture=_generated
|
|
59369
59462
|
|
|
59370
59463
|
Example::
|
|
@@ -60049,6 +60142,7 @@ class CfnVolume(
|
|
|
60049
60142
|
If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
|
|
60050
60143
|
|
|
60051
60144
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html
|
|
60145
|
+
:cloudformationResource: AWS::EC2::Volume
|
|
60052
60146
|
:exampleMetadata: fixture=_generated
|
|
60053
60147
|
|
|
60054
60148
|
Example::
|
|
@@ -60373,6 +60467,7 @@ class CfnVolumeAttachment(
|
|
|
60373
60467
|
If the root volume is detached from an instance with an AWS Marketplace product code, then the product codes from that volume are no longer associated with the instance.
|
|
60374
60468
|
|
|
60375
60469
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volumeattachment.html
|
|
60470
|
+
:cloudformationResource: AWS::EC2::VolumeAttachment
|
|
60376
60471
|
:exampleMetadata: fixture=_generated
|
|
60377
60472
|
|
|
60378
60473
|
Example::
|