Commit 40a5142
authored
feat: update L1 CloudFormation resource definitions (#37260)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
**L1 CloudFormation resource definition changes:**
```
├[~] service aws-bedrockagentcore
│ └ resources
│ ├[~] resource AWS::BedrockAgentCore::Evaluator
│ │ └ - arnTemplate: undefined
│ │ + arnTemplate: arn:${Partition}:bedrock-agentcore:${Region}:${Account}:evaluator/${EvaluatorId}
│ ├[~] resource AWS::BedrockAgentCore::OnlineEvaluationConfig
│ │ └ - arnTemplate: undefined
│ │ + arnTemplate: arn:${Partition}:bedrock-agentcore:${Region}:${Account}:online-evaluation-config/${OnlineEvaluationConfigId}
│ └[~] resource AWS::BedrockAgentCore::PolicyEngine
│ └ - arnTemplate: undefined
│ + arnTemplate: arn:${Partition}:bedrock-agentcore:${Region}:${Account}:policy-engine/${PolicyEngineId}
├[~] service aws-devopsagent
│ └ resources
│ └[~] resource AWS::DevOpsAgent::Service
│ └ - arnTemplate: undefined
│ + arnTemplate: arn:${Partition}:aidevops:${Region}:${Account}:service/${ServiceId}
├[~] service aws-directoryservice
│ └ resources
│ └[~] resource AWS::DirectoryService::MicrosoftAD
│ └ - arnTemplate: arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}
│ + arnTemplate: arn:${Partition}:ds:${Region}:${Account}:${DirectoryId}
├[~] service aws-ecr
│ ├ resources
│ │ └[~] resource AWS::ECR::Repository
│ │ └ events
│ │ ├[~] event aws.ecr@ECRImageAction
│ │ │ └ types
│ │ │ └[~] type ECRImageAction
│ │ │ └ properties
│ │ │ ├[+] last-activated-at: string
│ │ │ └[+] target-storage-class: string
│ │ └[~] event aws.ecr@ECRReferrerAction
│ │ └ types
│ │ └[~] type ECRReferrerAction
│ │ └ properties
│ │ ├[+] last-activated-at: string
│ │ └[+] target-storage-class: string
│ └ events
│ ├[~] event aws.ecr@ECRImageAction
│ │ └ types
│ │ └[~] type ECRImageAction
│ │ └ properties
│ │ ├[+] last-activated-at: string
│ │ └[+] target-storage-class: string
│ └[~] event aws.ecr@ECRReferrerAction
│ └ types
│ └[~] type ECRReferrerAction
│ └ properties
│ ├[+] last-activated-at: string
│ └[+] target-storage-class: string
├[~] service aws-networkfirewall
│ └ events
│ ├[+] event aws.networkfirewall@FirewallAttachmentStatusChanged
│ │ ├ description: Schema for event type FirewallAttachmentStatusChanged, published by AWS service aws.networkfirewall
│ │ │ source: aws.network-firewall
│ │ │ detailType: Firewall Attachment Status Changed
│ │ │ rootProperty: FirewallAttachmentStatusChanged
│ │ └ types
│ │ ├ type DataItem
│ │ │ └ properties
│ │ │ ├ Availability Zone: string (required)
│ │ │ ├ Current Attachment Status: string (required)
│ │ │ ├ Endpoint ID: string
│ │ │ └ Previous Attachment Status: string
│ │ ├ type FirewallAttachmentStatusChanged
│ │ │ └ properties
│ │ │ ├ data: DataItem[] (required)
│ │ │ ├ metadata: Metadata (required)
│ │ │ └ version: string (required)
│ │ └ type Metadata
│ │ └ properties
│ │ └ State Change ID: string (required)
│ ├[+] event aws.networkfirewall@FirewallConfigurationChanged
│ │ ├ description: Schema for event type FirewallConfigurationChanged, published by AWS service aws.networkfirewall
│ │ │ source: aws.network-firewall
│ │ │ detailType: Firewall Configuration Changed
│ │ │ rootProperty: FirewallConfigurationChanged
│ │ └ types
│ │ ├ type DataItem
│ │ │ └ properties
│ │ │ ├ Availability Zone: string (required)
│ │ │ ├ Configuration Resource ARN: string (required)
│ │ │ ├ Current Configuration Sync Status: string (required)
│ │ │ ├ Previous Configuration Sync Status: string
│ │ │ ├ Current Configuration Update Token: string
│ │ │ └ Previous Configuration Update Token: string
│ │ ├ type FirewallConfigurationChanged
│ │ │ └ properties
│ │ │ ├ data: DataItem[] (required)
│ │ │ ├ metadata: Metadata (required)
│ │ │ └ version: string (required)
│ │ └ type Metadata
│ │ └ properties
│ │ └ State Change ID: string (required)
│ └[+] event aws.networkfirewall@FirewallTransitGatewayAttachmentStatusChanged
│ ├ description: Schema for event type FirewallTransitGatewayAttachmentStatusChanged, published by AWS service aws.networkfirewall
│ │ source: aws.network-firewall
│ │ detailType: Firewall Transit Gateway Attachment Status Changed
│ │ rootProperty: FirewallTransitGatewayAttachmentStatusChanged
│ └ types
│ ├ type Data
│ │ └ properties
│ │ ├ Current Transit Gateway Attachment Status: string (required)
│ │ ├ Attachment ID: string
│ │ └ Previous Transit Gateway Attachment Status: string
│ ├ type FirewallTransitGatewayAttachmentStatusChanged
│ │ └ properties
│ │ ├ data: Data (required)
│ │ ├ metadata: Metadata (required)
│ │ └ version: string (required)
│ └ type Metadata
│ └ properties
│ └ State Change ID: string (required)
├[~] service aws-pinpoint
│ └ resources
│ └[~] resource AWS::Pinpoint::InAppTemplate
│ └ - arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/SMS
│ + arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/VOICE
└[~] service aws-ram
└ resources
└[~] resource AWS::RAM::Permission
└ - arnTemplate: arn:${Partition}:ram:${Region}:${Account}:permission/${ResourcePath}
+ arnTemplate: arn:${Partition}:ram::${Account}:permission/${ResourcePath}
```1 parent ac4e2d4 commit 40a5142
6 files changed
Lines changed: 16 additions & 13 deletions
File tree
- packages
- @aws-cdk/mixins-preview
- lib/services/aws-networkfirewall
- aws-cdk-lib
- tools/@aws-cdk/spec2cdk
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| |||
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
323 | | - | |
| 324 | + | |
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments