Skip to content

Commit 8c93291

Browse files
feat: update L1 CloudFormation resource definitions (#31917)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec` **L1 CloudFormation resource definition changes:** ``` ├[~] service aws-appsync │ └ resources │ └[~] resource AWS::AppSync::GraphQLApi │ ├ properties │ │ └ EnvironmentVariables: - json │ │ + json ⇐ Map<string, string> │ ├ attributes │ │ └ Id: (documentation changed) │ └ types │ └[~] type LambdaAuthorizerConfig │ └ properties │ └ AuthorizerResultTtlInSeconds: - number │ + integer ⇐ number ├[~] service aws-autoscaling │ └ resources │ └[~] resource AWS::AutoScaling::AutoScalingGroup │ ├ properties │ │ ├[+] AvailabilityZoneDistribution: AvailabilityZoneDistribution │ │ └ TrafficSources: (documentation changed) │ └ types │ ├[+] type AvailabilityZoneDistribution │ │ ├ name: AvailabilityZoneDistribution │ │ └ properties │ │ └CapacityDistributionStrategy: string │ └[~] type TrafficSourceIdentifier │ ├ - documentation: undefined │ │ + documentation: Identifying information for a traffic source. │ └ properties │ ├ Identifier: (documentation changed) │ └ Type: (documentation changed) ├[~] service aws-backup │ └ resources │ └[+] resource AWS::Backup::LogicallyAirGappedBackupVault │ ├ name: LogicallyAirGappedBackupVault │ │ cloudFormationType: AWS::Backup::LogicallyAirGappedBackupVault │ │ documentation: Creates a logical container to where backups may be copied. │ │ This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID. │ │ > Do not include sensitive data, such as passport numbers, in the name of a backup vault. │ │ tagInformation: {"tagPropertyName":"BackupVaultTags","variant":"map"} │ ├ properties │ │ ├AccessPolicy: json | string │ │ ├BackupVaultName: string (required, immutable) │ │ ├MinRetentionDays: integer (required, immutable) │ │ ├MaxRetentionDays: integer (required, immutable) │ │ ├BackupVaultTags: Map<string, string> │ │ ├Notifications: NotificationObjectType │ │ ├VaultState: string │ │ └VaultType: string │ ├ attributes │ │ ├BackupVaultArn: string │ │ └EncryptionKeyArn: string │ └ types │ └type NotificationObjectType │ ├ name: NotificationObjectType │ └ properties │ ├BackupVaultEvents: Array<string> (required) │ └SNSTopicArn: string (required) ├[~] service aws-bedrock │ └ resources │ ├[~] resource AWS::Bedrock::Flow │ │ └ types │ │ └[~] type PromptModelInferenceConfiguration │ │ └ properties │ │ └ TopK: (documentation changed) │ ├[~] resource AWS::Bedrock::FlowVersion │ │ └ types │ │ └[~] type PromptModelInferenceConfiguration │ │ └ properties │ │ └ TopK: (documentation changed) │ ├[~] resource AWS::Bedrock::Prompt │ │ └ types │ │ └[~] type PromptModelInferenceConfiguration │ │ └ properties │ │ └ TopK: (documentation changed) │ └[~] resource AWS::Bedrock::PromptVersion │ └ types │ └[~] type PromptModelInferenceConfiguration │ └ properties │ └ TopK: (documentation changed) ├[~] service aws-cognito │ └ resources │ └[~] resource AWS::Cognito::UserPoolIdentityProvider │ ├ properties │ │ ├ AttributeMapping: - json │ │ │ + Map<string, string> ⇐ json │ │ └ ProviderDetails: - json │ │ + Map<string, string> ⇐ json (required) │ └ attributes │ └ Id: (documentation changed) ├[~] service aws-ec2 │ └ resources │ ├[~] resource AWS::EC2::CapacityReservation │ │ └ properties │ │ └ UnusedReservationBillingOwnerId: (documentation changed) │ └[~] resource AWS::EC2::EIP │ └ properties │ ├[+] Address: string (immutable) │ └[+] IpamPoolId: string (immutable) ├[~] service aws-eks │ └ resources │ └[~] resource AWS::EKS::Cluster │ ├ properties │ │ ├ Name: (documentation changed) │ │ └ ZonalShiftConfig: (documentation changed) │ └ types │ └[~] type ZonalShiftConfig │ ├ - documentation: The current zonal shift configuration to use for the cluster. │ │ + documentation: The configuration for zonal shift for the cluster. │ └ properties │ └ Enabled: (documentation changed) ├[~] service aws-elasticache │ └ resources │ ├[~] resource AWS::ElastiCache::CacheCluster │ │ └ properties │ │ └ Engine: (documentation changed) │ ├[~] resource AWS::ElastiCache::GlobalReplicationGroup │ │ └ properties │ │ └[+] Engine: string │ └[~] resource AWS::ElastiCache::ReplicationGroup │ └ properties │ └ Engine: (documentation changed) ├[~] service aws-imagebuilder │ └ resources │ └[~] resource AWS::ImageBuilder::InfrastructureConfiguration │ ├ properties │ │ └[+] Placement: Placement │ └ types │ └[+] type Placement │ ├ documentation: By default, EC2 instances run on shared tenancy hardware. This means that multiple AWS accounts might share the same physical hardware. When you use dedicated hardware, the physical server that hosts your instances is dedicated to your AWS account . Instance placement settings contain the details for the physical hardware where instances that Image Builder launches during image creation will run. │ │ name: Placement │ └ properties │ ├AvailabilityZone: string │ ├Tenancy: string │ ├HostId: string │ └HostResourceGroupArn: string ├[~] service aws-iot │ └ resources │ ├[~] resource AWS::IoT::DomainConfiguration │ │ ├ properties │ │ │ ├ ApplicationProtocol: (documentation changed) │ │ │ ├ AuthenticationType: (documentation changed) │ │ │ └ ClientCertificateConfig: (documentation changed) │ │ └ types │ │ └[~] type ClientCertificateConfig │ │ ├ - documentation: An object that specifies the client certificate configuration for a domain. │ │ │ > This property isn't available in China. │ │ │ + documentation: An object that specifies the client certificate configuration for a domain. │ │ └ properties │ │ └ ClientCertificateCallbackArn: (documentation changed) │ └[~] resource AWS::IoT::SoftwarePackageVersion │ └ properties │ ├ Attributes: (documentation changed) │ ├ Description: (documentation changed) │ ├ PackageName: (documentation changed) │ ├ Tags: (documentation changed) │ └ VersionName: (documentation changed) ├[~] service aws-iotwireless │ └ resources │ └[~] resource AWS::IoTWireless::WirelessDeviceImportTask │ └ types │ └[~] type Sidewalk │ └ properties │ └ Role: (documentation changed) ├[~] service aws-memorydb │ └ resources │ └[~] resource AWS::MemoryDB::Cluster │ └ properties │ └[+] Engine: string ├[~] service aws-qbusiness │ └ resources │ ├[~] resource AWS::QBusiness::DataSource │ │ └ properties │ │ └ Configuration: (documentation changed) │ └[~] resource AWS::QBusiness::WebExperience │ └ properties │ └ Origins: (documentation changed) ├[~] service aws-redshift │ └ resources │ └[~] resource AWS::Redshift::Integration │ ├ - documentation: Integration from a source AWS service to a Redshift cluster │ │ + documentation: Describes a zero-ETL integration. │ └ properties │ ├ AdditionalEncryptionContext: (documentation changed) │ ├ KMSKeyId: (documentation changed) │ ├ SourceArn: (documentation changed) │ ├ Tags: (documentation changed) │ └ TargetArn: (documentation changed) ├[~] service aws-refactorspaces │ └ resources │ └[~] resource AWS::RefactorSpaces::Environment │ └ properties │ ├ Name: - string (required, immutable) │ │ + string (immutable) │ └ NetworkFabricType: - string (required, immutable) │ + string (immutable) ├[~] service aws-resiliencehub │ └ resources │ └[~] resource AWS::ResilienceHub::ResiliencyPolicy │ └ properties │ └ PolicyDescription: (documentation changed) ├[~] service aws-route53 │ └ resources │ └[~] resource AWS::Route53::RecordSet │ └ types │ └[~] type AliasTarget │ └ properties │ └ EvaluateTargetHealth: - boolean │ + boolean (default=false) └[~] service aws-sagemaker └ resources ├[~] resource AWS::SageMaker::Domain │ ├ properties │ │ └[+] TagPropagation: string │ └ types │ └[~] type DomainSettings │ └ properties │ └[+] ExecutionRoleIdentityConfig: string └[~] resource AWS::SageMaker::Endpoint └ attributes └[+] EndpointArn: string ```
1 parent 5c6cc5e commit 8c93291

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

packages/@aws-cdk/cloudformation-diff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"license": "Apache-2.0",
2525
"dependencies": {
26-
"@aws-cdk/aws-service-spec": "^0.1.29",
27-
"@aws-cdk/service-spec-types": "^0.0.96",
26+
"@aws-cdk/aws-service-spec": "^0.1.30",
27+
"@aws-cdk/service-spec-types": "^0.0.97",
2828
"chalk": "^4",
2929
"diff": "^5.2.0",
3030
"fast-deep-equal": "^3.1.3",

packages/@aws-cdk/integ-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@aws-cdk/cloudformation-diff": "0.0.0",
7676
"@aws-cdk/cx-api": "0.0.0",
7777
"cdk-assets": "^2.155.17",
78-
"@aws-cdk/aws-service-spec": "^0.1.29",
78+
"@aws-cdk/aws-service-spec": "^0.1.30",
7979
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
8080
"aws-cdk": "0.0.0",
8181
"chalk": "^4",

packages/aws-cdk-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"mime-types": "^2.1.35"
137137
},
138138
"devDependencies": {
139-
"@aws-cdk/aws-service-spec": "^0.1.29",
139+
"@aws-cdk/aws-service-spec": "^0.1.30",
140140
"@aws-cdk/cdk-build-tools": "0.0.0",
141141
"@aws-cdk/custom-resource-handlers": "0.0.0",
142142
"@aws-cdk/pkglint": "0.0.0",

tools/@aws-cdk/spec2cdk/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"license": "Apache-2.0",
3434
"dependencies": {
35-
"@aws-cdk/aws-service-spec": "^0.1.29",
36-
"@aws-cdk/service-spec-importers": "^0.0.52",
37-
"@aws-cdk/service-spec-types": "^0.0.96",
35+
"@aws-cdk/aws-service-spec": "^0.1.30",
36+
"@aws-cdk/service-spec-importers": "^0.0.53",
37+
"@aws-cdk/service-spec-types": "^0.0.97",
3838
"@cdklabs/tskb": "^0.0.3",
3939
"@cdklabs/typewriter": "^0.0.3",
4040
"camelcase": "^6",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.0.tgz#6d3c7860354d4856a7e75375f2f0ecab313b4989"
6464
integrity sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==
6565

66-
"@aws-cdk/aws-service-spec@^0.1.29":
67-
version "0.1.29"
68-
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.29.tgz#484d9eeba1f118fa6b19cb99a8b7fe4230300105"
69-
integrity sha512-Muix3tlJNVWb+Wv5gXt3SLuFWGJ8km8tDpa9u0n+PMxu5/0oG7UJXe6YLdjefW7N80vp8eHaHJrlszk36/BTlQ==
66+
"@aws-cdk/aws-service-spec@^0.1.30":
67+
version "0.1.30"
68+
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.30.tgz#2528c7549f0c0740a7ce94eef28352ae77c5bf9a"
69+
integrity sha512-k+6R6V+KERMXD4FCD2jpYNm4CcxhAmTyGSR0YrWWVZeNGNPA3b06SONphr+xgwnd9SKbPXcH7q5GnGoa7aetaw==
7070
dependencies:
71-
"@aws-cdk/service-spec-types" "^0.0.96"
71+
"@aws-cdk/service-spec-types" "^0.0.97"
7272
"@cdklabs/tskb" "^0.0.3"
7373

7474
"@aws-cdk/cloud-assembly-schema@^38.0.1":
@@ -106,12 +106,12 @@
106106
resolved "https://registry.npmjs.org/@aws-cdk/lambda-layer-kubectl-v31/-/lambda-layer-kubectl-v31-2.0.0.tgz#d87799d7d0d5dad77af45281a36942e4b7996b6b"
107107
integrity sha512-8JI0sMDbqCubOyt1TbQFEwicYok9KYSrNSfzREgjGJcoPy17/Kd0gbe44ATyLMfjae7dExUhhwKMhr6GK7Hmrw==
108108

109-
"@aws-cdk/service-spec-importers@^0.0.52":
110-
version "0.0.52"
111-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.52.tgz#d841621a2dff91d23764b5dc56fda891d32b7f74"
112-
integrity sha512-RpuVC4qk1cjdXQRaWg5n48OXzOU4XIRIBZuceW9Pis73VUH1D4XeCeDNHfTizna5N1UfMszIfUs/PSZ7lFKNYw==
109+
"@aws-cdk/service-spec-importers@^0.0.53":
110+
version "0.0.53"
111+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.53.tgz#f70b8230d8de97ce1b76ca00eae77ba53725275e"
112+
integrity sha512-rgHz4HiKgjpUOsJrEH9+V14dvSSB4JGAl59GdvdwlOlBFKoTDDoE93O9uvNNjmEqzuiCUBrXOz/M9lSmsNBy1w==
113113
dependencies:
114-
"@aws-cdk/service-spec-types" "^0.0.96"
114+
"@aws-cdk/service-spec-types" "^0.0.97"
115115
"@cdklabs/tskb" "^0.0.3"
116116
ajv "^6"
117117
canonicalize "^2.0.0"
@@ -122,10 +122,10 @@
122122
glob "^8"
123123
sort-json "^2.0.1"
124124

125-
"@aws-cdk/service-spec-types@^0.0.96":
126-
version "0.0.96"
127-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.96.tgz#6c63441b5ef32a83e594b82368ceb97b8971dcd7"
128-
integrity sha512-s30Xq+XCvPV6WHFZPK/n1I/PwS7EV/V5ENvrXhHY7tk4TVYp8NEdLd3AXq2wdYnKJiJxLXxeWQNcogTAeJlvoQ==
125+
"@aws-cdk/service-spec-types@^0.0.97":
126+
version "0.0.97"
127+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.97.tgz#2b0be868c176966e43ccdf184474454cbfc8f954"
128+
integrity sha512-bdB8uRvedlq+vll0GTLIJ5NKZVbNLoMIxoPIsS0mug5ULgd3kDQ4IdBcZeUY0tF8DnGEw6bZ7Qi08IOTB65o8g==
129129
dependencies:
130130
"@cdklabs/tskb" "^0.0.3"
131131

0 commit comments

Comments
 (0)