Commit 428392c
⭐ Add 6 new typed resources and ~50 fields across 20 AWS services
Add 6 new typed resources:
- aws.vpc.routetable.route for typed VPC route table entries
- aws.elb.listener, aws.elb.loadbalancer.attribute, aws.elb.targetgroup.attributes
- aws.s3.bucket.encryptionRule, aws.s3.bucket.replicationRule
Add ~50 new fields across 20 existing resources:
- EC2: bootMode, sourceDestCheck, ipv6Address on instances; description on images
- ECS: enableExecuteCommand, schedulingStrategy, platformFamily, cpu/memory on tasks
- ELB: ipAddressType, listeners(), instances(), typed attributes on load balancers
- RDS: licenseModel, maxAllocatedStorage, dedicatedLogVolume, storageThroughput,
engineMode, earliestRestorableTime on clusters
- IAM: path on users, roles, and groups
- S3: typed encryptionRules() and replicationRules() on buckets
- Lambda: state, codeSize, stateReason, lastUpdateStatus
- CloudWatch: actionsEnabled on alarms; dataProtectionStatus, deletionProtection on log groups
- CodeBuild: createdAt, modifiedAt, privilegedMode, encryptionKey, timeouts
- ElastiCache: preferredMaintenanceWindow; subnets on serverless caches
- SageMaker: rootAccess, minimumInstanceMetadataServiceVersion, subnet
- SNS: kmsMasterKey on topics
- SQS: deduplicationScope, fifoThroughputLimit on queues
- SSM: agentVersion, lastPingedAt, computerName on instances
- Redshift: clusterAvailabilityStatus, multiAZ, ipAddressType
- ACM: renewalEligible, signatureAlgorithm on certificates
- CloudFront: comment on distributions
- DynamoDB: latestStreamLabel on tables
Signed-off-by: Tim Smith <tsmith84@gmail.com>1 parent 924e2d2 commit 428392c
File tree
25 files changed
+3226
-159
lines changed- .github/actions/spelling
- providers/aws
- resources
25 files changed
+3226
-159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
86 | | - | |
87 | 84 | | |
88 | 85 | | |
89 | 86 | | |
| |||
122 | 119 | | |
123 | 120 | | |
124 | 121 | | |
125 | | - | |
126 | 122 | | |
127 | 123 | | |
128 | 124 | | |
| 125 | + | |
129 | 126 | | |
130 | 127 | | |
131 | 128 | | |
| |||
174 | 171 | | |
175 | 172 | | |
176 | 173 | | |
| 174 | + | |
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
| |||
188 | 186 | | |
189 | 187 | | |
190 | 188 | | |
191 | | - | |
192 | 189 | | |
193 | 190 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments