Commit 339d214
⭐ Add 15 new typed resources and ~50 fields across 23 AWS services
New typed resources:
- aws.fsx.volume: FSx ONTAP and OpenZFS volumes with flattened config fields
- aws.ec2.transitgateway: Transit gateways with flattened Options fields
- aws.neptune.snapshot: Neptune DB cluster snapshots (per-cluster)
- aws.redshift.snapshot: Redshift cluster snapshots (per-cluster)
- aws.backup.plan: Backup plans with lazy-loaded rules
- aws.backup.plan.rule: Backup plan rules with schedule, lifecycle, copy actions
- aws.backup.plan.rule.copyAction: Cross-region/account backup copies
- aws.backup.plan.advancedBackupSetting: Resource-specific backup options
- aws.backup.lifecycle: Typed lifecycle settings (cold storage, deletion)
- aws.elb.listener: ALB/NLB listeners with protocol, port, SSL policy
- aws.elb.loadbalancer.attribute: Typed LB attributes (deletion protection, access logs, etc.)
- aws.elb.targetgroup.attributes: Typed TG attributes (stickiness, algorithm, etc.)
- aws.vpc.routetable.route: Typed VPC route table entries
- aws.s3.bucket.encryptionRule: Typed S3 encryption rules
- aws.s3.bucket.replicationRule: Typed S3 replication rules
New fields on 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, snapshots()
- ACM: renewalEligible, signatureAlgorithm on certificates
- CloudFront: comment on distributions
- DynamoDB: latestStreamLabel on tables
- ECR: lifecyclePolicy, scanningFrequency on repositories
- Neptune: snapshots() on clusters
- FSx: volumes() on service
- Backup: plans() on service
Signed-off-by: Tim Smith <tsmith84@gmail.com>1 parent 924e2d2 commit 339d214
File tree
30 files changed
+6524
-182
lines changed- .github/actions/spelling
- providers/aws
- resources
30 files changed
+6524
-182
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 | 47 | | |
47 | 48 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | | - | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| 178 | + | |
176 | 179 | | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
191 | | - | |
192 | 195 | | |
| 196 | + | |
193 | 197 | | |
| 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