Commit f3d74bb
authored
feat: update L1 CloudFormation resource definitions (#29257)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
**L1 CloudFormation resource definition changes:**
```
├[~] service aws-applicationinsights
│ └ resources
│ └[~] resource AWS::ApplicationInsights::Application
│ └ properties
│ └[+] AttachMissingPermission: boolean
├[~] service aws-controltower
│ └ resources
│ └[~] resource AWS::ControlTower::EnabledControl
│ └ properties
│ └ Tags: (documentation changed)
├[~] service aws-customerprofiles
│ └ resources
│ ├[~] resource AWS::CustomerProfiles::Domain
│ │ └ properties
│ │ └ DefaultExpirationDays: - integer
│ │ + integer (required)
│ └[~] resource AWS::CustomerProfiles::ObjectType
│ └ properties
│ ├ Description: - string
│ │ + string (required)
│ └ ObjectTypeName: - string (immutable)
│ + string (required, immutable)
├[~] service aws-ec2
│ └ resources
│ ├[~] resource AWS::EC2::EC2Fleet
│ │ └ types
│ │ └[~] type InstanceRequirementsRequest
│ │ └ properties
│ │ └ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: (documentation changed)
│ └[~] resource AWS::EC2::SpotFleet
│ └ types
│ └[~] type InstanceRequirementsRequest
│ └ properties
│ └ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: (documentation changed)
├[~] service aws-glue
│ └ resources
│ └[~] resource AWS::Glue::DataCatalogEncryptionSettings
│ └ types
│ └[~] type EncryptionAtRest
│ └ properties
│ └ CatalogEncryptionServiceRole: (documentation changed)
├[~] service aws-lambda
│ └ resources
│ └[~] resource AWS::Lambda::Function
│ └ attributes
│ ├ SnapStartResponse: (documentation changed)
│ ├ SnapStartResponse.ApplyOn: (documentation changed)
│ └ SnapStartResponse.OptimizationStatus: (documentation changed)
├[~] service aws-quicksight
│ └ resources
│ └[~] resource AWS::QuickSight::Dashboard
│ └ properties
│ └[+] LinkEntities: Array<string>
└[~] service aws-sagemaker
└ resources
└[~] resource AWS::SageMaker::FeatureGroup
└ types
├[~] type OnlineStoreConfig
│ └ properties
│ └ TtlDuration: (documentation changed)
└[~] type TtlDuration
├ - documentation: TTL configuration of the feature group
│ + documentation: Time to live duration, where the record is hard deleted after the expiration time is reached; `ExpiresAt` = `EventTime` + `TtlDuration` . For information on HardDelete, see the [DeleteRecord](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html) API in the Amazon SageMaker API Reference guide.
└ properties
├ Unit: (documentation changed)
└ Value: (documentation changed)
```1 parent c52ff08 commit f3d74bb
File tree
5 files changed
+15
-15
lines changed- packages
- @aws-cdk
- cloudformation-diff
- integ-runner
- aws-cdk-lib
- tools/@aws-cdk/spec2cdk
5 files changed
+15
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments