Commit c746365
⭐ 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 0f11da0 commit c746365
File tree
30 files changed
+6524
-177
lines changed- .github/actions/spelling
- providers/aws
- resources
30 files changed
+6524
-177
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
44 | 47 | | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| 128 | + | |
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| 132 | + | |
125 | 133 | | |
126 | 134 | | |
| 135 | + | |
127 | 136 | | |
128 | 137 | | |
129 | 138 | | |
| |||
172 | 181 | | |
173 | 182 | | |
174 | 183 | | |
| 184 | + | |
175 | 185 | | |
176 | 186 | | |
| 187 | + | |
177 | 188 | | |
178 | 189 | | |
179 | 190 | | |
| |||
191 | 202 | | |
192 | 203 | | |
193 | 204 | | |
| 205 | + | |
194 | 206 | | |
| 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