Commit c4fa99b
authored
feat: update L1 CloudFormation resource definitions (#36277)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
**L1 CloudFormation resource definition changes:**
```
├[~] service aws-cloudfront
│ └ resources
│ ├[~] resource AWS::CloudFront::ConnectionFunction
│ │ └ - arnTemplate: undefined
│ │ + arnTemplate: arn:${Partition}:cloudfront::${Account}:connection-function/${Id}
│ └[~] resource AWS::CloudFront::TrustStore
│ └ - arnTemplate: undefined
│ + arnTemplate: arn:${Partition}:cloudfront::${Account}:trust-store/${Id}
├[~] service aws-lambda
│ └ resources
│ ├[~] resource AWS::Lambda::CapacityProvider
│ │ └ - arnTemplate: undefined
│ │ + arnTemplate: arn:${Partition}:lambda:${Region}:${Account}:capacity-provider:${CapacityProviderName}
│ └[~] resource AWS::Lambda::Function
│ ├ properties
│ │ └[+] DurableConfig: DurableConfig
│ └ types
│ └[+] type DurableConfig
│ ├ name: DurableConfig
│ └ properties
│ ├ ExecutionTimeout: integer (required)
│ └ RetentionPeriodInDays: integer (default=14)
├[~] service aws-mediaconnect
│ └ resources
│ ├[~] resource AWS::MediaConnect::RouterInput
│ │ └ - arnTemplate: undefined
│ │ + arnTemplate: arn:${Partition}:mediaconnect:${Region}:${Account}:routerInput:${RouterInputId}
│ ├[~] resource AWS::MediaConnect::RouterNetworkInterface
│ │ └ - arnTemplate: undefined
│ │ + arnTemplate: arn:${Partition}:mediaconnect:${Region}:${Account}:routerNetworkInterface:${RouterNetworkInterfaceId}
│ └[~] resource AWS::MediaConnect::RouterOutput
│ └ - arnTemplate: undefined
│ + arnTemplate: arn:${Partition}:mediaconnect:${Region}:${Account}:routerOutput:${RouterOutputId}
├[~] service aws-networkfirewall
│ └ resources
│ └[~] resource AWS::NetworkFirewall::RuleGroup
│ └ - arnTemplate: arn:${Partition}:network-firewall:${Region}:${Account}:stateful-rulegroup/${Name}
│ + arnTemplate: arn:${Partition}:network-firewall:${Region}:${Account}:stateless-rulegroup/${Name}
└[~] service aws-pinpoint
└ resources
├[~] resource AWS::Pinpoint::PushTemplate
│ └ - arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/PUSH
│ + arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/EMAIL
└[~] resource AWS::Pinpoint::SmsTemplate
└ - arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/SMS
+ arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/EMAIL
```1 parent 5858006 commit c4fa99b
File tree
5 files changed
+20
-26
lines changed- packages
- @aws-cdk/mixins-preview
- aws-cdk-lib
- aws-lambda/lib
- tools/@aws-cdk/spec2cdk
5 files changed
+20
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
| 658 | + | |
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
164 | 157 | | |
165 | 158 | | |
166 | 159 | | |
| |||
0 commit comments