Skip to content

Commit 1088827

Browse files
tas50claude
andcommitted
📄 Update enum value comments in AWS .lr schema
Update securityPolicy enum values for API Gateway (new TLS 1.3 policies) and platform enum values for AppStream fleet (WINDOWS_SERVER_2025, ROCKY_LINUX8, UBUNTU_PRO_2404). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 710cc5e commit 1088827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/aws/resources/aws.lr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5055,7 +5055,7 @@ private aws.apigateway.restapi @defaults("name id") {
50555055
binaryMediaTypes []string
50565056
// Version identifier for the API
50575057
version string
5058-
// TLS version and cipher suite for the API (TLS_1_0 or TLS_1_2)
5058+
// TLS version and cipher suite for the API (TLS_1_0, TLS_1_2, SecurityPolicy_TLS13_1_3_2025_09, SecurityPolicy_TLS13_1_3_FIPS_2025_09, SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09, SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09, SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09, SecurityPolicy_TLS13_1_2_PQ_2025_09, SecurityPolicy_TLS13_1_2_2021_06, SecurityPolicy_TLS13_2025_EDGE, SecurityPolicy_TLS12_PFS_2025_EDGE, SecurityPolicy_TLS12_2018_EDGE)
50595059
securityPolicy string
50605060
// Resource policy for the API (JSON string)
50615061
policy string
@@ -7138,7 +7138,7 @@ private aws.appstream.fleet @defaults("name state fleetType region") {
71387138
imageName string
71397139
// ARN of the image used to create the fleet
71407140
imageArn string
7141-
// Operating system platform: WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, or RHEL8
7141+
// Operating system platform: WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, WINDOWS_SERVER_2025, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8, or UBUNTU_PRO_2404
71427142
platform string
71437143
// Time when the fleet was created
71447144
createdAt time

0 commit comments

Comments
 (0)