terraconstructs 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +486 -272
- package/go.mod +83 -77
- package/go.sum +175 -159
- package/lib/asset-staging.js +1 -1
- package/lib/aws/arn.js +1 -1
- package/lib/aws/aws-asset-manager.js +1 -1
- package/lib/aws/aws-construct.js +1 -1
- package/lib/aws/aws-stack.js +1 -1
- package/lib/aws/aws-tags.js +2 -2
- package/lib/aws/cloudwatch/actions/appscaling.js +1 -1
- package/lib/aws/cloudwatch/actions/ec2.js +1 -1
- package/lib/aws/cloudwatch/actions/lambda.js +1 -1
- package/lib/aws/cloudwatch/actions/sns.js +1 -1
- package/lib/aws/cloudwatch/actions/ssm.js +2 -2
- package/lib/aws/cloudwatch/alarm-base.js +1 -1
- package/lib/aws/cloudwatch/alarm-rule.js +1 -1
- package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
- package/lib/aws/cloudwatch/alarm.js +1 -1
- package/lib/aws/cloudwatch/composite-alarm.js +1 -1
- package/lib/aws/cloudwatch/dashboard.js +1 -1
- package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
- package/lib/aws/cloudwatch/graph.js +8 -8
- package/lib/aws/cloudwatch/layout.js +3 -3
- package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
- package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
- package/lib/aws/cloudwatch/log-group.js +1 -1
- package/lib/aws/cloudwatch/log-query.js +1 -1
- package/lib/aws/cloudwatch/log-stream.js +1 -1
- package/lib/aws/cloudwatch/metric-filter.js +1 -1
- package/lib/aws/cloudwatch/metric.js +2 -2
- package/lib/aws/cloudwatch/pattern.js +3 -3
- package/lib/aws/cloudwatch/policy.js +1 -1
- package/lib/aws/cloudwatch/query-definition.js +2 -2
- package/lib/aws/cloudwatch/stats.js +1 -1
- package/lib/aws/cloudwatch/subscription-filter.js +1 -1
- package/lib/aws/cloudwatch/text.js +1 -1
- package/lib/aws/cloudwatch/variable.js +3 -3
- package/lib/aws/cloudwatch/widget.js +1 -1
- package/lib/aws/compute/access-log.js +4 -4
- package/lib/aws/compute/activity.js +1 -1
- package/lib/aws/compute/alb/application-listener-action.js +1 -1
- package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
- package/lib/aws/compute/alb/application-listener-rule.js +1 -1
- package/lib/aws/compute/alb/application-listener.js +1 -1
- package/lib/aws/compute/alb/application-load-balancer.js +1 -1
- package/lib/aws/compute/alb/application-target-group.js +1 -1
- package/lib/aws/compute/alb/conditions.js +1 -1
- package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
- package/lib/aws/compute/alb/trust-store.js +1 -1
- package/lib/aws/compute/api-definition.js +3 -3
- package/lib/aws/compute/api-key.js +2 -2
- package/lib/aws/compute/architecture.js +1 -1
- package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
- package/lib/aws/compute/authorizer.js +1 -1
- package/lib/aws/compute/authorizers/identity-source.js +1 -1
- package/lib/aws/compute/authorizers/lambda.js +2 -2
- package/lib/aws/compute/base-path-mapping.js +1 -1
- package/lib/aws/compute/base-scalable-attribute.js +1 -1
- package/lib/aws/compute/bastion-host.js +1 -1
- package/lib/aws/compute/chain.js +1 -1
- package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
- package/lib/aws/compute/client-vpn-endpoint.js +2 -2
- package/lib/aws/compute/client-vpn-route.js +2 -2
- package/lib/aws/compute/code.js +8 -8
- package/lib/aws/compute/condition.js +1 -1
- package/lib/aws/compute/connections.js +1 -1
- package/lib/aws/compute/cors.js +1 -1
- package/lib/aws/compute/deployment.js +1 -1
- package/lib/aws/compute/domain-name.js +1 -1
- package/lib/aws/compute/event-invoke-config.js +1 -1
- package/lib/aws/compute/event-source-filter.js +2 -2
- package/lib/aws/compute/event-source-mapping.js +1 -1
- package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
- package/lib/aws/compute/event-sources/s3.js +1 -1
- package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
- package/lib/aws/compute/event-sources/sqs.js +1 -1
- package/lib/aws/compute/fields.js +4 -4
- package/lib/aws/compute/function-alias.js +1 -1
- package/lib/aws/compute/function-base.js +2 -2
- package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
- package/lib/aws/compute/function-destinations/function.js +1 -1
- package/lib/aws/compute/function-destinations/sqs.js +1 -1
- package/lib/aws/compute/function-nodejs/function.js +1 -1
- package/lib/aws/compute/function-url.js +1 -1
- package/lib/aws/compute/function-vpc-config.generated.d.ts +3 -3
- package/lib/aws/compute/function-vpc-config.generated.js +1 -1
- package/lib/aws/compute/function.js +1 -1
- package/lib/aws/compute/gateway-response.js +2 -2
- package/lib/aws/compute/handler.js +1 -1
- package/lib/aws/compute/instance-types.js +1 -1
- package/lib/aws/compute/instance.js +1 -1
- package/lib/aws/compute/integration.js +1 -1
- package/lib/aws/compute/integrations/aws.js +1 -1
- package/lib/aws/compute/integrations/http.js +1 -1
- package/lib/aws/compute/integrations/lambda.js +1 -1
- package/lib/aws/compute/integrations/mock.js +1 -1
- package/lib/aws/compute/integrations/stepfunctions.js +1 -1
- package/lib/aws/compute/ip-addresses.js +2 -2
- package/lib/aws/compute/ipam.js +1 -1
- package/lib/aws/compute/key-pair.js +1 -1
- package/lib/aws/compute/lambda-api.js +1 -1
- package/lib/aws/compute/launch-template.js +2 -2
- package/lib/aws/compute/lb-shared/base-listener.js +1 -1
- package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
- package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
- package/lib/aws/compute/lb-shared/lb-listener-config.generated.d.ts +37 -31
- package/lib/aws/compute/lb-shared/lb-listener-config.generated.js +1 -1
- package/lib/aws/compute/lb-shared/lb-target-group-attachment-config.generated.d.ts +10 -4
- package/lib/aws/compute/lb-shared/lb-target-group-attachment-config.generated.js +1 -1
- package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
- package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
- package/lib/aws/compute/lb-targets/alb-target.js +3 -3
- package/lib/aws/compute/lb-targets/instance-target.js +2 -2
- package/lib/aws/compute/lb-targets/ip-target.js +1 -1
- package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
- package/lib/aws/compute/load-balancer.js +3 -3
- package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
- package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
- package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
- package/lib/aws/compute/machine-image/common.js +1 -1
- package/lib/aws/compute/machine-image/machine-image.js +8 -8
- package/lib/aws/compute/method.js +1 -1
- package/lib/aws/compute/model.js +3 -3
- package/lib/aws/compute/nat.js +5 -5
- package/lib/aws/compute/network-acl-types.js +2 -2
- package/lib/aws/compute/network-acl.js +3 -3
- package/lib/aws/compute/nlb/network-listener-action.js +1 -1
- package/lib/aws/compute/nlb/network-listener.js +1 -1
- package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
- package/lib/aws/compute/nlb/network-target-group.js +1 -1
- package/lib/aws/compute/peer.js +1 -1
- package/lib/aws/compute/placement-group.js +1 -1
- package/lib/aws/compute/port.js +1 -1
- package/lib/aws/compute/prefix-list.js +1 -1
- package/lib/aws/compute/requestvalidator.js +1 -1
- package/lib/aws/compute/resource.js +3 -3
- package/lib/aws/compute/restapi.js +3 -3
- package/lib/aws/compute/route.js +10 -10
- package/lib/aws/compute/runtime.d.ts +8 -0
- package/lib/aws/compute/runtime.js +20 -7
- package/lib/aws/compute/scalable-target.js +1 -1
- package/lib/aws/compute/schedule.js +1 -1
- package/lib/aws/compute/security-group.js +1 -1
- package/lib/aws/compute/stage.js +2 -2
- package/lib/aws/compute/state-graph.js +1 -1
- package/lib/aws/compute/state-machine-fragment.js +1 -1
- package/lib/aws/compute/state-machine.js +4 -4
- package/lib/aws/compute/states/choice.js +1 -1
- package/lib/aws/compute/states/custom-state.js +1 -1
- package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
- package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
- package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
- package/lib/aws/compute/states/distributed-map.js +1 -1
- package/lib/aws/compute/states/fail.js +1 -1
- package/lib/aws/compute/states/map-base.js +1 -1
- package/lib/aws/compute/states/map.js +1 -1
- package/lib/aws/compute/states/parallel.js +1 -1
- package/lib/aws/compute/states/pass.js +2 -2
- package/lib/aws/compute/states/state.js +1 -1
- package/lib/aws/compute/states/succeed.js +1 -1
- package/lib/aws/compute/states/task-base.js +2 -2
- package/lib/aws/compute/states/task.js +1 -1
- package/lib/aws/compute/states/wait.js +2 -2
- package/lib/aws/compute/step-scaling-action.js +1 -1
- package/lib/aws/compute/step-scaling-policy.js +1 -1
- package/lib/aws/compute/stepfunctions-api.js +1 -1
- package/lib/aws/compute/subnet-v2.js +2 -2
- package/lib/aws/compute/subnet.js +1 -1
- package/lib/aws/compute/target-tracking-scaling-policy.js +1 -1
- package/lib/aws/compute/task-credentials.js +1 -1
- package/lib/aws/compute/task-input.js +1 -1
- package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
- package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
- package/lib/aws/compute/tasks/http/invoke.js +1 -1
- package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
- package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
- package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
- package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
- package/lib/aws/compute/types.js +1 -1
- package/lib/aws/compute/usage-plan.js +1 -1
- package/lib/aws/compute/user-data.js +3 -3
- package/lib/aws/compute/volume.js +2 -2
- package/lib/aws/compute/vpc-endpoint-service.js +1 -1
- package/lib/aws/compute/vpc-endpoint.js +6 -6
- package/lib/aws/compute/vpc-flow-logs.js +8 -6
- package/lib/aws/compute/vpc-link.js +1 -1
- package/lib/aws/compute/vpc-v2-base.js +1 -1
- package/lib/aws/compute/vpc-v2.js +2 -2
- package/lib/aws/compute/vpc.js +4 -4
- package/lib/aws/compute/vpn.js +3 -3
- package/lib/aws/edge/certificate.js +1 -1
- package/lib/aws/edge/distribution.js +3 -3
- package/lib/aws/edge/dns-alias-record-targets.js +6 -6
- package/lib/aws/edge/dns-record.js +13 -13
- package/lib/aws/edge/dns-zone.js +1 -1
- package/lib/aws/edge/function.js +2 -2
- package/lib/aws/edge/key-value-store.js +4 -4
- package/lib/aws/edge/origin.js +3 -3
- package/lib/aws/edge/response-headers-policy.js +1 -1
- package/lib/aws/encryption/alias.js +1 -1
- package/lib/aws/encryption/key.js +1 -1
- package/lib/aws/encryption/via-service-principal.js +1 -1
- package/lib/aws/iam/grant.js +2 -2
- package/lib/aws/iam/group.js +1 -1
- package/lib/aws/iam/instance-profile.js +1 -1
- package/lib/aws/iam/managed-policy.js +1 -1
- package/lib/aws/iam/oidc-provider.js +1 -1
- package/lib/aws/iam/policy-document-config.generated.d.ts +8 -8
- package/lib/aws/iam/policy-document-config.generated.js +1 -1
- package/lib/aws/iam/policy-document.js +1 -1
- package/lib/aws/iam/policy-statement-props.generated.d.ts +8 -8
- package/lib/aws/iam/policy-statement-props.generated.js +1 -1
- package/lib/aws/iam/policy-statement.js +1 -1
- package/lib/aws/iam/policy.js +1 -1
- package/lib/aws/iam/principals.js +20 -20
- package/lib/aws/iam/role.js +1 -1
- package/lib/aws/iam/saml-provider.js +2 -2
- package/lib/aws/iam/unknown-principal.js +1 -1
- package/lib/aws/iam/user.js +1 -1
- package/lib/aws/network/simple-ipv4-vpc.js +1 -1
- package/lib/aws/network/subnet-group.js +3 -3
- package/lib/aws/network/subnet.js +4 -4
- package/lib/aws/notify/archive.js +1 -1
- package/lib/aws/notify/connection.js +3 -3
- package/lib/aws/notify/event-bus.js +3 -3
- package/lib/aws/notify/event-pattern.js +1 -1
- package/lib/aws/notify/input.js +2 -2
- package/lib/aws/notify/kinesis-stream.js +1 -1
- package/lib/aws/notify/notification-rule.js +1 -1
- package/lib/aws/notify/policy.js +1 -1
- package/lib/aws/notify/queue-config.generated.d.ts +18 -12
- package/lib/aws/notify/queue-config.generated.js +1 -1
- package/lib/aws/notify/queue-policy.js +1 -1
- package/lib/aws/notify/queue.js +1 -1
- package/lib/aws/notify/resource-policy.js +1 -1
- package/lib/aws/notify/rule.js +1 -1
- package/lib/aws/notify/schedule.js +1 -1
- package/lib/aws/notify/subscription-filter.js +1 -1
- package/lib/aws/notify/subscription.js +4 -4
- package/lib/aws/notify/subscriptions/email.js +1 -1
- package/lib/aws/notify/subscriptions/lambda.js +1 -1
- package/lib/aws/notify/subscriptions/sms.js +1 -1
- package/lib/aws/notify/subscriptions/sqs.js +1 -1
- package/lib/aws/notify/subscriptions/url.js +1 -1
- package/lib/aws/notify/targets/event-bus.js +1 -1
- package/lib/aws/notify/targets/function.js +1 -1
- package/lib/aws/notify/targets/log-group.js +2 -2
- package/lib/aws/notify/targets/sqs.js +1 -1
- package/lib/aws/notify/targets/state-machine.js +1 -1
- package/lib/aws/notify/topic-base.js +1 -1
- package/lib/aws/notify/topic.js +1 -1
- package/lib/aws/provider-config.generated.d.ts +41 -33
- package/lib/aws/provider-config.generated.js +1 -1
- package/lib/aws/storage/assets/image-asset.js +3 -3
- package/lib/aws/storage/assets/s3.js +1 -1
- package/lib/aws/storage/auth-token.js +2 -2
- package/lib/aws/storage/billing.js +1 -1
- package/lib/aws/storage/bucket-notifications.js +1 -1
- package/lib/aws/storage/bucket-policy.js +1 -1
- package/lib/aws/storage/bucket-source.js +1 -1
- package/lib/aws/storage/bucket.js +2 -2
- package/lib/aws/storage/capacity.js +1 -1
- package/lib/aws/storage/cors-config.generated.d.ts +9 -3
- package/lib/aws/storage/cors-config.generated.js +1 -1
- package/lib/aws/storage/cors-rule-config.generated.d.ts +5 -5
- package/lib/aws/storage/cors-rule-config.generated.js +1 -1
- package/lib/aws/storage/ecr-repository.js +3 -3
- package/lib/aws/storage/encryption.js +1 -1
- package/lib/aws/storage/lifecycle-config.generated.d.ts +7 -7
- package/lib/aws/storage/lifecycle-config.generated.js +1 -1
- package/lib/aws/storage/notification-targets/function.js +1 -1
- package/lib/aws/storage/notification-targets/queue.js +1 -1
- package/lib/aws/storage/origin-access-identity.js +1 -1
- package/lib/aws/storage/parameter.js +2 -2
- package/lib/aws/storage/table.js +3 -3
- package/lib/aws/storage/website-config.generated.d.ts +11 -5
- package/lib/aws/storage/website-config.generated.js +1 -1
- package/lib/bundling.js +3 -3
- package/lib/construct-base.js +2 -2
- package/lib/duration.js +1 -1
- package/lib/expiration.js +1 -1
- package/lib/fs/ignore.js +4 -4
- package/lib/fs/index.js +1 -1
- package/lib/size.js +1 -1
- package/lib/stack-base.js +1 -1
- package/lib/terra-func.js +1 -1
- package/lib/time-zone.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@cdktf/provider-archive": "^11.0.0",
|
|
19
|
-
"@cdktf/provider-aws": "^
|
|
19
|
+
"@cdktf/provider-aws": "^21.22.0",
|
|
20
20
|
"@cdktf/provider-cloudinit": "^11.0.0",
|
|
21
21
|
"@cdktf/provider-docker": "^12.0.2",
|
|
22
22
|
"@cdktf/provider-time": "^11.0.0",
|
|
@@ -168,8 +168,10 @@
|
|
|
168
168
|
"@cdktf/provider-aws.appstreamStack": {},
|
|
169
169
|
"@cdktf/provider-aws.appstreamUser": {},
|
|
170
170
|
"@cdktf/provider-aws.appstreamUserStackAssociation": {},
|
|
171
|
+
"@cdktf/provider-aws.appsyncApi": {},
|
|
171
172
|
"@cdktf/provider-aws.appsyncApiCache": {},
|
|
172
173
|
"@cdktf/provider-aws.appsyncApiKey": {},
|
|
174
|
+
"@cdktf/provider-aws.appsyncChannelNamespace": {},
|
|
173
175
|
"@cdktf/provider-aws.appsyncDatasource": {},
|
|
174
176
|
"@cdktf/provider-aws.appsyncDomainName": {},
|
|
175
177
|
"@cdktf/provider-aws.appsyncDomainNameApiAssociation": {},
|
|
@@ -231,8 +233,22 @@
|
|
|
231
233
|
"@cdktf/provider-aws.bedrockagentAgentCollaborator": {},
|
|
232
234
|
"@cdktf/provider-aws.bedrockagentAgentKnowledgeBaseAssociation": {},
|
|
233
235
|
"@cdktf/provider-aws.bedrockagentDataSource": {},
|
|
236
|
+
"@cdktf/provider-aws.bedrockagentFlow": {},
|
|
234
237
|
"@cdktf/provider-aws.bedrockagentKnowledgeBase": {},
|
|
235
238
|
"@cdktf/provider-aws.bedrockagentPrompt": {},
|
|
239
|
+
"@cdktf/provider-aws.bedrockagentcoreAgentRuntime": {},
|
|
240
|
+
"@cdktf/provider-aws.bedrockagentcoreAgentRuntimeEndpoint": {},
|
|
241
|
+
"@cdktf/provider-aws.bedrockagentcoreApiKeyCredentialProvider": {},
|
|
242
|
+
"@cdktf/provider-aws.bedrockagentcoreBrowser": {},
|
|
243
|
+
"@cdktf/provider-aws.bedrockagentcoreCodeInterpreter": {},
|
|
244
|
+
"@cdktf/provider-aws.bedrockagentcoreGateway": {},
|
|
245
|
+
"@cdktf/provider-aws.bedrockagentcoreGatewayTarget": {},
|
|
246
|
+
"@cdktf/provider-aws.bedrockagentcoreMemory": {},
|
|
247
|
+
"@cdktf/provider-aws.bedrockagentcoreMemoryStrategy": {},
|
|
248
|
+
"@cdktf/provider-aws.bedrockagentcoreOauth2CredentialProvider": {},
|
|
249
|
+
"@cdktf/provider-aws.bedrockagentcoreTokenVaultCmk": {},
|
|
250
|
+
"@cdktf/provider-aws.bedrockagentcoreWorkloadIdentity": {},
|
|
251
|
+
"@cdktf/provider-aws.billingView": {},
|
|
236
252
|
"@cdktf/provider-aws.budgetsBudget": {},
|
|
237
253
|
"@cdktf/provider-aws.budgetsBudgetAction": {},
|
|
238
254
|
"@cdktf/provider-aws.ceAnomalyMonitor": {},
|
|
@@ -317,6 +333,7 @@
|
|
|
317
333
|
"@cdktf/provider-aws.cloudwatchLogResourcePolicy": {},
|
|
318
334
|
"@cdktf/provider-aws.cloudwatchLogStream": {},
|
|
319
335
|
"@cdktf/provider-aws.cloudwatchLogSubscriptionFilter": {},
|
|
336
|
+
"@cdktf/provider-aws.cloudwatchLogTransformer": {},
|
|
320
337
|
"@cdktf/provider-aws.cloudwatchMetricAlarm": {},
|
|
321
338
|
"@cdktf/provider-aws.cloudwatchMetricStream": {},
|
|
322
339
|
"@cdktf/provider-aws.cloudwatchQueryDefinition": {},
|
|
@@ -354,6 +371,8 @@
|
|
|
354
371
|
"@cdktf/provider-aws.cognitoIdentityPoolProviderPrincipalTag": {},
|
|
355
372
|
"@cdktf/provider-aws.cognitoIdentityPoolRolesAttachment": {},
|
|
356
373
|
"@cdktf/provider-aws.cognitoIdentityProvider": {},
|
|
374
|
+
"@cdktf/provider-aws.cognitoLogDeliveryConfiguration": {},
|
|
375
|
+
"@cdktf/provider-aws.cognitoManagedLoginBranding": {},
|
|
357
376
|
"@cdktf/provider-aws.cognitoManagedUserPoolClient": {},
|
|
358
377
|
"@cdktf/provider-aws.cognitoResourceServer": {},
|
|
359
378
|
"@cdktf/provider-aws.cognitoRiskConfiguration": {},
|
|
@@ -389,6 +408,7 @@
|
|
|
389
408
|
"@cdktf/provider-aws.connectInstanceStorageConfig": {},
|
|
390
409
|
"@cdktf/provider-aws.connectLambdaFunctionAssociation": {},
|
|
391
410
|
"@cdktf/provider-aws.connectPhoneNumber": {},
|
|
411
|
+
"@cdktf/provider-aws.connectPhoneNumberContactFlowAssociation": {},
|
|
392
412
|
"@cdktf/provider-aws.connectQueue": {},
|
|
393
413
|
"@cdktf/provider-aws.connectQuickConnect": {},
|
|
394
414
|
"@cdktf/provider-aws.connectRoutingProfile": {},
|
|
@@ -397,6 +417,7 @@
|
|
|
397
417
|
"@cdktf/provider-aws.connectUserHierarchyGroup": {},
|
|
398
418
|
"@cdktf/provider-aws.connectUserHierarchyStructure": {},
|
|
399
419
|
"@cdktf/provider-aws.connectVocabulary": {},
|
|
420
|
+
"@cdktf/provider-aws.controltowerBaseline": {},
|
|
400
421
|
"@cdktf/provider-aws.controltowerControl": {},
|
|
401
422
|
"@cdktf/provider-aws.controltowerLandingZone": {},
|
|
402
423
|
"@cdktf/provider-aws.costoptimizationhubEnrollmentStatus": {},
|
|
@@ -428,6 +449,7 @@
|
|
|
428
449
|
"@cdktf/provider-aws.dataAwsApigatewayv2Apis": {},
|
|
429
450
|
"@cdktf/provider-aws.dataAwsApigatewayv2Export": {},
|
|
430
451
|
"@cdktf/provider-aws.dataAwsApigatewayv2VpcLink": {},
|
|
452
|
+
"@cdktf/provider-aws.dataAwsAppconfigApplication": {},
|
|
431
453
|
"@cdktf/provider-aws.dataAwsAppconfigConfigurationProfile": {},
|
|
432
454
|
"@cdktf/provider-aws.dataAwsAppconfigConfigurationProfiles": {},
|
|
433
455
|
"@cdktf/provider-aws.dataAwsAppconfigEnvironment": {},
|
|
@@ -467,6 +489,7 @@
|
|
|
467
489
|
"@cdktf/provider-aws.dataAwsBedrockInferenceProfiles": {},
|
|
468
490
|
"@cdktf/provider-aws.dataAwsBedrockagentAgentVersions": {},
|
|
469
491
|
"@cdktf/provider-aws.dataAwsBillingServiceAccount": {},
|
|
492
|
+
"@cdktf/provider-aws.dataAwsBillingViews": {},
|
|
470
493
|
"@cdktf/provider-aws.dataAwsBudgetsBudget": {},
|
|
471
494
|
"@cdktf/provider-aws.dataAwsCallerIdentity": {},
|
|
472
495
|
"@cdktf/provider-aws.dataAwsCanonicalUserId": {},
|
|
@@ -612,12 +635,14 @@
|
|
|
612
635
|
"@cdktf/provider-aws.dataAwsEc2TransitGatewayVpnAttachment": {},
|
|
613
636
|
"@cdktf/provider-aws.dataAwsEcrAuthorizationToken": {},
|
|
614
637
|
"@cdktf/provider-aws.dataAwsEcrImage": {},
|
|
638
|
+
"@cdktf/provider-aws.dataAwsEcrImages": {},
|
|
615
639
|
"@cdktf/provider-aws.dataAwsEcrLifecyclePolicyDocument": {},
|
|
616
640
|
"@cdktf/provider-aws.dataAwsEcrPullThroughCacheRule": {},
|
|
617
641
|
"@cdktf/provider-aws.dataAwsEcrRepositories": {},
|
|
618
642
|
"@cdktf/provider-aws.dataAwsEcrRepository": {},
|
|
619
643
|
"@cdktf/provider-aws.dataAwsEcrRepositoryCreationTemplate": {},
|
|
620
644
|
"@cdktf/provider-aws.dataAwsEcrpublicAuthorizationToken": {},
|
|
645
|
+
"@cdktf/provider-aws.dataAwsEcrpublicImages": {},
|
|
621
646
|
"@cdktf/provider-aws.dataAwsEcsCluster": {},
|
|
622
647
|
"@cdktf/provider-aws.dataAwsEcsClusters": {},
|
|
623
648
|
"@cdktf/provider-aws.dataAwsEcsContainerDefinition": {},
|
|
@@ -808,6 +833,22 @@
|
|
|
808
833
|
"@cdktf/provider-aws.dataAwsOamLinks": {},
|
|
809
834
|
"@cdktf/provider-aws.dataAwsOamSink": {},
|
|
810
835
|
"@cdktf/provider-aws.dataAwsOamSinks": {},
|
|
836
|
+
"@cdktf/provider-aws.dataAwsOdbCloudAutonomousVmCluster": {},
|
|
837
|
+
"@cdktf/provider-aws.dataAwsOdbCloudAutonomousVmClusters": {},
|
|
838
|
+
"@cdktf/provider-aws.dataAwsOdbCloudExadataInfrastructure": {},
|
|
839
|
+
"@cdktf/provider-aws.dataAwsOdbCloudExadataInfrastructures": {},
|
|
840
|
+
"@cdktf/provider-aws.dataAwsOdbCloudVmCluster": {},
|
|
841
|
+
"@cdktf/provider-aws.dataAwsOdbCloudVmClusters": {},
|
|
842
|
+
"@cdktf/provider-aws.dataAwsOdbDbNode": {},
|
|
843
|
+
"@cdktf/provider-aws.dataAwsOdbDbNodes": {},
|
|
844
|
+
"@cdktf/provider-aws.dataAwsOdbDbServer": {},
|
|
845
|
+
"@cdktf/provider-aws.dataAwsOdbDbServers": {},
|
|
846
|
+
"@cdktf/provider-aws.dataAwsOdbDbSystemShapes": {},
|
|
847
|
+
"@cdktf/provider-aws.dataAwsOdbGiVersions": {},
|
|
848
|
+
"@cdktf/provider-aws.dataAwsOdbNetwork": {},
|
|
849
|
+
"@cdktf/provider-aws.dataAwsOdbNetworkPeeringConnection": {},
|
|
850
|
+
"@cdktf/provider-aws.dataAwsOdbNetworkPeeringConnections": {},
|
|
851
|
+
"@cdktf/provider-aws.dataAwsOdbNetworks": {},
|
|
811
852
|
"@cdktf/provider-aws.dataAwsOpensearchDomain": {},
|
|
812
853
|
"@cdktf/provider-aws.dataAwsOpensearchserverlessAccessPolicy": {},
|
|
813
854
|
"@cdktf/provider-aws.dataAwsOpensearchserverlessCollection": {},
|
|
@@ -854,6 +895,7 @@
|
|
|
854
895
|
"@cdktf/provider-aws.dataAwsRdsClusterParameterGroup": {},
|
|
855
896
|
"@cdktf/provider-aws.dataAwsRdsClusters": {},
|
|
856
897
|
"@cdktf/provider-aws.dataAwsRdsEngineVersion": {},
|
|
898
|
+
"@cdktf/provider-aws.dataAwsRdsGlobalCluster": {},
|
|
857
899
|
"@cdktf/provider-aws.dataAwsRdsOrderableDbInstance": {},
|
|
858
900
|
"@cdktf/provider-aws.dataAwsRdsReservedInstanceOffering": {},
|
|
859
901
|
"@cdktf/provider-aws.dataAwsRedshiftCluster": {},
|
|
@@ -861,7 +903,6 @@
|
|
|
861
903
|
"@cdktf/provider-aws.dataAwsRedshiftDataShares": {},
|
|
862
904
|
"@cdktf/provider-aws.dataAwsRedshiftOrderableCluster": {},
|
|
863
905
|
"@cdktf/provider-aws.dataAwsRedshiftProducerDataShares": {},
|
|
864
|
-
"@cdktf/provider-aws.dataAwsRedshiftServiceAccount": {},
|
|
865
906
|
"@cdktf/provider-aws.dataAwsRedshiftSubnetGroup": {},
|
|
866
907
|
"@cdktf/provider-aws.dataAwsRedshiftserverlessCredentials": {},
|
|
867
908
|
"@cdktf/provider-aws.dataAwsRedshiftserverlessNamespace": {},
|
|
@@ -888,6 +929,7 @@
|
|
|
888
929
|
"@cdktf/provider-aws.dataAwsRoute53Zones": {},
|
|
889
930
|
"@cdktf/provider-aws.dataAwsRouteTable": {},
|
|
890
931
|
"@cdktf/provider-aws.dataAwsRouteTables": {},
|
|
932
|
+
"@cdktf/provider-aws.dataAwsS3AccessPoint": {},
|
|
891
933
|
"@cdktf/provider-aws.dataAwsS3AccountPublicAccessBlock": {},
|
|
892
934
|
"@cdktf/provider-aws.dataAwsS3Bucket": {},
|
|
893
935
|
"@cdktf/provider-aws.dataAwsS3BucketObject": {},
|
|
@@ -994,6 +1036,7 @@
|
|
|
994
1036
|
"@cdktf/provider-aws.dataAwsVpclatticeService": {},
|
|
995
1037
|
"@cdktf/provider-aws.dataAwsVpclatticeServiceNetwork": {},
|
|
996
1038
|
"@cdktf/provider-aws.dataAwsVpcs": {},
|
|
1039
|
+
"@cdktf/provider-aws.dataAwsVpnConnection": {},
|
|
997
1040
|
"@cdktf/provider-aws.dataAwsVpnGateway": {},
|
|
998
1041
|
"@cdktf/provider-aws.dataAwsWafIpset": {},
|
|
999
1042
|
"@cdktf/provider-aws.dataAwsWafRateBasedRule": {},
|
|
@@ -1144,6 +1187,7 @@
|
|
|
1144
1187
|
"@cdktf/provider-aws.ebsSnapshotCopy": {},
|
|
1145
1188
|
"@cdktf/provider-aws.ebsSnapshotImport": {},
|
|
1146
1189
|
"@cdktf/provider-aws.ebsVolume": {},
|
|
1190
|
+
"@cdktf/provider-aws.ec2AllowedImagesSettings": {},
|
|
1147
1191
|
"@cdktf/provider-aws.ec2AvailabilityZoneGroup": {},
|
|
1148
1192
|
"@cdktf/provider-aws.ec2CapacityBlockReservation": {},
|
|
1149
1193
|
"@cdktf/provider-aws.ec2CapacityReservation": {},
|
|
@@ -1207,6 +1251,7 @@
|
|
|
1207
1251
|
"@cdktf/provider-aws.ecsCapacityProvider": {},
|
|
1208
1252
|
"@cdktf/provider-aws.ecsCluster": {},
|
|
1209
1253
|
"@cdktf/provider-aws.ecsClusterCapacityProviders": {},
|
|
1254
|
+
"@cdktf/provider-aws.ecsExpressGatewayService": {},
|
|
1210
1255
|
"@cdktf/provider-aws.ecsService": {},
|
|
1211
1256
|
"@cdktf/provider-aws.ecsTag": {},
|
|
1212
1257
|
"@cdktf/provider-aws.ecsTaskDefinition": {},
|
|
@@ -1224,6 +1269,7 @@
|
|
|
1224
1269
|
"@cdktf/provider-aws.eksAccessEntry": {},
|
|
1225
1270
|
"@cdktf/provider-aws.eksAccessPolicyAssociation": {},
|
|
1226
1271
|
"@cdktf/provider-aws.eksAddon": {},
|
|
1272
|
+
"@cdktf/provider-aws.eksCapability": {},
|
|
1227
1273
|
"@cdktf/provider-aws.eksCluster": {},
|
|
1228
1274
|
"@cdktf/provider-aws.eksFargateProfile": {},
|
|
1229
1275
|
"@cdktf/provider-aws.eksIdentityProviderConfig": {},
|
|
@@ -1274,6 +1320,7 @@
|
|
|
1274
1320
|
"@cdktf/provider-aws.finspaceKxUser": {},
|
|
1275
1321
|
"@cdktf/provider-aws.finspaceKxVolume": {},
|
|
1276
1322
|
"@cdktf/provider-aws.fisExperimentTemplate": {},
|
|
1323
|
+
"@cdktf/provider-aws.fisTargetAccountConfiguration": {},
|
|
1277
1324
|
"@cdktf/provider-aws.flowLog": {},
|
|
1278
1325
|
"@cdktf/provider-aws.fmsAdminAccount": {},
|
|
1279
1326
|
"@cdktf/provider-aws.fmsPolicy": {},
|
|
@@ -1288,6 +1335,7 @@
|
|
|
1288
1335
|
"@cdktf/provider-aws.fsxOpenzfsFileSystem": {},
|
|
1289
1336
|
"@cdktf/provider-aws.fsxOpenzfsSnapshot": {},
|
|
1290
1337
|
"@cdktf/provider-aws.fsxOpenzfsVolume": {},
|
|
1338
|
+
"@cdktf/provider-aws.fsxS3AccessPointAttachment": {},
|
|
1291
1339
|
"@cdktf/provider-aws.fsxWindowsFileSystem": {},
|
|
1292
1340
|
"@cdktf/provider-aws.gameliftAlias": {},
|
|
1293
1341
|
"@cdktf/provider-aws.gameliftBuild": {},
|
|
@@ -1402,6 +1450,7 @@
|
|
|
1402
1450
|
"@cdktf/provider-aws.internetGateway": {},
|
|
1403
1451
|
"@cdktf/provider-aws.internetGatewayAttachment": {},
|
|
1404
1452
|
"@cdktf/provider-aws.internetmonitorMonitor": {},
|
|
1453
|
+
"@cdktf/provider-aws.invoicingInvoiceUnit": {},
|
|
1405
1454
|
"@cdktf/provider-aws.iotAuthorizer": {},
|
|
1406
1455
|
"@cdktf/provider-aws.iotBillingGroup": {},
|
|
1407
1456
|
"@cdktf/provider-aws.iotCaCertificate": {},
|
|
@@ -1454,13 +1503,16 @@
|
|
|
1454
1503
|
"@cdktf/provider-aws.kmsReplicaKey": {},
|
|
1455
1504
|
"@cdktf/provider-aws.lakeformationDataCellsFilter": {},
|
|
1456
1505
|
"@cdktf/provider-aws.lakeformationDataLakeSettings": {},
|
|
1506
|
+
"@cdktf/provider-aws.lakeformationIdentityCenterConfiguration": {},
|
|
1457
1507
|
"@cdktf/provider-aws.lakeformationLfTag": {},
|
|
1508
|
+
"@cdktf/provider-aws.lakeformationLfTagExpression": {},
|
|
1458
1509
|
"@cdktf/provider-aws.lakeformationOptIn": {},
|
|
1459
1510
|
"@cdktf/provider-aws.lakeformationPermissions": {},
|
|
1460
1511
|
"@cdktf/provider-aws.lakeformationResource": {},
|
|
1461
1512
|
"@cdktf/provider-aws.lakeformationResourceLfTag": {},
|
|
1462
1513
|
"@cdktf/provider-aws.lakeformationResourceLfTags": {},
|
|
1463
1514
|
"@cdktf/provider-aws.lambdaAlias": {},
|
|
1515
|
+
"@cdktf/provider-aws.lambdaCapacityProvider": {},
|
|
1464
1516
|
"@cdktf/provider-aws.lambdaCodeSigningConfig": {},
|
|
1465
1517
|
"@cdktf/provider-aws.lambdaEventSourceMapping": {},
|
|
1466
1518
|
"@cdktf/provider-aws.lambdaFunction": {},
|
|
@@ -1576,6 +1628,7 @@
|
|
|
1576
1628
|
"@cdktf/provider-aws.mskconnectWorkerConfiguration": {},
|
|
1577
1629
|
"@cdktf/provider-aws.mwaaEnvironment": {},
|
|
1578
1630
|
"@cdktf/provider-aws.natGateway": {},
|
|
1631
|
+
"@cdktf/provider-aws.natGatewayEipAssociation": {},
|
|
1579
1632
|
"@cdktf/provider-aws.neptuneCluster": {},
|
|
1580
1633
|
"@cdktf/provider-aws.neptuneClusterEndpoint": {},
|
|
1581
1634
|
"@cdktf/provider-aws.neptuneClusterInstance": {},
|
|
@@ -1595,10 +1648,14 @@
|
|
|
1595
1648
|
"@cdktf/provider-aws.networkInterfaceSgAttachment": {},
|
|
1596
1649
|
"@cdktf/provider-aws.networkfirewallFirewall": {},
|
|
1597
1650
|
"@cdktf/provider-aws.networkfirewallFirewallPolicy": {},
|
|
1651
|
+
"@cdktf/provider-aws.networkfirewallFirewallTransitGatewayAttachmentAccepter": {},
|
|
1598
1652
|
"@cdktf/provider-aws.networkfirewallLoggingConfiguration": {},
|
|
1599
1653
|
"@cdktf/provider-aws.networkfirewallResourcePolicy": {},
|
|
1600
1654
|
"@cdktf/provider-aws.networkfirewallRuleGroup": {},
|
|
1601
1655
|
"@cdktf/provider-aws.networkfirewallTlsInspectionConfiguration": {},
|
|
1656
|
+
"@cdktf/provider-aws.networkfirewallVpcEndpointAssociation": {},
|
|
1657
|
+
"@cdktf/provider-aws.networkflowmonitorMonitor": {},
|
|
1658
|
+
"@cdktf/provider-aws.networkflowmonitorScope": {},
|
|
1602
1659
|
"@cdktf/provider-aws.networkmanagerAttachmentAccepter": {},
|
|
1603
1660
|
"@cdktf/provider-aws.networkmanagerConnectAttachment": {},
|
|
1604
1661
|
"@cdktf/provider-aws.networkmanagerConnectPeer": {},
|
|
@@ -1628,6 +1685,12 @@
|
|
|
1628
1685
|
"@cdktf/provider-aws.oamLink": {},
|
|
1629
1686
|
"@cdktf/provider-aws.oamSink": {},
|
|
1630
1687
|
"@cdktf/provider-aws.oamSinkPolicy": {},
|
|
1688
|
+
"@cdktf/provider-aws.observabilityadminCentralizationRuleForOrganization": {},
|
|
1689
|
+
"@cdktf/provider-aws.odbCloudAutonomousVmCluster": {},
|
|
1690
|
+
"@cdktf/provider-aws.odbCloudExadataInfrastructure": {},
|
|
1691
|
+
"@cdktf/provider-aws.odbCloudVmCluster": {},
|
|
1692
|
+
"@cdktf/provider-aws.odbNetwork": {},
|
|
1693
|
+
"@cdktf/provider-aws.odbNetworkPeeringConnection": {},
|
|
1631
1694
|
"@cdktf/provider-aws.opensearchAuthorizeVpcEndpointAccess": {},
|
|
1632
1695
|
"@cdktf/provider-aws.opensearchDomain": {},
|
|
1633
1696
|
"@cdktf/provider-aws.opensearchDomainPolicy": {},
|
|
@@ -1643,23 +1706,6 @@
|
|
|
1643
1706
|
"@cdktf/provider-aws.opensearchserverlessSecurityConfig": {},
|
|
1644
1707
|
"@cdktf/provider-aws.opensearchserverlessSecurityPolicy": {},
|
|
1645
1708
|
"@cdktf/provider-aws.opensearchserverlessVpcEndpoint": {},
|
|
1646
|
-
"@cdktf/provider-aws.opsworksApplication": {},
|
|
1647
|
-
"@cdktf/provider-aws.opsworksCustomLayer": {},
|
|
1648
|
-
"@cdktf/provider-aws.opsworksEcsClusterLayer": {},
|
|
1649
|
-
"@cdktf/provider-aws.opsworksGangliaLayer": {},
|
|
1650
|
-
"@cdktf/provider-aws.opsworksHaproxyLayer": {},
|
|
1651
|
-
"@cdktf/provider-aws.opsworksInstance": {},
|
|
1652
|
-
"@cdktf/provider-aws.opsworksJavaAppLayer": {},
|
|
1653
|
-
"@cdktf/provider-aws.opsworksMemcachedLayer": {},
|
|
1654
|
-
"@cdktf/provider-aws.opsworksMysqlLayer": {},
|
|
1655
|
-
"@cdktf/provider-aws.opsworksNodejsAppLayer": {},
|
|
1656
|
-
"@cdktf/provider-aws.opsworksPermission": {},
|
|
1657
|
-
"@cdktf/provider-aws.opsworksPhpAppLayer": {},
|
|
1658
|
-
"@cdktf/provider-aws.opsworksRailsAppLayer": {},
|
|
1659
|
-
"@cdktf/provider-aws.opsworksRdsDbInstance": {},
|
|
1660
|
-
"@cdktf/provider-aws.opsworksStack": {},
|
|
1661
|
-
"@cdktf/provider-aws.opsworksStaticWebLayer": {},
|
|
1662
|
-
"@cdktf/provider-aws.opsworksUserProfile": {},
|
|
1663
1709
|
"@cdktf/provider-aws.organizationsAccount": {},
|
|
1664
1710
|
"@cdktf/provider-aws.organizationsDelegatedAdministrator": {},
|
|
1665
1711
|
"@cdktf/provider-aws.organizationsOrganization": {},
|
|
@@ -1688,6 +1734,8 @@
|
|
|
1688
1734
|
"@cdktf/provider-aws.pipesPipe": {},
|
|
1689
1735
|
"@cdktf/provider-aws.placementGroup": {},
|
|
1690
1736
|
"@cdktf/provider-aws.prometheusAlertManagerDefinition": {},
|
|
1737
|
+
"@cdktf/provider-aws.prometheusQueryLoggingConfiguration": {},
|
|
1738
|
+
"@cdktf/provider-aws.prometheusResourcePolicy": {},
|
|
1691
1739
|
"@cdktf/provider-aws.prometheusRuleGroupNamespace": {},
|
|
1692
1740
|
"@cdktf/provider-aws.prometheusScraper": {},
|
|
1693
1741
|
"@cdktf/provider-aws.prometheusWorkspace": {},
|
|
@@ -1700,6 +1748,7 @@
|
|
|
1700
1748
|
"@cdktf/provider-aws.quicksightAccountSettings": {},
|
|
1701
1749
|
"@cdktf/provider-aws.quicksightAccountSubscription": {},
|
|
1702
1750
|
"@cdktf/provider-aws.quicksightAnalysis": {},
|
|
1751
|
+
"@cdktf/provider-aws.quicksightCustomPermissions": {},
|
|
1703
1752
|
"@cdktf/provider-aws.quicksightDashboard": {},
|
|
1704
1753
|
"@cdktf/provider-aws.quicksightDataSet": {},
|
|
1705
1754
|
"@cdktf/provider-aws.quicksightDataSource": {},
|
|
@@ -1709,13 +1758,17 @@
|
|
|
1709
1758
|
"@cdktf/provider-aws.quicksightGroupMembership": {},
|
|
1710
1759
|
"@cdktf/provider-aws.quicksightIamPolicyAssignment": {},
|
|
1711
1760
|
"@cdktf/provider-aws.quicksightIngestion": {},
|
|
1761
|
+
"@cdktf/provider-aws.quicksightIpRestriction": {},
|
|
1762
|
+
"@cdktf/provider-aws.quicksightKeyRegistration": {},
|
|
1712
1763
|
"@cdktf/provider-aws.quicksightNamespace": {},
|
|
1713
1764
|
"@cdktf/provider-aws.quicksightRefreshSchedule": {},
|
|
1765
|
+
"@cdktf/provider-aws.quicksightRoleCustomPermission": {},
|
|
1714
1766
|
"@cdktf/provider-aws.quicksightRoleMembership": {},
|
|
1715
1767
|
"@cdktf/provider-aws.quicksightTemplate": {},
|
|
1716
1768
|
"@cdktf/provider-aws.quicksightTemplateAlias": {},
|
|
1717
1769
|
"@cdktf/provider-aws.quicksightTheme": {},
|
|
1718
1770
|
"@cdktf/provider-aws.quicksightUser": {},
|
|
1771
|
+
"@cdktf/provider-aws.quicksightUserCustomPermission": {},
|
|
1719
1772
|
"@cdktf/provider-aws.quicksightVpcConnection": {},
|
|
1720
1773
|
"@cdktf/provider-aws.ramPrincipalAssociation": {},
|
|
1721
1774
|
"@cdktf/provider-aws.ramResourceAssociation": {},
|
|
@@ -1827,6 +1880,7 @@
|
|
|
1827
1880
|
"@cdktf/provider-aws.s3AccessPoint": {},
|
|
1828
1881
|
"@cdktf/provider-aws.s3AccountPublicAccessBlock": {},
|
|
1829
1882
|
"@cdktf/provider-aws.s3Bucket": {},
|
|
1883
|
+
"@cdktf/provider-aws.s3BucketAbac": {},
|
|
1830
1884
|
"@cdktf/provider-aws.s3BucketAccelerateConfiguration": {},
|
|
1831
1885
|
"@cdktf/provider-aws.s3BucketAcl": {},
|
|
1832
1886
|
"@cdktf/provider-aws.s3BucketAnalyticsConfiguration": {},
|
|
@@ -1835,6 +1889,7 @@
|
|
|
1835
1889
|
"@cdktf/provider-aws.s3BucketInventory": {},
|
|
1836
1890
|
"@cdktf/provider-aws.s3BucketLifecycleConfiguration": {},
|
|
1837
1891
|
"@cdktf/provider-aws.s3BucketLogging": {},
|
|
1892
|
+
"@cdktf/provider-aws.s3BucketMetadataConfiguration": {},
|
|
1838
1893
|
"@cdktf/provider-aws.s3BucketMetric": {},
|
|
1839
1894
|
"@cdktf/provider-aws.s3BucketNotification": {},
|
|
1840
1895
|
"@cdktf/provider-aws.s3BucketObject": {},
|
|
@@ -1869,7 +1924,12 @@
|
|
|
1869
1924
|
"@cdktf/provider-aws.s3TablesTable": {},
|
|
1870
1925
|
"@cdktf/provider-aws.s3TablesTableBucket": {},
|
|
1871
1926
|
"@cdktf/provider-aws.s3TablesTableBucketPolicy": {},
|
|
1927
|
+
"@cdktf/provider-aws.s3TablesTableBucketReplication": {},
|
|
1872
1928
|
"@cdktf/provider-aws.s3TablesTablePolicy": {},
|
|
1929
|
+
"@cdktf/provider-aws.s3TablesTableReplication": {},
|
|
1930
|
+
"@cdktf/provider-aws.s3VectorsIndex": {},
|
|
1931
|
+
"@cdktf/provider-aws.s3VectorsVectorBucket": {},
|
|
1932
|
+
"@cdktf/provider-aws.s3VectorsVectorBucketPolicy": {},
|
|
1873
1933
|
"@cdktf/provider-aws.sagemakerApp": {},
|
|
1874
1934
|
"@cdktf/provider-aws.sagemakerAppImageConfig": {},
|
|
1875
1935
|
"@cdktf/provider-aws.sagemakerCodeRepository": {},
|
|
@@ -1996,7 +2056,6 @@
|
|
|
1996
2056
|
"@cdktf/provider-aws.signerSigningJob": {},
|
|
1997
2057
|
"@cdktf/provider-aws.signerSigningProfile": {},
|
|
1998
2058
|
"@cdktf/provider-aws.signerSigningProfilePermission": {},
|
|
1999
|
-
"@cdktf/provider-aws.simpledbDomain": {},
|
|
2000
2059
|
"@cdktf/provider-aws.snapshotCreateVolumePermission": {},
|
|
2001
2060
|
"@cdktf/provider-aws.snsPlatformApplication": {},
|
|
2002
2061
|
"@cdktf/provider-aws.snsSmsPreferences": {},
|
|
@@ -2057,6 +2116,7 @@
|
|
|
2057
2116
|
"@cdktf/provider-aws.syntheticsCanary": {},
|
|
2058
2117
|
"@cdktf/provider-aws.syntheticsGroup": {},
|
|
2059
2118
|
"@cdktf/provider-aws.syntheticsGroupAssociation": {},
|
|
2119
|
+
"@cdktf/provider-aws.timestreaminfluxdbDbCluster": {},
|
|
2060
2120
|
"@cdktf/provider-aws.timestreaminfluxdbDbInstance": {},
|
|
2061
2121
|
"@cdktf/provider-aws.timestreamqueryScheduledQuery": {},
|
|
2062
2122
|
"@cdktf/provider-aws.timestreamwriteDatabase": {},
|
|
@@ -2069,11 +2129,14 @@
|
|
|
2069
2129
|
"@cdktf/provider-aws.transferAgreement": {},
|
|
2070
2130
|
"@cdktf/provider-aws.transferCertificate": {},
|
|
2071
2131
|
"@cdktf/provider-aws.transferConnector": {},
|
|
2132
|
+
"@cdktf/provider-aws.transferHostKey": {},
|
|
2072
2133
|
"@cdktf/provider-aws.transferProfile": {},
|
|
2073
2134
|
"@cdktf/provider-aws.transferServer": {},
|
|
2074
2135
|
"@cdktf/provider-aws.transferSshKey": {},
|
|
2075
2136
|
"@cdktf/provider-aws.transferTag": {},
|
|
2076
2137
|
"@cdktf/provider-aws.transferUser": {},
|
|
2138
|
+
"@cdktf/provider-aws.transferWebApp": {},
|
|
2139
|
+
"@cdktf/provider-aws.transferWebAppCustomization": {},
|
|
2077
2140
|
"@cdktf/provider-aws.transferWorkflow": {},
|
|
2078
2141
|
"@cdktf/provider-aws.verifiedaccessEndpoint": {},
|
|
2079
2142
|
"@cdktf/provider-aws.verifiedaccessGroup": {},
|
|
@@ -2092,6 +2155,7 @@
|
|
|
2092
2155
|
"@cdktf/provider-aws.vpcBlockPublicAccessOptions": {},
|
|
2093
2156
|
"@cdktf/provider-aws.vpcDhcpOptions": {},
|
|
2094
2157
|
"@cdktf/provider-aws.vpcDhcpOptionsAssociation": {},
|
|
2158
|
+
"@cdktf/provider-aws.vpcEncryptionControl": {},
|
|
2095
2159
|
"@cdktf/provider-aws.vpcEndpoint": {},
|
|
2096
2160
|
"@cdktf/provider-aws.vpcEndpointConnectionAccepter": {},
|
|
2097
2161
|
"@cdktf/provider-aws.vpcEndpointConnectionNotification": {},
|
|
@@ -2128,6 +2192,7 @@
|
|
|
2128
2192
|
"@cdktf/provider-aws.vpcSecurityGroupVpcAssociation": {},
|
|
2129
2193
|
"@cdktf/provider-aws.vpclatticeAccessLogSubscription": {},
|
|
2130
2194
|
"@cdktf/provider-aws.vpclatticeAuthPolicy": {},
|
|
2195
|
+
"@cdktf/provider-aws.vpclatticeDomainVerification": {},
|
|
2131
2196
|
"@cdktf/provider-aws.vpclatticeListener": {},
|
|
2132
2197
|
"@cdktf/provider-aws.vpclatticeListenerRule": {},
|
|
2133
2198
|
"@cdktf/provider-aws.vpclatticeResourceConfiguration": {},
|
|
@@ -2140,6 +2205,7 @@
|
|
|
2140
2205
|
"@cdktf/provider-aws.vpclatticeServiceNetworkVpcAssociation": {},
|
|
2141
2206
|
"@cdktf/provider-aws.vpclatticeTargetGroup": {},
|
|
2142
2207
|
"@cdktf/provider-aws.vpclatticeTargetGroupAttachment": {},
|
|
2208
|
+
"@cdktf/provider-aws.vpnConcentrator": {},
|
|
2143
2209
|
"@cdktf/provider-aws.vpnConnection": {},
|
|
2144
2210
|
"@cdktf/provider-aws.vpnConnectionRoute": {},
|
|
2145
2211
|
"@cdktf/provider-aws.vpnGateway": {},
|
|
@@ -2177,18 +2243,29 @@
|
|
|
2177
2243
|
"@cdktf/provider-aws.wafv2WebAcl": {},
|
|
2178
2244
|
"@cdktf/provider-aws.wafv2WebAclAssociation": {},
|
|
2179
2245
|
"@cdktf/provider-aws.wafv2WebAclLoggingConfiguration": {},
|
|
2180
|
-
"@cdktf/provider-aws.
|
|
2181
|
-
"@cdktf/provider-aws.worklinkWebsiteCertificateAuthorityAssociation": {},
|
|
2246
|
+
"@cdktf/provider-aws.wafv2WebAclRuleGroupAssociation": {},
|
|
2182
2247
|
"@cdktf/provider-aws.workspacesConnectionAlias": {},
|
|
2183
2248
|
"@cdktf/provider-aws.workspacesDirectory": {},
|
|
2184
2249
|
"@cdktf/provider-aws.workspacesIpGroup": {},
|
|
2185
2250
|
"@cdktf/provider-aws.workspacesWorkspace": {},
|
|
2186
2251
|
"@cdktf/provider-aws.workspaceswebBrowserSettings": {},
|
|
2252
|
+
"@cdktf/provider-aws.workspaceswebBrowserSettingsAssociation": {},
|
|
2187
2253
|
"@cdktf/provider-aws.workspaceswebDataProtectionSettings": {},
|
|
2254
|
+
"@cdktf/provider-aws.workspaceswebDataProtectionSettingsAssociation": {},
|
|
2255
|
+
"@cdktf/provider-aws.workspaceswebIdentityProvider": {},
|
|
2188
2256
|
"@cdktf/provider-aws.workspaceswebIpAccessSettings": {},
|
|
2257
|
+
"@cdktf/provider-aws.workspaceswebIpAccessSettingsAssociation": {},
|
|
2189
2258
|
"@cdktf/provider-aws.workspaceswebNetworkSettings": {},
|
|
2259
|
+
"@cdktf/provider-aws.workspaceswebNetworkSettingsAssociation": {},
|
|
2260
|
+
"@cdktf/provider-aws.workspaceswebPortal": {},
|
|
2261
|
+
"@cdktf/provider-aws.workspaceswebSessionLogger": {},
|
|
2262
|
+
"@cdktf/provider-aws.workspaceswebSessionLoggerAssociation": {},
|
|
2263
|
+
"@cdktf/provider-aws.workspaceswebTrustStore": {},
|
|
2264
|
+
"@cdktf/provider-aws.workspaceswebTrustStoreAssociation": {},
|
|
2190
2265
|
"@cdktf/provider-aws.workspaceswebUserAccessLoggingSettings": {},
|
|
2266
|
+
"@cdktf/provider-aws.workspaceswebUserAccessLoggingSettingsAssociation": {},
|
|
2191
2267
|
"@cdktf/provider-aws.workspaceswebUserSettings": {},
|
|
2268
|
+
"@cdktf/provider-aws.workspaceswebUserSettingsAssociation": {},
|
|
2192
2269
|
"@cdktf/provider-aws.xrayEncryptionConfig": {},
|
|
2193
2270
|
"@cdktf/provider-aws.xrayGroup": {},
|
|
2194
2271
|
"@cdktf/provider-aws.xrayResourcePolicy": {},
|
|
@@ -16255,14 +16332,14 @@
|
|
|
16255
16332
|
{
|
|
16256
16333
|
"abstract": true,
|
|
16257
16334
|
"docs": {
|
|
16258
|
-
"remarks": "You can retrieve this from the 'Security & Credentials' section of the AWS console.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16335
|
+
"remarks": "You can retrieve this from the 'Security & Credentials' section of the AWS console.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#access_key AwsProvider#access_key}",
|
|
16259
16336
|
"stability": "stable",
|
|
16260
16337
|
"summary": "The access key for API operations."
|
|
16261
16338
|
},
|
|
16262
16339
|
"immutable": true,
|
|
16263
16340
|
"locationInModule": {
|
|
16264
16341
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16265
|
-
"line":
|
|
16342
|
+
"line": 229
|
|
16266
16343
|
},
|
|
16267
16344
|
"name": "accessKey",
|
|
16268
16345
|
"optional": true,
|
|
@@ -16274,12 +16351,12 @@
|
|
|
16274
16351
|
"abstract": true,
|
|
16275
16352
|
"docs": {
|
|
16276
16353
|
"stability": "stable",
|
|
16277
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16354
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#allowed_account_ids AwsProvider#allowed_account_ids}."
|
|
16278
16355
|
},
|
|
16279
16356
|
"immutable": true,
|
|
16280
16357
|
"locationInModule": {
|
|
16281
16358
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16282
|
-
"line":
|
|
16359
|
+
"line": 223
|
|
16283
16360
|
},
|
|
16284
16361
|
"name": "allowedAccountIds",
|
|
16285
16362
|
"optional": true,
|
|
@@ -16295,14 +16372,14 @@
|
|
|
16295
16372
|
{
|
|
16296
16373
|
"abstract": true,
|
|
16297
16374
|
"docs": {
|
|
16298
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16375
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#assume_role AwsProvider#assume_role}",
|
|
16299
16376
|
"stability": "stable",
|
|
16300
16377
|
"summary": "assume_role block."
|
|
16301
16378
|
},
|
|
16302
16379
|
"immutable": true,
|
|
16303
16380
|
"locationInModule": {
|
|
16304
16381
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16305
|
-
"line":
|
|
16382
|
+
"line": 218
|
|
16306
16383
|
},
|
|
16307
16384
|
"name": "assumeRole",
|
|
16308
16385
|
"optional": true,
|
|
@@ -16327,14 +16404,14 @@
|
|
|
16327
16404
|
{
|
|
16328
16405
|
"abstract": true,
|
|
16329
16406
|
"docs": {
|
|
16330
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16407
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#assume_role_with_web_identity AwsProvider#assume_role_with_web_identity}",
|
|
16331
16408
|
"stability": "stable",
|
|
16332
16409
|
"summary": "assume_role_with_web_identity block."
|
|
16333
16410
|
},
|
|
16334
16411
|
"immutable": true,
|
|
16335
16412
|
"locationInModule": {
|
|
16336
16413
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16337
|
-
"line":
|
|
16414
|
+
"line": 212
|
|
16338
16415
|
},
|
|
16339
16416
|
"name": "assumeRoleWithWebIdentity",
|
|
16340
16417
|
"optional": true,
|
|
@@ -16359,14 +16436,14 @@
|
|
|
16359
16436
|
{
|
|
16360
16437
|
"abstract": true,
|
|
16361
16438
|
"docs": {
|
|
16362
|
-
"remarks": "Can also be configured using the `AWS_CA_BUNDLE` environment variable. (Setting `ca_bundle` in the shared config file is not supported.)\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16439
|
+
"remarks": "Can also be configured using the `AWS_CA_BUNDLE` environment variable. (Setting `ca_bundle` in the shared config file is not supported.)\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#custom_ca_bundle AwsProvider#custom_ca_bundle}",
|
|
16363
16440
|
"stability": "stable",
|
|
16364
16441
|
"summary": "File containing custom root and intermediate certificates."
|
|
16365
16442
|
},
|
|
16366
16443
|
"immutable": true,
|
|
16367
16444
|
"locationInModule": {
|
|
16368
16445
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16369
|
-
"line":
|
|
16446
|
+
"line": 206
|
|
16370
16447
|
},
|
|
16371
16448
|
"name": "customCaBundle",
|
|
16372
16449
|
"optional": true,
|
|
@@ -16377,14 +16454,14 @@
|
|
|
16377
16454
|
{
|
|
16378
16455
|
"abstract": true,
|
|
16379
16456
|
"docs": {
|
|
16380
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16457
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#default_tags AwsProvider#default_tags}",
|
|
16381
16458
|
"stability": "stable",
|
|
16382
16459
|
"summary": "default_tags block."
|
|
16383
16460
|
},
|
|
16384
16461
|
"immutable": true,
|
|
16385
16462
|
"locationInModule": {
|
|
16386
16463
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16387
|
-
"line":
|
|
16464
|
+
"line": 198
|
|
16388
16465
|
},
|
|
16389
16466
|
"name": "defaultTags",
|
|
16390
16467
|
"optional": true,
|
|
@@ -16409,14 +16486,14 @@
|
|
|
16409
16486
|
{
|
|
16410
16487
|
"abstract": true,
|
|
16411
16488
|
"docs": {
|
|
16412
|
-
"remarks": "Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16489
|
+
"remarks": "Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#ec2_metadata_service_endpoint AwsProvider#ec2_metadata_service_endpoint}",
|
|
16413
16490
|
"stability": "stable",
|
|
16414
16491
|
"summary": "Address of the EC2 metadata service endpoint to use."
|
|
16415
16492
|
},
|
|
16416
16493
|
"immutable": true,
|
|
16417
16494
|
"locationInModule": {
|
|
16418
16495
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16419
|
-
"line":
|
|
16496
|
+
"line": 192
|
|
16420
16497
|
},
|
|
16421
16498
|
"name": "ec2MetadataServiceEndpoint",
|
|
16422
16499
|
"optional": true,
|
|
@@ -16428,12 +16505,12 @@
|
|
|
16428
16505
|
"abstract": true,
|
|
16429
16506
|
"docs": {
|
|
16430
16507
|
"stability": "stable",
|
|
16431
|
-
"summary": "Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16508
|
+
"summary": "Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#ec2_metadata_service_endpoint_mode AwsProvider#ec2_metadata_service_endpoint_mode}."
|
|
16432
16509
|
},
|
|
16433
16510
|
"immutable": true,
|
|
16434
16511
|
"locationInModule": {
|
|
16435
16512
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16436
|
-
"line":
|
|
16513
|
+
"line": 186
|
|
16437
16514
|
},
|
|
16438
16515
|
"name": "ec2MetadataServiceEndpointMode",
|
|
16439
16516
|
"optional": true,
|
|
@@ -16444,14 +16521,14 @@
|
|
|
16444
16521
|
{
|
|
16445
16522
|
"abstract": true,
|
|
16446
16523
|
"docs": {
|
|
16447
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16524
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#endpoints AwsProvider#endpoints}",
|
|
16448
16525
|
"stability": "stable",
|
|
16449
16526
|
"summary": "endpoints block."
|
|
16450
16527
|
},
|
|
16451
16528
|
"immutable": true,
|
|
16452
16529
|
"locationInModule": {
|
|
16453
16530
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16454
|
-
"line":
|
|
16531
|
+
"line": 180
|
|
16455
16532
|
},
|
|
16456
16533
|
"name": "endpoints",
|
|
16457
16534
|
"optional": true,
|
|
@@ -16477,12 +16554,12 @@
|
|
|
16477
16554
|
"abstract": true,
|
|
16478
16555
|
"docs": {
|
|
16479
16556
|
"stability": "stable",
|
|
16480
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16557
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#forbidden_account_ids AwsProvider#forbidden_account_ids}."
|
|
16481
16558
|
},
|
|
16482
16559
|
"immutable": true,
|
|
16483
16560
|
"locationInModule": {
|
|
16484
16561
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16485
|
-
"line":
|
|
16562
|
+
"line": 174
|
|
16486
16563
|
},
|
|
16487
16564
|
"name": "forbiddenAccountIds",
|
|
16488
16565
|
"optional": true,
|
|
@@ -16498,14 +16575,14 @@
|
|
|
16498
16575
|
{
|
|
16499
16576
|
"abstract": true,
|
|
16500
16577
|
"docs": {
|
|
16501
|
-
"remarks": "Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16578
|
+
"remarks": "Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#http_proxy AwsProvider#http_proxy}",
|
|
16502
16579
|
"stability": "stable",
|
|
16503
16580
|
"summary": "URL of a proxy to use for HTTP requests when accessing the AWS API."
|
|
16504
16581
|
},
|
|
16505
16582
|
"immutable": true,
|
|
16506
16583
|
"locationInModule": {
|
|
16507
16584
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16508
|
-
"line":
|
|
16585
|
+
"line": 169
|
|
16509
16586
|
},
|
|
16510
16587
|
"name": "httpProxy",
|
|
16511
16588
|
"optional": true,
|
|
@@ -16516,14 +16593,14 @@
|
|
|
16516
16593
|
{
|
|
16517
16594
|
"abstract": true,
|
|
16518
16595
|
"docs": {
|
|
16519
|
-
"remarks": "Can also be set using the `HTTPS_PROXY` or `https_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16596
|
+
"remarks": "Can also be set using the `HTTPS_PROXY` or `https_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#https_proxy AwsProvider#https_proxy}",
|
|
16520
16597
|
"stability": "stable",
|
|
16521
16598
|
"summary": "URL of a proxy to use for HTTPS requests when accessing the AWS API."
|
|
16522
16599
|
},
|
|
16523
16600
|
"immutable": true,
|
|
16524
16601
|
"locationInModule": {
|
|
16525
16602
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16526
|
-
"line":
|
|
16603
|
+
"line": 161
|
|
16527
16604
|
},
|
|
16528
16605
|
"name": "httpsProxy",
|
|
16529
16606
|
"optional": true,
|
|
@@ -16534,14 +16611,14 @@
|
|
|
16534
16611
|
{
|
|
16535
16612
|
"abstract": true,
|
|
16536
16613
|
"docs": {
|
|
16537
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16614
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#ignore_tags AwsProvider#ignore_tags}",
|
|
16538
16615
|
"stability": "stable",
|
|
16539
16616
|
"summary": "ignore_tags block."
|
|
16540
16617
|
},
|
|
16541
16618
|
"immutable": true,
|
|
16542
16619
|
"locationInModule": {
|
|
16543
16620
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16544
|
-
"line":
|
|
16621
|
+
"line": 153
|
|
16545
16622
|
},
|
|
16546
16623
|
"name": "ignoreTags",
|
|
16547
16624
|
"optional": true,
|
|
@@ -16566,14 +16643,14 @@
|
|
|
16566
16643
|
{
|
|
16567
16644
|
"abstract": true,
|
|
16568
16645
|
"docs": {
|
|
16569
|
-
"remarks": "If omitted, default value is `false`.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16646
|
+
"remarks": "If omitted, default value is `false`.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#insecure AwsProvider#insecure}",
|
|
16570
16647
|
"stability": "stable",
|
|
16571
16648
|
"summary": "Explicitly allow the provider to perform \"insecure\" SSL requests."
|
|
16572
16649
|
},
|
|
16573
16650
|
"immutable": true,
|
|
16574
16651
|
"locationInModule": {
|
|
16575
16652
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16576
|
-
"line":
|
|
16653
|
+
"line": 147
|
|
16577
16654
|
},
|
|
16578
16655
|
"name": "insecure",
|
|
16579
16656
|
"optional": true,
|
|
@@ -16593,14 +16670,14 @@
|
|
|
16593
16670
|
{
|
|
16594
16671
|
"abstract": true,
|
|
16595
16672
|
"docs": {
|
|
16596
|
-
"remarks": "If the API request still fails, an error is\nthrown.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16673
|
+
"remarks": "If the API request still fails, an error is\nthrown.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#max_retries AwsProvider#max_retries}",
|
|
16597
16674
|
"stability": "stable",
|
|
16598
16675
|
"summary": "The maximum number of times an AWS API request is being executed."
|
|
16599
16676
|
},
|
|
16600
16677
|
"immutable": true,
|
|
16601
16678
|
"locationInModule": {
|
|
16602
16679
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16603
|
-
"line":
|
|
16680
|
+
"line": 141
|
|
16604
16681
|
},
|
|
16605
16682
|
"name": "maxRetries",
|
|
16606
16683
|
"optional": true,
|
|
@@ -16611,14 +16688,14 @@
|
|
|
16611
16688
|
{
|
|
16612
16689
|
"abstract": true,
|
|
16613
16690
|
"docs": {
|
|
16614
|
-
"remarks": "Can also be set using the `NO_PROXY` or `no_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16691
|
+
"remarks": "Can also be set using the `NO_PROXY` or `no_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#no_proxy AwsProvider#no_proxy}",
|
|
16615
16692
|
"stability": "stable",
|
|
16616
16693
|
"summary": "Comma-separated list of hosts that should not use HTTP or HTTPS proxies."
|
|
16617
16694
|
},
|
|
16618
16695
|
"immutable": true,
|
|
16619
16696
|
"locationInModule": {
|
|
16620
16697
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16621
|
-
"line":
|
|
16698
|
+
"line": 132
|
|
16622
16699
|
},
|
|
16623
16700
|
"name": "noProxy",
|
|
16624
16701
|
"optional": true,
|
|
@@ -16629,14 +16706,14 @@
|
|
|
16629
16706
|
{
|
|
16630
16707
|
"abstract": true,
|
|
16631
16708
|
"docs": {
|
|
16632
|
-
"remarks": "If not set, the default profile created with `aws configure` will be used.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16709
|
+
"remarks": "If not set, the default profile created with `aws configure` will be used.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#profile AwsProvider#profile}",
|
|
16633
16710
|
"stability": "stable",
|
|
16634
16711
|
"summary": "The profile for API operations."
|
|
16635
16712
|
},
|
|
16636
16713
|
"immutable": true,
|
|
16637
16714
|
"locationInModule": {
|
|
16638
16715
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16639
|
-
"line":
|
|
16716
|
+
"line": 124
|
|
16640
16717
|
},
|
|
16641
16718
|
"name": "profile",
|
|
16642
16719
|
"optional": true,
|
|
@@ -16647,14 +16724,14 @@
|
|
|
16647
16724
|
{
|
|
16648
16725
|
"abstract": true,
|
|
16649
16726
|
"docs": {
|
|
16650
|
-
"remarks": "Examples are us-east-1, us-west-2, etc.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16727
|
+
"remarks": "Examples are us-east-1, us-west-2, etc.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#region AwsProvider#region}",
|
|
16651
16728
|
"stability": "stable",
|
|
16652
16729
|
"summary": "The region where AWS operations will take place."
|
|
16653
16730
|
},
|
|
16654
16731
|
"immutable": true,
|
|
16655
16732
|
"locationInModule": {
|
|
16656
16733
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16657
|
-
"line":
|
|
16734
|
+
"line": 118
|
|
16658
16735
|
},
|
|
16659
16736
|
"name": "region",
|
|
16660
16737
|
"optional": true,
|
|
@@ -16665,14 +16742,14 @@
|
|
|
16665
16742
|
{
|
|
16666
16743
|
"abstract": true,
|
|
16667
16744
|
"docs": {
|
|
16668
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16745
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#retry_mode AwsProvider#retry_mode}",
|
|
16669
16746
|
"stability": "stable",
|
|
16670
16747
|
"summary": "Specifies how retries are attempted. Valid values are `standard` and `adaptive`. Can also be configured using the `AWS_RETRY_MODE` environment variable."
|
|
16671
16748
|
},
|
|
16672
16749
|
"immutable": true,
|
|
16673
16750
|
"locationInModule": {
|
|
16674
16751
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16675
|
-
"line":
|
|
16752
|
+
"line": 112
|
|
16676
16753
|
},
|
|
16677
16754
|
"name": "retryMode",
|
|
16678
16755
|
"optional": true,
|
|
@@ -16683,14 +16760,14 @@
|
|
|
16683
16760
|
{
|
|
16684
16761
|
"abstract": true,
|
|
16685
16762
|
"docs": {
|
|
16686
|
-
"remarks": "Valid values are `legacy` or `regional`. Can also be configured using the `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT` environment variable or the `s3_us_east_1_regional_endpoint` shared config file parameter\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16763
|
+
"remarks": "Valid values are `legacy` or `regional`. Can also be configured using the `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT` environment variable or the `s3_us_east_1_regional_endpoint` shared config file parameter\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#s3_us_east_1_regional_endpoint AwsProvider#s3_us_east_1_regional_endpoint}",
|
|
16687
16764
|
"stability": "stable",
|
|
16688
16765
|
"summary": "Specifies whether S3 API calls in the `us-east-1` region use the legacy global endpoint or a regional endpoint."
|
|
16689
16766
|
},
|
|
16690
16767
|
"immutable": true,
|
|
16691
16768
|
"locationInModule": {
|
|
16692
16769
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16693
|
-
"line":
|
|
16770
|
+
"line": 104
|
|
16694
16771
|
},
|
|
16695
16772
|
"name": "s3UsEast1RegionalEndpoint",
|
|
16696
16773
|
"optional": true,
|
|
@@ -16702,12 +16779,12 @@
|
|
|
16702
16779
|
"abstract": true,
|
|
16703
16780
|
"docs": {
|
|
16704
16781
|
"stability": "stable",
|
|
16705
|
-
"summary": "Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16782
|
+
"summary": "Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#s3_use_path_style AwsProvider#s3_use_path_style}."
|
|
16706
16783
|
},
|
|
16707
16784
|
"immutable": true,
|
|
16708
16785
|
"locationInModule": {
|
|
16709
16786
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16710
|
-
"line":
|
|
16787
|
+
"line": 96
|
|
16711
16788
|
},
|
|
16712
16789
|
"name": "s3UsePathStyle",
|
|
16713
16790
|
"optional": true,
|
|
@@ -16727,14 +16804,14 @@
|
|
|
16727
16804
|
{
|
|
16728
16805
|
"abstract": true,
|
|
16729
16806
|
"docs": {
|
|
16730
|
-
"remarks": "You can retrieve this from the 'Security & Credentials' section of the AWS console.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16807
|
+
"remarks": "You can retrieve this from the 'Security & Credentials' section of the AWS console.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#secret_key AwsProvider#secret_key}",
|
|
16731
16808
|
"stability": "stable",
|
|
16732
16809
|
"summary": "The secret key for API operations."
|
|
16733
16810
|
},
|
|
16734
16811
|
"immutable": true,
|
|
16735
16812
|
"locationInModule": {
|
|
16736
16813
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16737
|
-
"line":
|
|
16814
|
+
"line": 90
|
|
16738
16815
|
},
|
|
16739
16816
|
"name": "secretKey",
|
|
16740
16817
|
"optional": true,
|
|
@@ -16745,14 +16822,14 @@
|
|
|
16745
16822
|
{
|
|
16746
16823
|
"abstract": true,
|
|
16747
16824
|
"docs": {
|
|
16748
|
-
"remarks": "If not set, defaults to [~/.aws/config].\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16825
|
+
"remarks": "If not set, defaults to [~/.aws/config].\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#shared_config_files AwsProvider#shared_config_files}",
|
|
16749
16826
|
"stability": "stable",
|
|
16750
16827
|
"summary": "List of paths to shared config files."
|
|
16751
16828
|
},
|
|
16752
16829
|
"immutable": true,
|
|
16753
16830
|
"locationInModule": {
|
|
16754
16831
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16755
|
-
"line":
|
|
16832
|
+
"line": 84
|
|
16756
16833
|
},
|
|
16757
16834
|
"name": "sharedConfigFiles",
|
|
16758
16835
|
"optional": true,
|
|
@@ -16768,14 +16845,14 @@
|
|
|
16768
16845
|
{
|
|
16769
16846
|
"abstract": true,
|
|
16770
16847
|
"docs": {
|
|
16771
|
-
"remarks": "If not set, defaults to [~/.aws/credentials].\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16848
|
+
"remarks": "If not set, defaults to [~/.aws/credentials].\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#shared_credentials_files AwsProvider#shared_credentials_files}",
|
|
16772
16849
|
"stability": "stable",
|
|
16773
16850
|
"summary": "List of paths to shared credentials files."
|
|
16774
16851
|
},
|
|
16775
16852
|
"immutable": true,
|
|
16776
16853
|
"locationInModule": {
|
|
16777
16854
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16778
|
-
"line":
|
|
16855
|
+
"line": 78
|
|
16779
16856
|
},
|
|
16780
16857
|
"name": "sharedCredentialsFiles",
|
|
16781
16858
|
"optional": true,
|
|
@@ -16791,14 +16868,14 @@
|
|
|
16791
16868
|
{
|
|
16792
16869
|
"abstract": true,
|
|
16793
16870
|
"docs": {
|
|
16794
|
-
"remarks": "Used for AWS API implementations that do not have STS available/implemented.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16871
|
+
"remarks": "Used for AWS API implementations that do not have STS available/implemented.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#skip_credentials_validation AwsProvider#skip_credentials_validation}",
|
|
16795
16872
|
"stability": "stable",
|
|
16796
16873
|
"summary": "Skip the credentials validation via STS API."
|
|
16797
16874
|
},
|
|
16798
16875
|
"immutable": true,
|
|
16799
16876
|
"locationInModule": {
|
|
16800
16877
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16801
|
-
"line":
|
|
16878
|
+
"line": 72
|
|
16802
16879
|
},
|
|
16803
16880
|
"name": "skipCredentialsValidation",
|
|
16804
16881
|
"optional": true,
|
|
@@ -16818,14 +16895,14 @@
|
|
|
16818
16895
|
{
|
|
16819
16896
|
"abstract": true,
|
|
16820
16897
|
"docs": {
|
|
16821
|
-
"remarks": "Used for AWS API implementations that do not have a metadata api endpoint.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16898
|
+
"remarks": "Used for AWS API implementations that do not have a metadata api endpoint.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#skip_metadata_api_check AwsProvider#skip_metadata_api_check}",
|
|
16822
16899
|
"stability": "stable",
|
|
16823
16900
|
"summary": "Skip the AWS Metadata API check."
|
|
16824
16901
|
},
|
|
16825
16902
|
"immutable": true,
|
|
16826
16903
|
"locationInModule": {
|
|
16827
16904
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16828
|
-
"line":
|
|
16905
|
+
"line": 66
|
|
16829
16906
|
},
|
|
16830
16907
|
"name": "skipMetadataApiCheck",
|
|
16831
16908
|
"optional": true,
|
|
@@ -16836,14 +16913,14 @@
|
|
|
16836
16913
|
{
|
|
16837
16914
|
"abstract": true,
|
|
16838
16915
|
"docs": {
|
|
16839
|
-
"remarks": "Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16916
|
+
"remarks": "Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#skip_region_validation AwsProvider#skip_region_validation}",
|
|
16840
16917
|
"stability": "stable",
|
|
16841
16918
|
"summary": "Skip static validation of region name."
|
|
16842
16919
|
},
|
|
16843
16920
|
"immutable": true,
|
|
16844
16921
|
"locationInModule": {
|
|
16845
16922
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16846
|
-
"line":
|
|
16923
|
+
"line": 60
|
|
16847
16924
|
},
|
|
16848
16925
|
"name": "skipRegionValidation",
|
|
16849
16926
|
"optional": true,
|
|
@@ -16863,14 +16940,14 @@
|
|
|
16863
16940
|
{
|
|
16864
16941
|
"abstract": true,
|
|
16865
16942
|
"docs": {
|
|
16866
|
-
"remarks": "Used for AWS API implementations that do not have IAM/STS API and/or metadata API.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16943
|
+
"remarks": "Used for AWS API implementations that do not have IAM/STS API and/or metadata API.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#skip_requesting_account_id AwsProvider#skip_requesting_account_id}",
|
|
16867
16944
|
"stability": "stable",
|
|
16868
16945
|
"summary": "Skip requesting the account ID."
|
|
16869
16946
|
},
|
|
16870
16947
|
"immutable": true,
|
|
16871
16948
|
"locationInModule": {
|
|
16872
16949
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16873
|
-
"line":
|
|
16950
|
+
"line": 52
|
|
16874
16951
|
},
|
|
16875
16952
|
"name": "skipRequestingAccountId",
|
|
16876
16953
|
"optional": true,
|
|
@@ -16890,14 +16967,14 @@
|
|
|
16890
16967
|
{
|
|
16891
16968
|
"abstract": true,
|
|
16892
16969
|
"docs": {
|
|
16893
|
-
"remarks": "Examples are us-east-1 and us-west-2.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
16970
|
+
"remarks": "Examples are us-east-1 and us-west-2.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#sts_region AwsProvider#sts_region}",
|
|
16894
16971
|
"stability": "stable",
|
|
16895
16972
|
"summary": "The region where AWS STS operations will take place."
|
|
16896
16973
|
},
|
|
16897
16974
|
"immutable": true,
|
|
16898
16975
|
"locationInModule": {
|
|
16899
16976
|
"filename": "src/aws/provider-config.generated.ts",
|
|
16900
|
-
"line":
|
|
16977
|
+
"line": 46
|
|
16901
16978
|
},
|
|
16902
16979
|
"name": "stsRegion",
|
|
16903
16980
|
"optional": true,
|
|
@@ -16908,7 +16985,25 @@
|
|
|
16908
16985
|
{
|
|
16909
16986
|
"abstract": true,
|
|
16910
16987
|
"docs": {
|
|
16911
|
-
"remarks": "
|
|
16988
|
+
"remarks": "At this time this only includes compliance with required tag keys by resource type. Valid values are \"error\", \"warning\", and \"disabled\". When unset or \"disabled\", tag policy compliance will not be enforced by the provider. Can also be configured with the TF_AWS_TAG_POLICY_COMPLIANCE environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#tag_policy_compliance AwsProvider#tag_policy_compliance}",
|
|
16989
|
+
"stability": "stable",
|
|
16990
|
+
"summary": "The severity with which to enforce organizational tagging policies on resources managed by this provider instance."
|
|
16991
|
+
},
|
|
16992
|
+
"immutable": true,
|
|
16993
|
+
"locationInModule": {
|
|
16994
|
+
"filename": "src/aws/provider-config.generated.ts",
|
|
16995
|
+
"line": 40
|
|
16996
|
+
},
|
|
16997
|
+
"name": "tagPolicyCompliance",
|
|
16998
|
+
"optional": true,
|
|
16999
|
+
"type": {
|
|
17000
|
+
"primitive": "string"
|
|
17001
|
+
}
|
|
17002
|
+
},
|
|
17003
|
+
{
|
|
17004
|
+
"abstract": true,
|
|
17005
|
+
"docs": {
|
|
17006
|
+
"remarks": "A session token is only required if you are using temporary security credentials.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#token AwsProvider#token}",
|
|
16912
17007
|
"stability": "stable",
|
|
16913
17008
|
"summary": "session token."
|
|
16914
17009
|
},
|
|
@@ -16926,7 +17021,7 @@
|
|
|
16926
17021
|
{
|
|
16927
17022
|
"abstract": true,
|
|
16928
17023
|
"docs": {
|
|
16929
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
17024
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#token_bucket_rate_limiter_capacity AwsProvider#token_bucket_rate_limiter_capacity}",
|
|
16930
17025
|
"stability": "stable",
|
|
16931
17026
|
"summary": "The capacity of the AWS SDK's token bucket rate limiter."
|
|
16932
17027
|
},
|
|
@@ -16944,7 +17039,7 @@
|
|
|
16944
17039
|
{
|
|
16945
17040
|
"abstract": true,
|
|
16946
17041
|
"docs": {
|
|
16947
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
17042
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#use_dualstack_endpoint AwsProvider#use_dualstack_endpoint}",
|
|
16948
17043
|
"stability": "stable",
|
|
16949
17044
|
"summary": "Resolve an endpoint with DualStack capability."
|
|
16950
17045
|
},
|
|
@@ -16971,7 +17066,7 @@
|
|
|
16971
17066
|
{
|
|
16972
17067
|
"abstract": true,
|
|
16973
17068
|
"docs": {
|
|
16974
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
17069
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs#use_fips_endpoint AwsProvider#use_fips_endpoint}",
|
|
16975
17070
|
"stability": "stable",
|
|
16976
17071
|
"summary": "Resolve an endpoint with FIPS capability."
|
|
16977
17072
|
},
|
|
@@ -91424,12 +91519,12 @@
|
|
|
91424
91519
|
"abstract": true,
|
|
91425
91520
|
"docs": {
|
|
91426
91521
|
"stability": "stable",
|
|
91427
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91522
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#load_balancer_arn LbListener#load_balancer_arn}."
|
|
91428
91523
|
},
|
|
91429
91524
|
"immutable": true,
|
|
91430
91525
|
"locationInModule": {
|
|
91431
91526
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91432
|
-
"line":
|
|
91527
|
+
"line": 173
|
|
91433
91528
|
},
|
|
91434
91529
|
"name": "loadBalancerArn",
|
|
91435
91530
|
"type": {
|
|
@@ -91440,12 +91535,12 @@
|
|
|
91440
91535
|
"abstract": true,
|
|
91441
91536
|
"docs": {
|
|
91442
91537
|
"stability": "stable",
|
|
91443
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91538
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#alpn_policy LbListener#alpn_policy}."
|
|
91444
91539
|
},
|
|
91445
91540
|
"immutable": true,
|
|
91446
91541
|
"locationInModule": {
|
|
91447
91542
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91448
|
-
"line":
|
|
91543
|
+
"line": 168
|
|
91449
91544
|
},
|
|
91450
91545
|
"name": "alpnPolicy",
|
|
91451
91546
|
"optional": true,
|
|
@@ -91457,12 +91552,12 @@
|
|
|
91457
91552
|
"abstract": true,
|
|
91458
91553
|
"docs": {
|
|
91459
91554
|
"stability": "stable",
|
|
91460
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91555
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#certificate_arn LbListener#certificate_arn}."
|
|
91461
91556
|
},
|
|
91462
91557
|
"immutable": true,
|
|
91463
91558
|
"locationInModule": {
|
|
91464
91559
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91465
|
-
"line":
|
|
91560
|
+
"line": 163
|
|
91466
91561
|
},
|
|
91467
91562
|
"name": "certificateArn",
|
|
91468
91563
|
"optional": true,
|
|
@@ -91478,7 +91573,7 @@
|
|
|
91478
91573
|
"immutable": true,
|
|
91479
91574
|
"locationInModule": {
|
|
91480
91575
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91481
|
-
"line":
|
|
91576
|
+
"line": 201
|
|
91482
91577
|
},
|
|
91483
91578
|
"name": "connection",
|
|
91484
91579
|
"optional": true,
|
|
@@ -91503,7 +91598,7 @@
|
|
|
91503
91598
|
"immutable": true,
|
|
91504
91599
|
"locationInModule": {
|
|
91505
91600
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91506
|
-
"line":
|
|
91601
|
+
"line": 197
|
|
91507
91602
|
},
|
|
91508
91603
|
"name": "count",
|
|
91509
91604
|
"optional": true,
|
|
@@ -91528,7 +91623,7 @@
|
|
|
91528
91623
|
"immutable": true,
|
|
91529
91624
|
"locationInModule": {
|
|
91530
91625
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91531
|
-
"line":
|
|
91626
|
+
"line": 193
|
|
91532
91627
|
},
|
|
91533
91628
|
"name": "dependsOn",
|
|
91534
91629
|
"optional": true,
|
|
@@ -91549,7 +91644,7 @@
|
|
|
91549
91644
|
"immutable": true,
|
|
91550
91645
|
"locationInModule": {
|
|
91551
91646
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91552
|
-
"line":
|
|
91647
|
+
"line": 189
|
|
91553
91648
|
},
|
|
91554
91649
|
"name": "forEach",
|
|
91555
91650
|
"optional": true,
|
|
@@ -91561,12 +91656,12 @@
|
|
|
91561
91656
|
"abstract": true,
|
|
91562
91657
|
"docs": {
|
|
91563
91658
|
"stability": "stable",
|
|
91564
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91659
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#id LbListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
|
|
91565
91660
|
},
|
|
91566
91661
|
"immutable": true,
|
|
91567
91662
|
"locationInModule": {
|
|
91568
91663
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91569
|
-
"line":
|
|
91664
|
+
"line": 158
|
|
91570
91665
|
},
|
|
91571
91666
|
"name": "id",
|
|
91572
91667
|
"optional": true,
|
|
@@ -91582,7 +91677,7 @@
|
|
|
91582
91677
|
"immutable": true,
|
|
91583
91678
|
"locationInModule": {
|
|
91584
91679
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91585
|
-
"line":
|
|
91680
|
+
"line": 185
|
|
91586
91681
|
},
|
|
91587
91682
|
"name": "lifecycle",
|
|
91588
91683
|
"optional": true,
|
|
@@ -91593,14 +91688,14 @@
|
|
|
91593
91688
|
{
|
|
91594
91689
|
"abstract": true,
|
|
91595
91690
|
"docs": {
|
|
91596
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91691
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#mutual_authentication LbListener#mutual_authentication}",
|
|
91597
91692
|
"stability": "stable",
|
|
91598
91693
|
"summary": "mutual_authentication block."
|
|
91599
91694
|
},
|
|
91600
91695
|
"immutable": true,
|
|
91601
91696
|
"locationInModule": {
|
|
91602
91697
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91603
|
-
"line":
|
|
91698
|
+
"line": 151
|
|
91604
91699
|
},
|
|
91605
91700
|
"name": "mutualAuthentication",
|
|
91606
91701
|
"optional": true,
|
|
@@ -91612,12 +91707,12 @@
|
|
|
91612
91707
|
"abstract": true,
|
|
91613
91708
|
"docs": {
|
|
91614
91709
|
"stability": "stable",
|
|
91615
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91710
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#port LbListener#port}."
|
|
91616
91711
|
},
|
|
91617
91712
|
"immutable": true,
|
|
91618
91713
|
"locationInModule": {
|
|
91619
91714
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91620
|
-
"line":
|
|
91715
|
+
"line": 145
|
|
91621
91716
|
},
|
|
91622
91717
|
"name": "port",
|
|
91623
91718
|
"optional": true,
|
|
@@ -91629,12 +91724,12 @@
|
|
|
91629
91724
|
"abstract": true,
|
|
91630
91725
|
"docs": {
|
|
91631
91726
|
"stability": "stable",
|
|
91632
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91727
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#protocol LbListener#protocol}."
|
|
91633
91728
|
},
|
|
91634
91729
|
"immutable": true,
|
|
91635
91730
|
"locationInModule": {
|
|
91636
91731
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91637
|
-
"line":
|
|
91732
|
+
"line": 140
|
|
91638
91733
|
},
|
|
91639
91734
|
"name": "protocol",
|
|
91640
91735
|
"optional": true,
|
|
@@ -91650,7 +91745,7 @@
|
|
|
91650
91745
|
"immutable": true,
|
|
91651
91746
|
"locationInModule": {
|
|
91652
91747
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91653
|
-
"line":
|
|
91748
|
+
"line": 181
|
|
91654
91749
|
},
|
|
91655
91750
|
"name": "provider",
|
|
91656
91751
|
"optional": true,
|
|
@@ -91666,7 +91761,7 @@
|
|
|
91666
91761
|
"immutable": true,
|
|
91667
91762
|
"locationInModule": {
|
|
91668
91763
|
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91669
|
-
"line":
|
|
91764
|
+
"line": 177
|
|
91670
91765
|
},
|
|
91671
91766
|
"name": "provisioners",
|
|
91672
91767
|
"optional": true,
|
|
@@ -91695,7 +91790,24 @@
|
|
|
91695
91790
|
"abstract": true,
|
|
91696
91791
|
"docs": {
|
|
91697
91792
|
"stability": "stable",
|
|
91698
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91793
|
+
"summary": "Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#region LbListener#region}."
|
|
91794
|
+
},
|
|
91795
|
+
"immutable": true,
|
|
91796
|
+
"locationInModule": {
|
|
91797
|
+
"filename": "src/aws/compute/lb-shared/lb-listener-config.generated.ts",
|
|
91798
|
+
"line": 135
|
|
91799
|
+
},
|
|
91800
|
+
"name": "region",
|
|
91801
|
+
"optional": true,
|
|
91802
|
+
"type": {
|
|
91803
|
+
"primitive": "string"
|
|
91804
|
+
}
|
|
91805
|
+
},
|
|
91806
|
+
{
|
|
91807
|
+
"abstract": true,
|
|
91808
|
+
"docs": {
|
|
91809
|
+
"stability": "stable",
|
|
91810
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_header_name}."
|
|
91699
91811
|
},
|
|
91700
91812
|
"immutable": true,
|
|
91701
91813
|
"locationInModule": {
|
|
@@ -91712,7 +91824,7 @@
|
|
|
91712
91824
|
"abstract": true,
|
|
91713
91825
|
"docs": {
|
|
91714
91826
|
"stability": "stable",
|
|
91715
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91827
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_issuer_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_issuer_header_name}."
|
|
91716
91828
|
},
|
|
91717
91829
|
"immutable": true,
|
|
91718
91830
|
"locationInModule": {
|
|
@@ -91729,7 +91841,7 @@
|
|
|
91729
91841
|
"abstract": true,
|
|
91730
91842
|
"docs": {
|
|
91731
91843
|
"stability": "stable",
|
|
91732
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91844
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_leaf_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_leaf_header_name}."
|
|
91733
91845
|
},
|
|
91734
91846
|
"immutable": true,
|
|
91735
91847
|
"locationInModule": {
|
|
@@ -91746,7 +91858,7 @@
|
|
|
91746
91858
|
"abstract": true,
|
|
91747
91859
|
"docs": {
|
|
91748
91860
|
"stability": "stable",
|
|
91749
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91861
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name}."
|
|
91750
91862
|
},
|
|
91751
91863
|
"immutable": true,
|
|
91752
91864
|
"locationInModule": {
|
|
@@ -91763,7 +91875,7 @@
|
|
|
91763
91875
|
"abstract": true,
|
|
91764
91876
|
"docs": {
|
|
91765
91877
|
"stability": "stable",
|
|
91766
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91878
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_subject_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_subject_header_name}."
|
|
91767
91879
|
},
|
|
91768
91880
|
"immutable": true,
|
|
91769
91881
|
"locationInModule": {
|
|
@@ -91780,7 +91892,7 @@
|
|
|
91780
91892
|
"abstract": true,
|
|
91781
91893
|
"docs": {
|
|
91782
91894
|
"stability": "stable",
|
|
91783
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91895
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_validity_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_validity_header_name}."
|
|
91784
91896
|
},
|
|
91785
91897
|
"immutable": true,
|
|
91786
91898
|
"locationInModule": {
|
|
@@ -91797,7 +91909,7 @@
|
|
|
91797
91909
|
"abstract": true,
|
|
91798
91910
|
"docs": {
|
|
91799
91911
|
"stability": "stable",
|
|
91800
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91912
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_request_x_amzn_tls_cipher_suite_header_name LbListener#routing_http_request_x_amzn_tls_cipher_suite_header_name}."
|
|
91801
91913
|
},
|
|
91802
91914
|
"immutable": true,
|
|
91803
91915
|
"locationInModule": {
|
|
@@ -91814,7 +91926,7 @@
|
|
|
91814
91926
|
"abstract": true,
|
|
91815
91927
|
"docs": {
|
|
91816
91928
|
"stability": "stable",
|
|
91817
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91929
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_request_x_amzn_tls_version_header_name LbListener#routing_http_request_x_amzn_tls_version_header_name}."
|
|
91818
91930
|
},
|
|
91819
91931
|
"immutable": true,
|
|
91820
91932
|
"locationInModule": {
|
|
@@ -91831,7 +91943,7 @@
|
|
|
91831
91943
|
"abstract": true,
|
|
91832
91944
|
"docs": {
|
|
91833
91945
|
"stability": "stable",
|
|
91834
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91946
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_access_control_allow_credentials_header_value LbListener#routing_http_response_access_control_allow_credentials_header_value}."
|
|
91835
91947
|
},
|
|
91836
91948
|
"immutable": true,
|
|
91837
91949
|
"locationInModule": {
|
|
@@ -91848,7 +91960,7 @@
|
|
|
91848
91960
|
"abstract": true,
|
|
91849
91961
|
"docs": {
|
|
91850
91962
|
"stability": "stable",
|
|
91851
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91963
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_access_control_allow_headers_header_value LbListener#routing_http_response_access_control_allow_headers_header_value}."
|
|
91852
91964
|
},
|
|
91853
91965
|
"immutable": true,
|
|
91854
91966
|
"locationInModule": {
|
|
@@ -91865,7 +91977,7 @@
|
|
|
91865
91977
|
"abstract": true,
|
|
91866
91978
|
"docs": {
|
|
91867
91979
|
"stability": "stable",
|
|
91868
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91980
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_access_control_allow_methods_header_value LbListener#routing_http_response_access_control_allow_methods_header_value}."
|
|
91869
91981
|
},
|
|
91870
91982
|
"immutable": true,
|
|
91871
91983
|
"locationInModule": {
|
|
@@ -91882,7 +91994,7 @@
|
|
|
91882
91994
|
"abstract": true,
|
|
91883
91995
|
"docs": {
|
|
91884
91996
|
"stability": "stable",
|
|
91885
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
91997
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_access_control_allow_origin_header_value LbListener#routing_http_response_access_control_allow_origin_header_value}."
|
|
91886
91998
|
},
|
|
91887
91999
|
"immutable": true,
|
|
91888
92000
|
"locationInModule": {
|
|
@@ -91899,7 +92011,7 @@
|
|
|
91899
92011
|
"abstract": true,
|
|
91900
92012
|
"docs": {
|
|
91901
92013
|
"stability": "stable",
|
|
91902
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92014
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_access_control_expose_headers_header_value LbListener#routing_http_response_access_control_expose_headers_header_value}."
|
|
91903
92015
|
},
|
|
91904
92016
|
"immutable": true,
|
|
91905
92017
|
"locationInModule": {
|
|
@@ -91916,7 +92028,7 @@
|
|
|
91916
92028
|
"abstract": true,
|
|
91917
92029
|
"docs": {
|
|
91918
92030
|
"stability": "stable",
|
|
91919
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92031
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_access_control_max_age_header_value LbListener#routing_http_response_access_control_max_age_header_value}."
|
|
91920
92032
|
},
|
|
91921
92033
|
"immutable": true,
|
|
91922
92034
|
"locationInModule": {
|
|
@@ -91933,7 +92045,7 @@
|
|
|
91933
92045
|
"abstract": true,
|
|
91934
92046
|
"docs": {
|
|
91935
92047
|
"stability": "stable",
|
|
91936
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92048
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_content_security_policy_header_value LbListener#routing_http_response_content_security_policy_header_value}."
|
|
91937
92049
|
},
|
|
91938
92050
|
"immutable": true,
|
|
91939
92051
|
"locationInModule": {
|
|
@@ -91950,7 +92062,7 @@
|
|
|
91950
92062
|
"abstract": true,
|
|
91951
92063
|
"docs": {
|
|
91952
92064
|
"stability": "stable",
|
|
91953
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92065
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_server_enabled LbListener#routing_http_response_server_enabled}."
|
|
91954
92066
|
},
|
|
91955
92067
|
"immutable": true,
|
|
91956
92068
|
"locationInModule": {
|
|
@@ -91976,7 +92088,7 @@
|
|
|
91976
92088
|
"abstract": true,
|
|
91977
92089
|
"docs": {
|
|
91978
92090
|
"stability": "stable",
|
|
91979
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92091
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_strict_transport_security_header_value LbListener#routing_http_response_strict_transport_security_header_value}."
|
|
91980
92092
|
},
|
|
91981
92093
|
"immutable": true,
|
|
91982
92094
|
"locationInModule": {
|
|
@@ -91993,7 +92105,7 @@
|
|
|
91993
92105
|
"abstract": true,
|
|
91994
92106
|
"docs": {
|
|
91995
92107
|
"stability": "stable",
|
|
91996
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92108
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_x_content_type_options_header_value LbListener#routing_http_response_x_content_type_options_header_value}."
|
|
91997
92109
|
},
|
|
91998
92110
|
"immutable": true,
|
|
91999
92111
|
"locationInModule": {
|
|
@@ -92010,7 +92122,7 @@
|
|
|
92010
92122
|
"abstract": true,
|
|
92011
92123
|
"docs": {
|
|
92012
92124
|
"stability": "stable",
|
|
92013
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92125
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#routing_http_response_x_frame_options_header_value LbListener#routing_http_response_x_frame_options_header_value}."
|
|
92014
92126
|
},
|
|
92015
92127
|
"immutable": true,
|
|
92016
92128
|
"locationInModule": {
|
|
@@ -92027,7 +92139,7 @@
|
|
|
92027
92139
|
"abstract": true,
|
|
92028
92140
|
"docs": {
|
|
92029
92141
|
"stability": "stable",
|
|
92030
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92142
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#ssl_policy LbListener#ssl_policy}."
|
|
92031
92143
|
},
|
|
92032
92144
|
"immutable": true,
|
|
92033
92145
|
"locationInModule": {
|
|
@@ -92044,7 +92156,7 @@
|
|
|
92044
92156
|
"abstract": true,
|
|
92045
92157
|
"docs": {
|
|
92046
92158
|
"stability": "stable",
|
|
92047
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92159
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#tags LbListener#tags}."
|
|
92048
92160
|
},
|
|
92049
92161
|
"immutable": true,
|
|
92050
92162
|
"locationInModule": {
|
|
@@ -92066,7 +92178,7 @@
|
|
|
92066
92178
|
"abstract": true,
|
|
92067
92179
|
"docs": {
|
|
92068
92180
|
"stability": "stable",
|
|
92069
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92181
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#tags_all LbListener#tags_all}."
|
|
92070
92182
|
},
|
|
92071
92183
|
"immutable": true,
|
|
92072
92184
|
"locationInModule": {
|
|
@@ -92088,7 +92200,7 @@
|
|
|
92088
92200
|
"abstract": true,
|
|
92089
92201
|
"docs": {
|
|
92090
92202
|
"stability": "stable",
|
|
92091
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92203
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#tcp_idle_timeout_seconds LbListener#tcp_idle_timeout_seconds}."
|
|
92092
92204
|
},
|
|
92093
92205
|
"immutable": true,
|
|
92094
92206
|
"locationInModule": {
|
|
@@ -92104,7 +92216,7 @@
|
|
|
92104
92216
|
{
|
|
92105
92217
|
"abstract": true,
|
|
92106
92218
|
"docs": {
|
|
92107
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92219
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_listener#timeouts LbListener#timeouts}",
|
|
92108
92220
|
"stability": "stable",
|
|
92109
92221
|
"summary": "timeouts block."
|
|
92110
92222
|
},
|
|
@@ -92202,12 +92314,12 @@
|
|
|
92202
92314
|
"abstract": true,
|
|
92203
92315
|
"docs": {
|
|
92204
92316
|
"stability": "stable",
|
|
92205
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92317
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_target_group_attachment#target_id LbTargetGroupAttachment#target_id}."
|
|
92206
92318
|
},
|
|
92207
92319
|
"immutable": true,
|
|
92208
92320
|
"locationInModule": {
|
|
92209
92321
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92210
|
-
"line":
|
|
92322
|
+
"line": 35
|
|
92211
92323
|
},
|
|
92212
92324
|
"name": "targetId",
|
|
92213
92325
|
"type": {
|
|
@@ -92218,12 +92330,12 @@
|
|
|
92218
92330
|
"abstract": true,
|
|
92219
92331
|
"docs": {
|
|
92220
92332
|
"stability": "stable",
|
|
92221
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92333
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_target_group_attachment#availability_zone LbTargetGroupAttachment#availability_zone}."
|
|
92222
92334
|
},
|
|
92223
92335
|
"immutable": true,
|
|
92224
92336
|
"locationInModule": {
|
|
92225
92337
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92226
|
-
"line":
|
|
92338
|
+
"line": 30
|
|
92227
92339
|
},
|
|
92228
92340
|
"name": "availabilityZone",
|
|
92229
92341
|
"optional": true,
|
|
@@ -92239,7 +92351,7 @@
|
|
|
92239
92351
|
"immutable": true,
|
|
92240
92352
|
"locationInModule": {
|
|
92241
92353
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92242
|
-
"line":
|
|
92354
|
+
"line": 63
|
|
92243
92355
|
},
|
|
92244
92356
|
"name": "connection",
|
|
92245
92357
|
"optional": true,
|
|
@@ -92264,7 +92376,7 @@
|
|
|
92264
92376
|
"immutable": true,
|
|
92265
92377
|
"locationInModule": {
|
|
92266
92378
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92267
|
-
"line":
|
|
92379
|
+
"line": 59
|
|
92268
92380
|
},
|
|
92269
92381
|
"name": "count",
|
|
92270
92382
|
"optional": true,
|
|
@@ -92289,7 +92401,7 @@
|
|
|
92289
92401
|
"immutable": true,
|
|
92290
92402
|
"locationInModule": {
|
|
92291
92403
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92292
|
-
"line":
|
|
92404
|
+
"line": 55
|
|
92293
92405
|
},
|
|
92294
92406
|
"name": "dependsOn",
|
|
92295
92407
|
"optional": true,
|
|
@@ -92310,7 +92422,7 @@
|
|
|
92310
92422
|
"immutable": true,
|
|
92311
92423
|
"locationInModule": {
|
|
92312
92424
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92313
|
-
"line":
|
|
92425
|
+
"line": 51
|
|
92314
92426
|
},
|
|
92315
92427
|
"name": "forEach",
|
|
92316
92428
|
"optional": true,
|
|
@@ -92322,12 +92434,12 @@
|
|
|
92322
92434
|
"abstract": true,
|
|
92323
92435
|
"docs": {
|
|
92324
92436
|
"stability": "stable",
|
|
92325
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92437
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_target_group_attachment#id LbTargetGroupAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
|
|
92326
92438
|
},
|
|
92327
92439
|
"immutable": true,
|
|
92328
92440
|
"locationInModule": {
|
|
92329
92441
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92330
|
-
"line":
|
|
92442
|
+
"line": 25
|
|
92331
92443
|
},
|
|
92332
92444
|
"name": "id",
|
|
92333
92445
|
"optional": true,
|
|
@@ -92343,7 +92455,7 @@
|
|
|
92343
92455
|
"immutable": true,
|
|
92344
92456
|
"locationInModule": {
|
|
92345
92457
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92346
|
-
"line":
|
|
92458
|
+
"line": 47
|
|
92347
92459
|
},
|
|
92348
92460
|
"name": "lifecycle",
|
|
92349
92461
|
"optional": true,
|
|
@@ -92355,12 +92467,12 @@
|
|
|
92355
92467
|
"abstract": true,
|
|
92356
92468
|
"docs": {
|
|
92357
92469
|
"stability": "stable",
|
|
92358
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
92470
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_target_group_attachment#port LbTargetGroupAttachment#port}."
|
|
92359
92471
|
},
|
|
92360
92472
|
"immutable": true,
|
|
92361
92473
|
"locationInModule": {
|
|
92362
92474
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92363
|
-
"line":
|
|
92475
|
+
"line": 18
|
|
92364
92476
|
},
|
|
92365
92477
|
"name": "port",
|
|
92366
92478
|
"optional": true,
|
|
@@ -92376,7 +92488,7 @@
|
|
|
92376
92488
|
"immutable": true,
|
|
92377
92489
|
"locationInModule": {
|
|
92378
92490
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92379
|
-
"line":
|
|
92491
|
+
"line": 43
|
|
92380
92492
|
},
|
|
92381
92493
|
"name": "provider",
|
|
92382
92494
|
"optional": true,
|
|
@@ -92392,7 +92504,7 @@
|
|
|
92392
92504
|
"immutable": true,
|
|
92393
92505
|
"locationInModule": {
|
|
92394
92506
|
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92395
|
-
"line":
|
|
92507
|
+
"line": 39
|
|
92396
92508
|
},
|
|
92397
92509
|
"name": "provisioners",
|
|
92398
92510
|
"optional": true,
|
|
@@ -92416,6 +92528,23 @@
|
|
|
92416
92528
|
"kind": "array"
|
|
92417
92529
|
}
|
|
92418
92530
|
}
|
|
92531
|
+
},
|
|
92532
|
+
{
|
|
92533
|
+
"abstract": true,
|
|
92534
|
+
"docs": {
|
|
92535
|
+
"stability": "stable",
|
|
92536
|
+
"summary": "Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lb_target_group_attachment#region LbTargetGroupAttachment#region}."
|
|
92537
|
+
},
|
|
92538
|
+
"immutable": true,
|
|
92539
|
+
"locationInModule": {
|
|
92540
|
+
"filename": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated.ts",
|
|
92541
|
+
"line": 13
|
|
92542
|
+
},
|
|
92543
|
+
"name": "region",
|
|
92544
|
+
"optional": true,
|
|
92545
|
+
"type": {
|
|
92546
|
+
"primitive": "string"
|
|
92547
|
+
}
|
|
92419
92548
|
}
|
|
92420
92549
|
],
|
|
92421
92550
|
"symbolId": "src/aws/compute/lb-shared/lb-target-group-attachment-config.generated:LbTargetGroupAttachmentConfig"
|
|
@@ -111999,7 +112128,7 @@
|
|
|
111999
112128
|
},
|
|
112000
112129
|
"locationInModule": {
|
|
112001
112130
|
"filename": "src/aws/compute/runtime.ts",
|
|
112002
|
-
"line":
|
|
112131
|
+
"line": 520
|
|
112003
112132
|
},
|
|
112004
112133
|
"parameters": [
|
|
112005
112134
|
{
|
|
@@ -112036,7 +112165,7 @@
|
|
|
112036
112165
|
},
|
|
112037
112166
|
"locationInModule": {
|
|
112038
112167
|
"filename": "src/aws/compute/runtime.ts",
|
|
112039
|
-
"line":
|
|
112168
|
+
"line": 543
|
|
112040
112169
|
},
|
|
112041
112170
|
"name": "runtimeEquals",
|
|
112042
112171
|
"parameters": [
|
|
@@ -112059,7 +112188,7 @@
|
|
|
112059
112188
|
},
|
|
112060
112189
|
"locationInModule": {
|
|
112061
112190
|
"filename": "src/aws/compute/runtime.ts",
|
|
112062
|
-
"line":
|
|
112191
|
+
"line": 539
|
|
112063
112192
|
},
|
|
112064
112193
|
"name": "toString",
|
|
112065
112194
|
"returns": {
|
|
@@ -112103,7 +112232,7 @@
|
|
|
112103
112232
|
"immutable": true,
|
|
112104
112233
|
"locationInModule": {
|
|
112105
112234
|
"filename": "src/aws/compute/runtime.ts",
|
|
112106
|
-
"line":
|
|
112235
|
+
"line": 358
|
|
112107
112236
|
},
|
|
112108
112237
|
"name": "DOTNET_6",
|
|
112109
112238
|
"static": true,
|
|
@@ -112120,7 +112249,7 @@
|
|
|
112120
112249
|
"immutable": true,
|
|
112121
112250
|
"locationInModule": {
|
|
112122
112251
|
"filename": "src/aws/compute/runtime.ts",
|
|
112123
|
-
"line":
|
|
112252
|
+
"line": 366
|
|
112124
112253
|
},
|
|
112125
112254
|
"name": "DOTNET_8",
|
|
112126
112255
|
"static": true,
|
|
@@ -112137,7 +112266,7 @@
|
|
|
112137
112266
|
"immutable": true,
|
|
112138
112267
|
"locationInModule": {
|
|
112139
112268
|
"filename": "src/aws/compute/runtime.ts",
|
|
112140
|
-
"line":
|
|
112269
|
+
"line": 377
|
|
112141
112270
|
},
|
|
112142
112271
|
"name": "DOTNET_9",
|
|
112143
112272
|
"static": true,
|
|
@@ -112155,7 +112284,7 @@
|
|
|
112155
112284
|
"immutable": true,
|
|
112156
112285
|
"locationInModule": {
|
|
112157
112286
|
"filename": "src/aws/compute/runtime.ts",
|
|
112158
|
-
"line":
|
|
112287
|
+
"line": 389
|
|
112159
112288
|
},
|
|
112160
112289
|
"name": "DOTNET_CORE_1",
|
|
112161
112290
|
"static": true,
|
|
@@ -112173,7 +112302,7 @@
|
|
|
112173
112302
|
"immutable": true,
|
|
112174
112303
|
"locationInModule": {
|
|
112175
112304
|
"filename": "src/aws/compute/runtime.ts",
|
|
112176
|
-
"line":
|
|
112305
|
+
"line": 398
|
|
112177
112306
|
},
|
|
112178
112307
|
"name": "DOTNET_CORE_2",
|
|
112179
112308
|
"static": true,
|
|
@@ -112191,7 +112320,7 @@
|
|
|
112191
112320
|
"immutable": true,
|
|
112192
112321
|
"locationInModule": {
|
|
112193
112322
|
"filename": "src/aws/compute/runtime.ts",
|
|
112194
|
-
"line":
|
|
112323
|
+
"line": 407
|
|
112195
112324
|
},
|
|
112196
112325
|
"name": "DOTNET_CORE_2_1",
|
|
112197
112326
|
"static": true,
|
|
@@ -112209,7 +112338,7 @@
|
|
|
112209
112338
|
"immutable": true,
|
|
112210
112339
|
"locationInModule": {
|
|
112211
112340
|
"filename": "src/aws/compute/runtime.ts",
|
|
112212
|
-
"line":
|
|
112341
|
+
"line": 416
|
|
112213
112342
|
},
|
|
112214
112343
|
"name": "DOTNET_CORE_3_1",
|
|
112215
112344
|
"static": true,
|
|
@@ -112226,7 +112355,7 @@
|
|
|
112226
112355
|
"immutable": true,
|
|
112227
112356
|
"locationInModule": {
|
|
112228
112357
|
"filename": "src/aws/compute/runtime.ts",
|
|
112229
|
-
"line":
|
|
112358
|
+
"line": 482
|
|
112230
112359
|
},
|
|
112231
112360
|
"name": "FROM_IMAGE",
|
|
112232
112361
|
"static": true,
|
|
@@ -112244,7 +112373,7 @@
|
|
|
112244
112373
|
"immutable": true,
|
|
112245
112374
|
"locationInModule": {
|
|
112246
112375
|
"filename": "src/aws/compute/runtime.ts",
|
|
112247
|
-
"line":
|
|
112376
|
+
"line": 425
|
|
112248
112377
|
},
|
|
112249
112378
|
"name": "GO_1_X",
|
|
112250
112379
|
"static": true,
|
|
@@ -112261,7 +112390,7 @@
|
|
|
112261
112390
|
"immutable": true,
|
|
112262
112391
|
"locationInModule": {
|
|
112263
112392
|
"filename": "src/aws/compute/runtime.ts",
|
|
112264
|
-
"line":
|
|
112393
|
+
"line": 334
|
|
112265
112394
|
},
|
|
112266
112395
|
"name": "JAVA_11",
|
|
112267
112396
|
"static": true,
|
|
@@ -112278,7 +112407,7 @@
|
|
|
112278
112407
|
"immutable": true,
|
|
112279
112408
|
"locationInModule": {
|
|
112280
112409
|
"filename": "src/aws/compute/runtime.ts",
|
|
112281
|
-
"line":
|
|
112410
|
+
"line": 342
|
|
112282
112411
|
},
|
|
112283
112412
|
"name": "JAVA_17",
|
|
112284
112413
|
"static": true,
|
|
@@ -112295,7 +112424,7 @@
|
|
|
112295
112424
|
"immutable": true,
|
|
112296
112425
|
"locationInModule": {
|
|
112297
112426
|
"filename": "src/aws/compute/runtime.ts",
|
|
112298
|
-
"line":
|
|
112427
|
+
"line": 350
|
|
112299
112428
|
},
|
|
112300
112429
|
"name": "JAVA_21",
|
|
112301
112430
|
"static": true,
|
|
@@ -112313,7 +112442,7 @@
|
|
|
112313
112442
|
"immutable": true,
|
|
112314
112443
|
"locationInModule": {
|
|
112315
112444
|
"filename": "src/aws/compute/runtime.ts",
|
|
112316
|
-
"line":
|
|
112445
|
+
"line": 316
|
|
112317
112446
|
},
|
|
112318
112447
|
"name": "JAVA_8",
|
|
112319
112448
|
"static": true,
|
|
@@ -112330,7 +112459,7 @@
|
|
|
112330
112459
|
"immutable": true,
|
|
112331
112460
|
"locationInModule": {
|
|
112332
112461
|
"filename": "src/aws/compute/runtime.ts",
|
|
112333
|
-
"line":
|
|
112462
|
+
"line": 323
|
|
112334
112463
|
},
|
|
112335
112464
|
"name": "JAVA_8_CORRETTO",
|
|
112336
112465
|
"static": true,
|
|
@@ -112479,6 +112608,23 @@
|
|
|
112479
112608
|
"fqn": "terraconstructs.aws.compute.Runtime"
|
|
112480
112609
|
}
|
|
112481
112610
|
},
|
|
112611
|
+
{
|
|
112612
|
+
"const": true,
|
|
112613
|
+
"docs": {
|
|
112614
|
+
"stability": "stable",
|
|
112615
|
+
"summary": "The NodeJS 24.x runtime (nodejs24.x)."
|
|
112616
|
+
},
|
|
112617
|
+
"immutable": true,
|
|
112618
|
+
"locationInModule": {
|
|
112619
|
+
"filename": "src/aws/compute/runtime.ts",
|
|
112620
|
+
"line": 179
|
|
112621
|
+
},
|
|
112622
|
+
"name": "NODEJS_24_X",
|
|
112623
|
+
"static": true,
|
|
112624
|
+
"type": {
|
|
112625
|
+
"fqn": "terraconstructs.aws.compute.Runtime"
|
|
112626
|
+
}
|
|
112627
|
+
},
|
|
112482
112628
|
{
|
|
112483
112629
|
"const": true,
|
|
112484
112630
|
"docs": {
|
|
@@ -112560,7 +112706,7 @@
|
|
|
112560
112706
|
"immutable": true,
|
|
112561
112707
|
"locationInModule": {
|
|
112562
112708
|
"filename": "src/aws/compute/runtime.ts",
|
|
112563
|
-
"line":
|
|
112709
|
+
"line": 458
|
|
112564
112710
|
},
|
|
112565
112711
|
"name": "PROVIDED",
|
|
112566
112712
|
"static": true,
|
|
@@ -112577,7 +112723,7 @@
|
|
|
112577
112723
|
"immutable": true,
|
|
112578
112724
|
"locationInModule": {
|
|
112579
112725
|
"filename": "src/aws/compute/runtime.ts",
|
|
112580
|
-
"line":
|
|
112726
|
+
"line": 466
|
|
112581
112727
|
},
|
|
112582
112728
|
"name": "PROVIDED_AL2",
|
|
112583
112729
|
"static": true,
|
|
@@ -112594,7 +112740,7 @@
|
|
|
112594
112740
|
"immutable": true,
|
|
112595
112741
|
"locationInModule": {
|
|
112596
112742
|
"filename": "src/aws/compute/runtime.ts",
|
|
112597
|
-
"line":
|
|
112743
|
+
"line": 474
|
|
112598
112744
|
},
|
|
112599
112745
|
"name": "PROVIDED_AL2023",
|
|
112600
112746
|
"static": true,
|
|
@@ -112612,7 +112758,7 @@
|
|
|
112612
112758
|
"immutable": true,
|
|
112613
112759
|
"locationInModule": {
|
|
112614
112760
|
"filename": "src/aws/compute/runtime.ts",
|
|
112615
|
-
"line":
|
|
112761
|
+
"line": 189
|
|
112616
112762
|
},
|
|
112617
112763
|
"name": "PYTHON_2_7",
|
|
112618
112764
|
"static": true,
|
|
@@ -112629,7 +112775,7 @@
|
|
|
112629
112775
|
"immutable": true,
|
|
112630
112776
|
"locationInModule": {
|
|
112631
112777
|
"filename": "src/aws/compute/runtime.ts",
|
|
112632
|
-
"line":
|
|
112778
|
+
"line": 252
|
|
112633
112779
|
},
|
|
112634
112780
|
"name": "PYTHON_3_10",
|
|
112635
112781
|
"static": true,
|
|
@@ -112646,7 +112792,7 @@
|
|
|
112646
112792
|
"immutable": true,
|
|
112647
112793
|
"locationInModule": {
|
|
112648
112794
|
"filename": "src/aws/compute/runtime.ts",
|
|
112649
|
-
"line":
|
|
112795
|
+
"line": 264
|
|
112650
112796
|
},
|
|
112651
112797
|
"name": "PYTHON_3_11",
|
|
112652
112798
|
"static": true,
|
|
@@ -112663,7 +112809,7 @@
|
|
|
112663
112809
|
"immutable": true,
|
|
112664
112810
|
"locationInModule": {
|
|
112665
112811
|
"filename": "src/aws/compute/runtime.ts",
|
|
112666
|
-
"line":
|
|
112812
|
+
"line": 276
|
|
112667
112813
|
},
|
|
112668
112814
|
"name": "PYTHON_3_12",
|
|
112669
112815
|
"static": true,
|
|
@@ -112680,7 +112826,7 @@
|
|
|
112680
112826
|
"immutable": true,
|
|
112681
112827
|
"locationInModule": {
|
|
112682
112828
|
"filename": "src/aws/compute/runtime.ts",
|
|
112683
|
-
"line":
|
|
112829
|
+
"line": 289
|
|
112684
112830
|
},
|
|
112685
112831
|
"name": "PYTHON_3_13",
|
|
112686
112832
|
"static": true,
|
|
@@ -112688,6 +112834,23 @@
|
|
|
112688
112834
|
"fqn": "terraconstructs.aws.compute.Runtime"
|
|
112689
112835
|
}
|
|
112690
112836
|
},
|
|
112837
|
+
{
|
|
112838
|
+
"const": true,
|
|
112839
|
+
"docs": {
|
|
112840
|
+
"stability": "stable",
|
|
112841
|
+
"summary": "The Python 3.14 runtime (python3.14)."
|
|
112842
|
+
},
|
|
112843
|
+
"immutable": true,
|
|
112844
|
+
"locationInModule": {
|
|
112845
|
+
"filename": "src/aws/compute/runtime.ts",
|
|
112846
|
+
"line": 302
|
|
112847
|
+
},
|
|
112848
|
+
"name": "PYTHON_3_14",
|
|
112849
|
+
"static": true,
|
|
112850
|
+
"type": {
|
|
112851
|
+
"fqn": "terraconstructs.aws.compute.Runtime"
|
|
112852
|
+
}
|
|
112853
|
+
},
|
|
112691
112854
|
{
|
|
112692
112855
|
"const": true,
|
|
112693
112856
|
"docs": {
|
|
@@ -112699,7 +112862,7 @@
|
|
|
112699
112862
|
"immutable": true,
|
|
112700
112863
|
"locationInModule": {
|
|
112701
112864
|
"filename": "src/aws/compute/runtime.ts",
|
|
112702
|
-
"line":
|
|
112865
|
+
"line": 202
|
|
112703
112866
|
},
|
|
112704
112867
|
"name": "PYTHON_3_6",
|
|
112705
112868
|
"static": true,
|
|
@@ -112717,7 +112880,7 @@
|
|
|
112717
112880
|
"immutable": true,
|
|
112718
112881
|
"locationInModule": {
|
|
112719
112882
|
"filename": "src/aws/compute/runtime.ts",
|
|
112720
|
-
"line":
|
|
112883
|
+
"line": 215
|
|
112721
112884
|
},
|
|
112722
112885
|
"name": "PYTHON_3_7",
|
|
112723
112886
|
"static": true,
|
|
@@ -112735,7 +112898,7 @@
|
|
|
112735
112898
|
"immutable": true,
|
|
112736
112899
|
"locationInModule": {
|
|
112737
112900
|
"filename": "src/aws/compute/runtime.ts",
|
|
112738
|
-
"line":
|
|
112901
|
+
"line": 228
|
|
112739
112902
|
},
|
|
112740
112903
|
"name": "PYTHON_3_8",
|
|
112741
112904
|
"static": true,
|
|
@@ -112752,7 +112915,7 @@
|
|
|
112752
112915
|
"immutable": true,
|
|
112753
112916
|
"locationInModule": {
|
|
112754
112917
|
"filename": "src/aws/compute/runtime.ts",
|
|
112755
|
-
"line":
|
|
112918
|
+
"line": 240
|
|
112756
112919
|
},
|
|
112757
112920
|
"name": "PYTHON_3_9",
|
|
112758
112921
|
"static": true,
|
|
@@ -112770,7 +112933,7 @@
|
|
|
112770
112933
|
"immutable": true,
|
|
112771
112934
|
"locationInModule": {
|
|
112772
112935
|
"filename": "src/aws/compute/runtime.ts",
|
|
112773
|
-
"line":
|
|
112936
|
+
"line": 431
|
|
112774
112937
|
},
|
|
112775
112938
|
"name": "RUBY_2_5",
|
|
112776
112939
|
"static": true,
|
|
@@ -112788,7 +112951,7 @@
|
|
|
112788
112951
|
"immutable": true,
|
|
112789
112952
|
"locationInModule": {
|
|
112790
112953
|
"filename": "src/aws/compute/runtime.ts",
|
|
112791
|
-
"line":
|
|
112954
|
+
"line": 437
|
|
112792
112955
|
},
|
|
112793
112956
|
"name": "RUBY_2_7",
|
|
112794
112957
|
"static": true,
|
|
@@ -112805,7 +112968,7 @@
|
|
|
112805
112968
|
"immutable": true,
|
|
112806
112969
|
"locationInModule": {
|
|
112807
112970
|
"filename": "src/aws/compute/runtime.ts",
|
|
112808
|
-
"line":
|
|
112971
|
+
"line": 442
|
|
112809
112972
|
},
|
|
112810
112973
|
"name": "RUBY_3_2",
|
|
112811
112974
|
"static": true,
|
|
@@ -112822,7 +112985,7 @@
|
|
|
112822
112985
|
"immutable": true,
|
|
112823
112986
|
"locationInModule": {
|
|
112824
112987
|
"filename": "src/aws/compute/runtime.ts",
|
|
112825
|
-
"line":
|
|
112988
|
+
"line": 447
|
|
112826
112989
|
},
|
|
112827
112990
|
"name": "RUBY_3_3",
|
|
112828
112991
|
"static": true,
|
|
@@ -112839,7 +113002,7 @@
|
|
|
112839
113002
|
"immutable": true,
|
|
112840
113003
|
"locationInModule": {
|
|
112841
113004
|
"filename": "src/aws/compute/runtime.ts",
|
|
112842
|
-
"line":
|
|
113005
|
+
"line": 452
|
|
112843
113006
|
},
|
|
112844
113007
|
"name": "RUBY_3_4",
|
|
112845
113008
|
"static": true,
|
|
@@ -112855,7 +113018,7 @@
|
|
|
112855
113018
|
"immutable": true,
|
|
112856
113019
|
"locationInModule": {
|
|
112857
113020
|
"filename": "src/aws/compute/runtime.ts",
|
|
112858
|
-
"line":
|
|
113021
|
+
"line": 513
|
|
112859
113022
|
},
|
|
112860
113023
|
"name": "bundlingImage",
|
|
112861
113024
|
"type": {
|
|
@@ -112870,7 +113033,7 @@
|
|
|
112870
113033
|
"immutable": true,
|
|
112871
113034
|
"locationInModule": {
|
|
112872
113035
|
"filename": "src/aws/compute/runtime.ts",
|
|
112873
|
-
"line":
|
|
113036
|
+
"line": 518
|
|
112874
113037
|
},
|
|
112875
113038
|
"name": "isVariable",
|
|
112876
113039
|
"type": {
|
|
@@ -112885,7 +113048,7 @@
|
|
|
112885
113048
|
"immutable": true,
|
|
112886
113049
|
"locationInModule": {
|
|
112887
113050
|
"filename": "src/aws/compute/runtime.ts",
|
|
112888
|
-
"line":
|
|
113051
|
+
"line": 487
|
|
112889
113052
|
},
|
|
112890
113053
|
"name": "name",
|
|
112891
113054
|
"type": {
|
|
@@ -112900,7 +113063,7 @@
|
|
|
112900
113063
|
"immutable": true,
|
|
112901
113064
|
"locationInModule": {
|
|
112902
113065
|
"filename": "src/aws/compute/runtime.ts",
|
|
112903
|
-
"line":
|
|
113066
|
+
"line": 498
|
|
112904
113067
|
},
|
|
112905
113068
|
"name": "supportsCodeGuruProfiling",
|
|
112906
113069
|
"type": {
|
|
@@ -112915,7 +113078,7 @@
|
|
|
112915
113078
|
"immutable": true,
|
|
112916
113079
|
"locationInModule": {
|
|
112917
113080
|
"filename": "src/aws/compute/runtime.ts",
|
|
112918
|
-
"line":
|
|
113081
|
+
"line": 493
|
|
112919
113082
|
},
|
|
112920
113083
|
"name": "supportsInlineCode",
|
|
112921
113084
|
"type": {
|
|
@@ -112930,7 +113093,7 @@
|
|
|
112930
113093
|
"immutable": true,
|
|
112931
113094
|
"locationInModule": {
|
|
112932
113095
|
"filename": "src/aws/compute/runtime.ts",
|
|
112933
|
-
"line":
|
|
113096
|
+
"line": 503
|
|
112934
113097
|
},
|
|
112935
113098
|
"name": "supportsSnapStart",
|
|
112936
113099
|
"type": {
|
|
@@ -112945,7 +113108,7 @@
|
|
|
112945
113108
|
"immutable": true,
|
|
112946
113109
|
"locationInModule": {
|
|
112947
113110
|
"filename": "src/aws/compute/runtime.ts",
|
|
112948
|
-
"line":
|
|
113111
|
+
"line": 508
|
|
112949
113112
|
},
|
|
112950
113113
|
"name": "family",
|
|
112951
113114
|
"optional": true,
|
|
@@ -129515,7 +129678,7 @@
|
|
|
129515
129678
|
"abstract": true,
|
|
129516
129679
|
"docs": {
|
|
129517
129680
|
"stability": "stable",
|
|
129518
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
129681
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lambda_function#subnet_ids LambdaFunction#subnet_ids}."
|
|
129519
129682
|
},
|
|
129520
129683
|
"immutable": true,
|
|
129521
129684
|
"locationInModule": {
|
|
@@ -129559,7 +129722,7 @@
|
|
|
129559
129722
|
"abstract": true,
|
|
129560
129723
|
"docs": {
|
|
129561
129724
|
"stability": "stable",
|
|
129562
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
129725
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lambda_function#ipv6_allowed_for_dual_stack LambdaFunction#ipv6_allowed_for_dual_stack}."
|
|
129563
129726
|
},
|
|
129564
129727
|
"immutable": true,
|
|
129565
129728
|
"locationInModule": {
|
|
@@ -129586,7 +129749,7 @@
|
|
|
129586
129749
|
"docs": {
|
|
129587
129750
|
"default": "created",
|
|
129588
129751
|
"stability": "stable",
|
|
129589
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
129752
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/lambda_function#security_group_ids LambdaFunction#security_group_ids}."
|
|
129590
129753
|
},
|
|
129591
129754
|
"immutable": true,
|
|
129592
129755
|
"locationInModule": {
|
|
@@ -162501,7 +162664,7 @@
|
|
|
162501
162664
|
"abstract": true,
|
|
162502
162665
|
"docs": {
|
|
162503
162666
|
"stability": "stable",
|
|
162504
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
162667
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#id DataAwsIamPolicyDocument#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
|
|
162505
162668
|
},
|
|
162506
162669
|
"immutable": true,
|
|
162507
162670
|
"locationInModule": {
|
|
@@ -162534,7 +162697,7 @@
|
|
|
162534
162697
|
"abstract": true,
|
|
162535
162698
|
"docs": {
|
|
162536
162699
|
"stability": "stable",
|
|
162537
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
162700
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#override_json DataAwsIamPolicyDocument#override_json}."
|
|
162538
162701
|
},
|
|
162539
162702
|
"immutable": true,
|
|
162540
162703
|
"locationInModule": {
|
|
@@ -162551,7 +162714,7 @@
|
|
|
162551
162714
|
"abstract": true,
|
|
162552
162715
|
"docs": {
|
|
162553
162716
|
"stability": "stable",
|
|
162554
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
162717
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#override_policy_documents DataAwsIamPolicyDocument#override_policy_documents}."
|
|
162555
162718
|
},
|
|
162556
162719
|
"immutable": true,
|
|
162557
162720
|
"locationInModule": {
|
|
@@ -162573,7 +162736,7 @@
|
|
|
162573
162736
|
"abstract": true,
|
|
162574
162737
|
"docs": {
|
|
162575
162738
|
"stability": "stable",
|
|
162576
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
162739
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#policy_id DataAwsIamPolicyDocument#policy_id}."
|
|
162577
162740
|
},
|
|
162578
162741
|
"immutable": true,
|
|
162579
162742
|
"locationInModule": {
|
|
@@ -162639,7 +162802,7 @@
|
|
|
162639
162802
|
"abstract": true,
|
|
162640
162803
|
"docs": {
|
|
162641
162804
|
"stability": "stable",
|
|
162642
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
162805
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#source_json DataAwsIamPolicyDocument#source_json}."
|
|
162643
162806
|
},
|
|
162644
162807
|
"immutable": true,
|
|
162645
162808
|
"locationInModule": {
|
|
@@ -162656,7 +162819,7 @@
|
|
|
162656
162819
|
"abstract": true,
|
|
162657
162820
|
"docs": {
|
|
162658
162821
|
"stability": "stable",
|
|
162659
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
162822
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#source_policy_documents DataAwsIamPolicyDocument#source_policy_documents}."
|
|
162660
162823
|
},
|
|
162661
162824
|
"immutable": true,
|
|
162662
162825
|
"locationInModule": {
|
|
@@ -162678,7 +162841,7 @@
|
|
|
162678
162841
|
"abstract": true,
|
|
162679
162842
|
"docs": {
|
|
162680
162843
|
"stability": "stable",
|
|
162681
|
-
"summary": "Configuration block for a policy statement Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
162844
|
+
"summary": "Configuration block for a policy statement Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#statement DataAwsIamPolicyDocument#statement}."
|
|
162682
162845
|
},
|
|
162683
162846
|
"immutable": true,
|
|
162684
162847
|
"locationInModule": {
|
|
@@ -162700,7 +162863,7 @@
|
|
|
162700
162863
|
"abstract": true,
|
|
162701
162864
|
"docs": {
|
|
162702
162865
|
"stability": "stable",
|
|
162703
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
162866
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#version DataAwsIamPolicyDocument#version}."
|
|
162704
162867
|
},
|
|
162705
162868
|
"immutable": true,
|
|
162706
162869
|
"locationInModule": {
|
|
@@ -163921,7 +164084,7 @@
|
|
|
163921
164084
|
"abstract": true,
|
|
163922
164085
|
"docs": {
|
|
163923
164086
|
"stability": "stable",
|
|
163924
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
164087
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#actions DataAwsIamPolicyDocument#actions}."
|
|
163925
164088
|
},
|
|
163926
164089
|
"immutable": true,
|
|
163927
164090
|
"locationInModule": {
|
|
@@ -163942,7 +164105,7 @@
|
|
|
163942
164105
|
{
|
|
163943
164106
|
"abstract": true,
|
|
163944
164107
|
"docs": {
|
|
163945
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
164108
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#condition DataAwsIamPolicyDocument#condition}",
|
|
163946
164109
|
"stability": "stable",
|
|
163947
164110
|
"summary": "condition block."
|
|
163948
164111
|
},
|
|
@@ -163984,7 +164147,7 @@
|
|
|
163984
164147
|
"abstract": true,
|
|
163985
164148
|
"docs": {
|
|
163986
164149
|
"stability": "stable",
|
|
163987
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
164150
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#not_actions DataAwsIamPolicyDocument#not_actions}."
|
|
163988
164151
|
},
|
|
163989
164152
|
"immutable": true,
|
|
163990
164153
|
"locationInModule": {
|
|
@@ -164005,7 +164168,7 @@
|
|
|
164005
164168
|
{
|
|
164006
164169
|
"abstract": true,
|
|
164007
164170
|
"docs": {
|
|
164008
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
164171
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#not_principals DataAwsIamPolicyDocument#not_principals}",
|
|
164009
164172
|
"stability": "stable",
|
|
164010
164173
|
"summary": "not_principals block."
|
|
164011
164174
|
},
|
|
@@ -164029,7 +164192,7 @@
|
|
|
164029
164192
|
"abstract": true,
|
|
164030
164193
|
"docs": {
|
|
164031
164194
|
"stability": "stable",
|
|
164032
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
164195
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#not_resources DataAwsIamPolicyDocument#not_resources}."
|
|
164033
164196
|
},
|
|
164034
164197
|
"immutable": true,
|
|
164035
164198
|
"locationInModule": {
|
|
@@ -164050,7 +164213,7 @@
|
|
|
164050
164213
|
{
|
|
164051
164214
|
"abstract": true,
|
|
164052
164215
|
"docs": {
|
|
164053
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
164216
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#principals DataAwsIamPolicyDocument#principals}",
|
|
164054
164217
|
"stability": "stable",
|
|
164055
164218
|
"summary": "principals block."
|
|
164056
164219
|
},
|
|
@@ -164074,7 +164237,7 @@
|
|
|
164074
164237
|
"abstract": true,
|
|
164075
164238
|
"docs": {
|
|
164076
164239
|
"stability": "stable",
|
|
164077
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
164240
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#resources DataAwsIamPolicyDocument#resources}."
|
|
164078
164241
|
},
|
|
164079
164242
|
"immutable": true,
|
|
164080
164243
|
"locationInModule": {
|
|
@@ -164096,7 +164259,7 @@
|
|
|
164096
164259
|
"abstract": true,
|
|
164097
164260
|
"docs": {
|
|
164098
164261
|
"stability": "stable",
|
|
164099
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
164262
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/data-sources/iam_policy_document#sid DataAwsIamPolicyDocument#sid}."
|
|
164100
164263
|
},
|
|
164101
164264
|
"immutable": true,
|
|
164102
164265
|
"locationInModule": {
|
|
@@ -180067,7 +180230,7 @@
|
|
|
180067
180230
|
"immutable": true,
|
|
180068
180231
|
"locationInModule": {
|
|
180069
180232
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180070
|
-
"line":
|
|
180233
|
+
"line": 99
|
|
180071
180234
|
},
|
|
180072
180235
|
"name": "connection",
|
|
180073
180236
|
"optional": true,
|
|
@@ -180092,7 +180255,7 @@
|
|
|
180092
180255
|
"immutable": true,
|
|
180093
180256
|
"locationInModule": {
|
|
180094
180257
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180095
|
-
"line":
|
|
180258
|
+
"line": 95
|
|
180096
180259
|
},
|
|
180097
180260
|
"name": "count",
|
|
180098
180261
|
"optional": true,
|
|
@@ -180113,12 +180276,12 @@
|
|
|
180113
180276
|
"abstract": true,
|
|
180114
180277
|
"docs": {
|
|
180115
180278
|
"stability": "stable",
|
|
180116
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180279
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#delay_seconds SqsQueue#delay_seconds}."
|
|
180117
180280
|
},
|
|
180118
180281
|
"immutable": true,
|
|
180119
180282
|
"locationInModule": {
|
|
180120
180283
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180121
|
-
"line":
|
|
180284
|
+
"line": 75
|
|
180122
180285
|
},
|
|
180123
180286
|
"name": "delaySeconds",
|
|
180124
180287
|
"optional": true,
|
|
@@ -180134,7 +180297,7 @@
|
|
|
180134
180297
|
"immutable": true,
|
|
180135
180298
|
"locationInModule": {
|
|
180136
180299
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180137
|
-
"line":
|
|
180300
|
+
"line": 91
|
|
180138
180301
|
},
|
|
180139
180302
|
"name": "dependsOn",
|
|
180140
180303
|
"optional": true,
|
|
@@ -180155,7 +180318,7 @@
|
|
|
180155
180318
|
"immutable": true,
|
|
180156
180319
|
"locationInModule": {
|
|
180157
180320
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180158
|
-
"line":
|
|
180321
|
+
"line": 87
|
|
180159
180322
|
},
|
|
180160
180323
|
"name": "forEach",
|
|
180161
180324
|
"optional": true,
|
|
@@ -180167,12 +180330,12 @@
|
|
|
180167
180330
|
"abstract": true,
|
|
180168
180331
|
"docs": {
|
|
180169
180332
|
"stability": "stable",
|
|
180170
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180333
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#kms_data_key_reuse_period_seconds SqsQueue#kms_data_key_reuse_period_seconds}."
|
|
180171
180334
|
},
|
|
180172
180335
|
"immutable": true,
|
|
180173
180336
|
"locationInModule": {
|
|
180174
180337
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180175
|
-
"line":
|
|
180338
|
+
"line": 70
|
|
180176
180339
|
},
|
|
180177
180340
|
"name": "kmsDataKeyReusePeriodSeconds",
|
|
180178
180341
|
"optional": true,
|
|
@@ -180184,12 +180347,12 @@
|
|
|
180184
180347
|
"abstract": true,
|
|
180185
180348
|
"docs": {
|
|
180186
180349
|
"stability": "stable",
|
|
180187
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180350
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#kms_master_key_id SqsQueue#kms_master_key_id}."
|
|
180188
180351
|
},
|
|
180189
180352
|
"immutable": true,
|
|
180190
180353
|
"locationInModule": {
|
|
180191
180354
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180192
|
-
"line":
|
|
180355
|
+
"line": 65
|
|
180193
180356
|
},
|
|
180194
180357
|
"name": "kmsMasterKeyId",
|
|
180195
180358
|
"optional": true,
|
|
@@ -180205,7 +180368,7 @@
|
|
|
180205
180368
|
"immutable": true,
|
|
180206
180369
|
"locationInModule": {
|
|
180207
180370
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180208
|
-
"line":
|
|
180371
|
+
"line": 83
|
|
180209
180372
|
},
|
|
180210
180373
|
"name": "lifecycle",
|
|
180211
180374
|
"optional": true,
|
|
@@ -180217,12 +180380,12 @@
|
|
|
180217
180380
|
"abstract": true,
|
|
180218
180381
|
"docs": {
|
|
180219
180382
|
"stability": "stable",
|
|
180220
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180383
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#max_message_size SqsQueue#max_message_size}."
|
|
180221
180384
|
},
|
|
180222
180385
|
"immutable": true,
|
|
180223
180386
|
"locationInModule": {
|
|
180224
180387
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180225
|
-
"line":
|
|
180388
|
+
"line": 60
|
|
180226
180389
|
},
|
|
180227
180390
|
"name": "maxMessageSize",
|
|
180228
180391
|
"optional": true,
|
|
@@ -180234,12 +180397,12 @@
|
|
|
180234
180397
|
"abstract": true,
|
|
180235
180398
|
"docs": {
|
|
180236
180399
|
"stability": "stable",
|
|
180237
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180400
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#message_retention_seconds SqsQueue#message_retention_seconds}."
|
|
180238
180401
|
},
|
|
180239
180402
|
"immutable": true,
|
|
180240
180403
|
"locationInModule": {
|
|
180241
180404
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180242
|
-
"line":
|
|
180405
|
+
"line": 55
|
|
180243
180406
|
},
|
|
180244
180407
|
"name": "messageRetentionSeconds",
|
|
180245
180408
|
"optional": true,
|
|
@@ -180251,12 +180414,12 @@
|
|
|
180251
180414
|
"abstract": true,
|
|
180252
180415
|
"docs": {
|
|
180253
180416
|
"stability": "stable",
|
|
180254
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180417
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#policy SqsQueue#policy}."
|
|
180255
180418
|
},
|
|
180256
180419
|
"immutable": true,
|
|
180257
180420
|
"locationInModule": {
|
|
180258
180421
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180259
|
-
"line":
|
|
180422
|
+
"line": 50
|
|
180260
180423
|
},
|
|
180261
180424
|
"name": "policy",
|
|
180262
180425
|
"optional": true,
|
|
@@ -180272,7 +180435,7 @@
|
|
|
180272
180435
|
"immutable": true,
|
|
180273
180436
|
"locationInModule": {
|
|
180274
180437
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180275
|
-
"line":
|
|
180438
|
+
"line": 79
|
|
180276
180439
|
},
|
|
180277
180440
|
"name": "provisioners",
|
|
180278
180441
|
"optional": true,
|
|
@@ -180301,12 +180464,12 @@
|
|
|
180301
180464
|
"abstract": true,
|
|
180302
180465
|
"docs": {
|
|
180303
180466
|
"stability": "stable",
|
|
180304
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180467
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#receive_wait_time_seconds SqsQueue#receive_wait_time_seconds}."
|
|
180305
180468
|
},
|
|
180306
180469
|
"immutable": true,
|
|
180307
180470
|
"locationInModule": {
|
|
180308
180471
|
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180309
|
-
"line":
|
|
180472
|
+
"line": 45
|
|
180310
180473
|
},
|
|
180311
180474
|
"name": "receiveWaitTimeSeconds",
|
|
180312
180475
|
"optional": true,
|
|
@@ -180318,7 +180481,24 @@
|
|
|
180318
180481
|
"abstract": true,
|
|
180319
180482
|
"docs": {
|
|
180320
180483
|
"stability": "stable",
|
|
180321
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180484
|
+
"summary": "Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#region SqsQueue#region}."
|
|
180485
|
+
},
|
|
180486
|
+
"immutable": true,
|
|
180487
|
+
"locationInModule": {
|
|
180488
|
+
"filename": "src/aws/notify/queue-config.generated.ts",
|
|
180489
|
+
"line": 40
|
|
180490
|
+
},
|
|
180491
|
+
"name": "region",
|
|
180492
|
+
"optional": true,
|
|
180493
|
+
"type": {
|
|
180494
|
+
"primitive": "string"
|
|
180495
|
+
}
|
|
180496
|
+
},
|
|
180497
|
+
{
|
|
180498
|
+
"abstract": true,
|
|
180499
|
+
"docs": {
|
|
180500
|
+
"stability": "stable",
|
|
180501
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#sqs_managed_sse_enabled SqsQueue#sqs_managed_sse_enabled}."
|
|
180322
180502
|
},
|
|
180323
180503
|
"immutable": true,
|
|
180324
180504
|
"locationInModule": {
|
|
@@ -180344,7 +180524,7 @@
|
|
|
180344
180524
|
"abstract": true,
|
|
180345
180525
|
"docs": {
|
|
180346
180526
|
"stability": "stable",
|
|
180347
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180527
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#tags SqsQueue#tags}."
|
|
180348
180528
|
},
|
|
180349
180529
|
"immutable": true,
|
|
180350
180530
|
"locationInModule": {
|
|
@@ -180366,7 +180546,7 @@
|
|
|
180366
180546
|
"abstract": true,
|
|
180367
180547
|
"docs": {
|
|
180368
180548
|
"stability": "stable",
|
|
180369
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180549
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#tags_all SqsQueue#tags_all}."
|
|
180370
180550
|
},
|
|
180371
180551
|
"immutable": true,
|
|
180372
180552
|
"locationInModule": {
|
|
@@ -180387,7 +180567,7 @@
|
|
|
180387
180567
|
{
|
|
180388
180568
|
"abstract": true,
|
|
180389
180569
|
"docs": {
|
|
180390
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180570
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#timeouts SqsQueue#timeouts}",
|
|
180391
180571
|
"stability": "stable",
|
|
180392
180572
|
"summary": "timeouts block."
|
|
180393
180573
|
},
|
|
@@ -180406,7 +180586,7 @@
|
|
|
180406
180586
|
"abstract": true,
|
|
180407
180587
|
"docs": {
|
|
180408
180588
|
"stability": "stable",
|
|
180409
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
180589
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/sqs_queue#visibility_timeout_seconds SqsQueue#visibility_timeout_seconds}."
|
|
180410
180590
|
},
|
|
180411
180591
|
"immutable": true,
|
|
180412
180592
|
"locationInModule": {
|
|
@@ -189310,14 +189490,14 @@
|
|
|
189310
189490
|
{
|
|
189311
189491
|
"abstract": true,
|
|
189312
189492
|
"docs": {
|
|
189313
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
189493
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_cors_configuration#cors_rule S3BucketCorsConfiguration#cors_rule}",
|
|
189314
189494
|
"stability": "stable",
|
|
189315
189495
|
"summary": "A set of origins and methods (cross-origin access that you want to allow)."
|
|
189316
189496
|
},
|
|
189317
189497
|
"immutable": true,
|
|
189318
189498
|
"locationInModule": {
|
|
189319
189499
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189320
|
-
"line":
|
|
189500
|
+
"line": 36
|
|
189321
189501
|
},
|
|
189322
189502
|
"name": "corsRule",
|
|
189323
189503
|
"type": {
|
|
@@ -189346,7 +189526,7 @@
|
|
|
189346
189526
|
"immutable": true,
|
|
189347
189527
|
"locationInModule": {
|
|
189348
189528
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189349
|
-
"line":
|
|
189529
|
+
"line": 64
|
|
189350
189530
|
},
|
|
189351
189531
|
"name": "connection",
|
|
189352
189532
|
"optional": true,
|
|
@@ -189371,7 +189551,7 @@
|
|
|
189371
189551
|
"immutable": true,
|
|
189372
189552
|
"locationInModule": {
|
|
189373
189553
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189374
|
-
"line":
|
|
189554
|
+
"line": 60
|
|
189375
189555
|
},
|
|
189376
189556
|
"name": "count",
|
|
189377
189557
|
"optional": true,
|
|
@@ -189396,7 +189576,7 @@
|
|
|
189396
189576
|
"immutable": true,
|
|
189397
189577
|
"locationInModule": {
|
|
189398
189578
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189399
|
-
"line":
|
|
189579
|
+
"line": 56
|
|
189400
189580
|
},
|
|
189401
189581
|
"name": "dependsOn",
|
|
189402
189582
|
"optional": true,
|
|
@@ -189413,12 +189593,12 @@
|
|
|
189413
189593
|
"abstract": true,
|
|
189414
189594
|
"docs": {
|
|
189415
189595
|
"stability": "stable",
|
|
189416
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
189596
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_cors_configuration#expected_bucket_owner S3BucketCorsConfiguration#expected_bucket_owner}."
|
|
189417
189597
|
},
|
|
189418
189598
|
"immutable": true,
|
|
189419
189599
|
"locationInModule": {
|
|
189420
189600
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189421
|
-
"line":
|
|
189601
|
+
"line": 30
|
|
189422
189602
|
},
|
|
189423
189603
|
"name": "expectedBucketOwner",
|
|
189424
189604
|
"optional": true,
|
|
@@ -189434,7 +189614,7 @@
|
|
|
189434
189614
|
"immutable": true,
|
|
189435
189615
|
"locationInModule": {
|
|
189436
189616
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189437
|
-
"line":
|
|
189617
|
+
"line": 52
|
|
189438
189618
|
},
|
|
189439
189619
|
"name": "forEach",
|
|
189440
189620
|
"optional": true,
|
|
@@ -189446,12 +189626,12 @@
|
|
|
189446
189626
|
"abstract": true,
|
|
189447
189627
|
"docs": {
|
|
189448
189628
|
"stability": "stable",
|
|
189449
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
189629
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_cors_configuration#id S3BucketCorsConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
|
|
189450
189630
|
},
|
|
189451
189631
|
"immutable": true,
|
|
189452
189632
|
"locationInModule": {
|
|
189453
189633
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189454
|
-
"line":
|
|
189634
|
+
"line": 25
|
|
189455
189635
|
},
|
|
189456
189636
|
"name": "id",
|
|
189457
189637
|
"optional": true,
|
|
@@ -189467,7 +189647,7 @@
|
|
|
189467
189647
|
"immutable": true,
|
|
189468
189648
|
"locationInModule": {
|
|
189469
189649
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189470
|
-
"line":
|
|
189650
|
+
"line": 48
|
|
189471
189651
|
},
|
|
189472
189652
|
"name": "lifecycle",
|
|
189473
189653
|
"optional": true,
|
|
@@ -189483,7 +189663,7 @@
|
|
|
189483
189663
|
"immutable": true,
|
|
189484
189664
|
"locationInModule": {
|
|
189485
189665
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189486
|
-
"line":
|
|
189666
|
+
"line": 44
|
|
189487
189667
|
},
|
|
189488
189668
|
"name": "provider",
|
|
189489
189669
|
"optional": true,
|
|
@@ -189499,7 +189679,7 @@
|
|
|
189499
189679
|
"immutable": true,
|
|
189500
189680
|
"locationInModule": {
|
|
189501
189681
|
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189502
|
-
"line":
|
|
189682
|
+
"line": 40
|
|
189503
189683
|
},
|
|
189504
189684
|
"name": "provisioners",
|
|
189505
189685
|
"optional": true,
|
|
@@ -189523,6 +189703,23 @@
|
|
|
189523
189703
|
"kind": "array"
|
|
189524
189704
|
}
|
|
189525
189705
|
}
|
|
189706
|
+
},
|
|
189707
|
+
{
|
|
189708
|
+
"abstract": true,
|
|
189709
|
+
"docs": {
|
|
189710
|
+
"stability": "stable",
|
|
189711
|
+
"summary": "Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_cors_configuration#region S3BucketCorsConfiguration#region}."
|
|
189712
|
+
},
|
|
189713
|
+
"immutable": true,
|
|
189714
|
+
"locationInModule": {
|
|
189715
|
+
"filename": "src/aws/storage/cors-config.generated.ts",
|
|
189716
|
+
"line": 18
|
|
189717
|
+
},
|
|
189718
|
+
"name": "region",
|
|
189719
|
+
"optional": true,
|
|
189720
|
+
"type": {
|
|
189721
|
+
"primitive": "string"
|
|
189722
|
+
}
|
|
189526
189723
|
}
|
|
189527
189724
|
],
|
|
189528
189725
|
"symbolId": "src/aws/storage/cors-config.generated:CorsConfig"
|
|
@@ -189568,7 +189765,7 @@
|
|
|
189568
189765
|
"abstract": true,
|
|
189569
189766
|
"docs": {
|
|
189570
189767
|
"stability": "stable",
|
|
189571
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
189768
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_cors_configuration#allowed_origins S3BucketCorsConfiguration#allowed_origins}."
|
|
189572
189769
|
},
|
|
189573
189770
|
"immutable": true,
|
|
189574
189771
|
"locationInModule": {
|
|
@@ -189589,7 +189786,7 @@
|
|
|
189589
189786
|
"abstract": true,
|
|
189590
189787
|
"docs": {
|
|
189591
189788
|
"stability": "stable",
|
|
189592
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
189789
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_cors_configuration#allowed_headers S3BucketCorsConfiguration#allowed_headers}."
|
|
189593
189790
|
},
|
|
189594
189791
|
"immutable": true,
|
|
189595
189792
|
"locationInModule": {
|
|
@@ -189611,7 +189808,7 @@
|
|
|
189611
189808
|
"abstract": true,
|
|
189612
189809
|
"docs": {
|
|
189613
189810
|
"stability": "stable",
|
|
189614
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
189811
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_cors_configuration#expose_headers S3BucketCorsConfiguration#expose_headers}."
|
|
189615
189812
|
},
|
|
189616
189813
|
"immutable": true,
|
|
189617
189814
|
"locationInModule": {
|
|
@@ -189633,7 +189830,7 @@
|
|
|
189633
189830
|
"abstract": true,
|
|
189634
189831
|
"docs": {
|
|
189635
189832
|
"stability": "stable",
|
|
189636
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
189833
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_cors_configuration#id S3BucketCorsConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
|
|
189637
189834
|
},
|
|
189638
189835
|
"immutable": true,
|
|
189639
189836
|
"locationInModule": {
|
|
@@ -189650,7 +189847,7 @@
|
|
|
189650
189847
|
"abstract": true,
|
|
189651
189848
|
"docs": {
|
|
189652
189849
|
"stability": "stable",
|
|
189653
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
189850
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_cors_configuration#max_age_seconds S3BucketCorsConfiguration#max_age_seconds}."
|
|
189654
189851
|
},
|
|
189655
189852
|
"immutable": true,
|
|
189656
189853
|
"locationInModule": {
|
|
@@ -192769,7 +192966,7 @@
|
|
|
192769
192966
|
"abstract": true,
|
|
192770
192967
|
"docs": {
|
|
192771
192968
|
"stability": "stable",
|
|
192772
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
192969
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_lifecycle_configuration#id S3BucketLifecycleConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
|
|
192773
192970
|
},
|
|
192774
192971
|
"immutable": true,
|
|
192775
192972
|
"locationInModule": {
|
|
@@ -192784,7 +192981,7 @@
|
|
|
192784
192981
|
{
|
|
192785
192982
|
"abstract": true,
|
|
192786
192983
|
"docs": {
|
|
192787
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
192984
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_lifecycle_configuration#abort_incomplete_multipart_upload S3BucketLifecycleConfiguration#abort_incomplete_multipart_upload}",
|
|
192788
192985
|
"stability": "stable",
|
|
192789
192986
|
"summary": "abort_incomplete_multipart_upload block."
|
|
192790
192987
|
},
|
|
@@ -192834,7 +193031,7 @@
|
|
|
192834
193031
|
{
|
|
192835
193032
|
"abstract": true,
|
|
192836
193033
|
"docs": {
|
|
192837
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
193034
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_lifecycle_configuration#expiration S3BucketLifecycleConfiguration#expiration}",
|
|
192838
193035
|
"stability": "stable",
|
|
192839
193036
|
"summary": "expiration block."
|
|
192840
193037
|
},
|
|
@@ -192866,7 +193063,7 @@
|
|
|
192866
193063
|
{
|
|
192867
193064
|
"abstract": true,
|
|
192868
193065
|
"docs": {
|
|
192869
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
193066
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_lifecycle_configuration#filter S3BucketLifecycleConfiguration#filter}",
|
|
192870
193067
|
"stability": "stable",
|
|
192871
193068
|
"summary": "filter block."
|
|
192872
193069
|
},
|
|
@@ -192898,7 +193095,7 @@
|
|
|
192898
193095
|
{
|
|
192899
193096
|
"abstract": true,
|
|
192900
193097
|
"docs": {
|
|
192901
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
193098
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_lifecycle_configuration#noncurrent_version_expiration S3BucketLifecycleConfiguration#noncurrent_version_expiration}",
|
|
192902
193099
|
"stability": "stable",
|
|
192903
193100
|
"summary": "noncurrent_version_expiration block."
|
|
192904
193101
|
},
|
|
@@ -192930,7 +193127,7 @@
|
|
|
192930
193127
|
{
|
|
192931
193128
|
"abstract": true,
|
|
192932
193129
|
"docs": {
|
|
192933
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
193130
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_lifecycle_configuration#noncurrent_version_transition S3BucketLifecycleConfiguration#noncurrent_version_transition}",
|
|
192934
193131
|
"stability": "stable",
|
|
192935
193132
|
"summary": "noncurrent_version_transition block."
|
|
192936
193133
|
},
|
|
@@ -192962,7 +193159,7 @@
|
|
|
192962
193159
|
{
|
|
192963
193160
|
"abstract": true,
|
|
192964
193161
|
"docs": {
|
|
192965
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
193162
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_lifecycle_configuration#transition S3BucketLifecycleConfiguration#transition}",
|
|
192966
193163
|
"stability": "stable",
|
|
192967
193164
|
"summary": "transition block."
|
|
192968
193165
|
},
|
|
@@ -199829,7 +200026,7 @@
|
|
|
199829
200026
|
"immutable": true,
|
|
199830
200027
|
"locationInModule": {
|
|
199831
200028
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
199832
|
-
"line":
|
|
200029
|
+
"line": 80
|
|
199833
200030
|
},
|
|
199834
200031
|
"name": "enabled",
|
|
199835
200032
|
"type": {
|
|
@@ -199844,7 +200041,7 @@
|
|
|
199844
200041
|
"immutable": true,
|
|
199845
200042
|
"locationInModule": {
|
|
199846
200043
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
199847
|
-
"line":
|
|
200044
|
+
"line": 75
|
|
199848
200045
|
},
|
|
199849
200046
|
"name": "connection",
|
|
199850
200047
|
"optional": true,
|
|
@@ -199869,7 +200066,7 @@
|
|
|
199869
200066
|
"immutable": true,
|
|
199870
200067
|
"locationInModule": {
|
|
199871
200068
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
199872
|
-
"line":
|
|
200069
|
+
"line": 71
|
|
199873
200070
|
},
|
|
199874
200071
|
"name": "count",
|
|
199875
200072
|
"optional": true,
|
|
@@ -199894,7 +200091,7 @@
|
|
|
199894
200091
|
"immutable": true,
|
|
199895
200092
|
"locationInModule": {
|
|
199896
200093
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
199897
|
-
"line":
|
|
200094
|
+
"line": 67
|
|
199898
200095
|
},
|
|
199899
200096
|
"name": "dependsOn",
|
|
199900
200097
|
"optional": true,
|
|
@@ -199910,14 +200107,14 @@
|
|
|
199910
200107
|
{
|
|
199911
200108
|
"abstract": true,
|
|
199912
200109
|
"docs": {
|
|
199913
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
200110
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_website_configuration#error_document S3BucketWebsiteConfiguration#error_document}",
|
|
199914
200111
|
"stability": "stable",
|
|
199915
200112
|
"summary": "error_document block."
|
|
199916
200113
|
},
|
|
199917
200114
|
"immutable": true,
|
|
199918
200115
|
"locationInModule": {
|
|
199919
200116
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
199920
|
-
"line":
|
|
200117
|
+
"line": 47
|
|
199921
200118
|
},
|
|
199922
200119
|
"name": "errorDocument",
|
|
199923
200120
|
"optional": true,
|
|
@@ -199933,7 +200130,7 @@
|
|
|
199933
200130
|
"immutable": true,
|
|
199934
200131
|
"locationInModule": {
|
|
199935
200132
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
199936
|
-
"line":
|
|
200133
|
+
"line": 63
|
|
199937
200134
|
},
|
|
199938
200135
|
"name": "forEach",
|
|
199939
200136
|
"optional": true,
|
|
@@ -199945,12 +200142,12 @@
|
|
|
199945
200142
|
"abstract": true,
|
|
199946
200143
|
"docs": {
|
|
199947
200144
|
"stability": "stable",
|
|
199948
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
200145
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_website_configuration#id S3BucketWebsiteConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
|
|
199949
200146
|
},
|
|
199950
200147
|
"immutable": true,
|
|
199951
200148
|
"locationInModule": {
|
|
199952
200149
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
199953
|
-
"line":
|
|
200150
|
+
"line": 41
|
|
199954
200151
|
},
|
|
199955
200152
|
"name": "id",
|
|
199956
200153
|
"optional": true,
|
|
@@ -199962,14 +200159,14 @@
|
|
|
199962
200159
|
"abstract": true,
|
|
199963
200160
|
"docs": {
|
|
199964
200161
|
"default": "index.html",
|
|
199965
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
200162
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_website_configuration#index_document S3BucketWebsiteConfiguration#index_document}",
|
|
199966
200163
|
"stability": "stable",
|
|
199967
200164
|
"summary": "index_document block."
|
|
199968
200165
|
},
|
|
199969
200166
|
"immutable": true,
|
|
199970
200167
|
"locationInModule": {
|
|
199971
200168
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
199972
|
-
"line":
|
|
200169
|
+
"line": 34
|
|
199973
200170
|
},
|
|
199974
200171
|
"name": "indexDocument",
|
|
199975
200172
|
"optional": true,
|
|
@@ -199985,7 +200182,7 @@
|
|
|
199985
200182
|
"immutable": true,
|
|
199986
200183
|
"locationInModule": {
|
|
199987
200184
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
199988
|
-
"line":
|
|
200185
|
+
"line": 59
|
|
199989
200186
|
},
|
|
199990
200187
|
"name": "lifecycle",
|
|
199991
200188
|
"optional": true,
|
|
@@ -200001,7 +200198,7 @@
|
|
|
200001
200198
|
"immutable": true,
|
|
200002
200199
|
"locationInModule": {
|
|
200003
200200
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
200004
|
-
"line":
|
|
200201
|
+
"line": 55
|
|
200005
200202
|
},
|
|
200006
200203
|
"name": "provider",
|
|
200007
200204
|
"optional": true,
|
|
@@ -200017,7 +200214,7 @@
|
|
|
200017
200214
|
"immutable": true,
|
|
200018
200215
|
"locationInModule": {
|
|
200019
200216
|
"filename": "src/aws/storage/website-config.generated.ts",
|
|
200020
|
-
"line":
|
|
200217
|
+
"line": 51
|
|
200021
200218
|
},
|
|
200022
200219
|
"name": "provisioners",
|
|
200023
200220
|
"optional": true,
|
|
@@ -200045,7 +200242,24 @@
|
|
|
200045
200242
|
{
|
|
200046
200243
|
"abstract": true,
|
|
200047
200244
|
"docs": {
|
|
200048
|
-
"
|
|
200245
|
+
"stability": "stable",
|
|
200246
|
+
"summary": "Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_website_configuration#region S3BucketWebsiteConfiguration#region}."
|
|
200247
|
+
},
|
|
200248
|
+
"immutable": true,
|
|
200249
|
+
"locationInModule": {
|
|
200250
|
+
"filename": "src/aws/storage/website-config.generated.ts",
|
|
200251
|
+
"line": 27
|
|
200252
|
+
},
|
|
200253
|
+
"name": "region",
|
|
200254
|
+
"optional": true,
|
|
200255
|
+
"type": {
|
|
200256
|
+
"primitive": "string"
|
|
200257
|
+
}
|
|
200258
|
+
},
|
|
200259
|
+
{
|
|
200260
|
+
"abstract": true,
|
|
200261
|
+
"docs": {
|
|
200262
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_website_configuration#routing_rule S3BucketWebsiteConfiguration#routing_rule}",
|
|
200049
200263
|
"stability": "stable",
|
|
200050
200264
|
"summary": "routing_rule block."
|
|
200051
200265
|
},
|
|
@@ -200078,7 +200292,7 @@
|
|
|
200078
200292
|
"abstract": true,
|
|
200079
200293
|
"docs": {
|
|
200080
200294
|
"stability": "stable",
|
|
200081
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/
|
|
200295
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/6.25.0/docs/resources/s3_bucket_website_configuration#routing_rules S3BucketWebsiteConfiguration#routing_rules}."
|
|
200082
200296
|
},
|
|
200083
200297
|
"immutable": true,
|
|
200084
200298
|
"locationInModule": {
|
|
@@ -201636,6 +201850,6 @@
|
|
|
201636
201850
|
"symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
|
|
201637
201851
|
}
|
|
201638
201852
|
},
|
|
201639
|
-
"version": "0.1.
|
|
201640
|
-
"fingerprint": "
|
|
201853
|
+
"version": "0.1.8",
|
|
201854
|
+
"fingerprint": "Cz+KCeYOqm9AE38XWrwu85oPOZ7SiSAcgP8s2RNFouw="
|
|
201641
201855
|
}
|