terraconstructs 0.2.1 → 0.2.2
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 +1081 -229
- 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.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/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 +8 -8
- package/lib/aws/compute/runtime.js +1 -1
- 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 +4 -4
- 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 +3 -3
- 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.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 +14 -5
- 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-base.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/sqs-grants.generated.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/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/dynamodb-perms.d.ts +2 -2
- package/lib/aws/storage/dynamodb-perms.js +9 -16
- package/lib/aws/storage/ecr-repository.js +3 -3
- package/lib/aws/storage/encryption.js +1 -1
- package/lib/aws/storage/index.d.ts +2 -0
- package/lib/aws/storage/index.js +3 -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/shared.d.ts +31 -2
- package/lib/aws/storage/shared.js +29 -2
- package/lib/aws/storage/stream-grants.d.ts +61 -0
- package/lib/aws/storage/stream-grants.js +72 -0
- package/lib/aws/storage/table-grants.d.ts +98 -0
- package/lib/aws/storage/table-grants.js +137 -0
- package/lib/aws/storage/table.d.ts +280 -8
- package/lib/aws/storage/table.js +350 -148
- package/lib/bundling.js +3 -3
- package/lib/construct-base.js +2 -2
- package/lib/duration.js +1 -1
- package/lib/errors.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 +1 -1
package/.jsii
CHANGED
|
@@ -2688,7 +2688,7 @@
|
|
|
2688
2688
|
"terraconstructs.aws.storage.assets": {
|
|
2689
2689
|
"locationInModule": {
|
|
2690
2690
|
"filename": "src/aws/storage/index.ts",
|
|
2691
|
-
"line":
|
|
2691
|
+
"line": 38
|
|
2692
2692
|
},
|
|
2693
2693
|
"symbolId": "src/aws/storage/assets/index:"
|
|
2694
2694
|
},
|
|
@@ -160455,7 +160455,7 @@
|
|
|
160455
160455
|
"kind": "interface",
|
|
160456
160456
|
"locationInModule": {
|
|
160457
160457
|
"filename": "src/aws/iam/role.ts",
|
|
160458
|
-
"line":
|
|
160458
|
+
"line": 802
|
|
160459
160459
|
},
|
|
160460
160460
|
"methods": [
|
|
160461
160461
|
{
|
|
@@ -160466,7 +160466,7 @@
|
|
|
160466
160466
|
},
|
|
160467
160467
|
"locationInModule": {
|
|
160468
160468
|
"filename": "src/aws/iam/role.ts",
|
|
160469
|
-
"line":
|
|
160469
|
+
"line": 826
|
|
160470
160470
|
},
|
|
160471
160471
|
"name": "grant",
|
|
160472
160472
|
"parameters": [
|
|
@@ -160499,7 +160499,7 @@
|
|
|
160499
160499
|
},
|
|
160500
160500
|
"locationInModule": {
|
|
160501
160501
|
"filename": "src/aws/iam/role.ts",
|
|
160502
|
-
"line":
|
|
160502
|
+
"line": 836
|
|
160503
160503
|
},
|
|
160504
160504
|
"name": "grantAssumeRole",
|
|
160505
160505
|
"parameters": [
|
|
@@ -160524,7 +160524,7 @@
|
|
|
160524
160524
|
},
|
|
160525
160525
|
"locationInModule": {
|
|
160526
160526
|
"filename": "src/aws/iam/role.ts",
|
|
160527
|
-
"line":
|
|
160527
|
+
"line": 831
|
|
160528
160528
|
},
|
|
160529
160529
|
"name": "grantPassRole",
|
|
160530
160530
|
"parameters": [
|
|
@@ -160557,7 +160557,7 @@
|
|
|
160557
160557
|
"immutable": true,
|
|
160558
160558
|
"locationInModule": {
|
|
160559
160559
|
"filename": "src/aws/iam/role.ts",
|
|
160560
|
-
"line":
|
|
160560
|
+
"line": 814
|
|
160561
160561
|
},
|
|
160562
160562
|
"name": "roleArn",
|
|
160563
160563
|
"type": {
|
|
@@ -160576,7 +160576,7 @@
|
|
|
160576
160576
|
"immutable": true,
|
|
160577
160577
|
"locationInModule": {
|
|
160578
160578
|
"filename": "src/aws/iam/role.ts",
|
|
160579
|
-
"line":
|
|
160579
|
+
"line": 821
|
|
160580
160580
|
},
|
|
160581
160581
|
"name": "roleName",
|
|
160582
160582
|
"type": {
|
|
@@ -160595,7 +160595,7 @@
|
|
|
160595
160595
|
"immutable": true,
|
|
160596
160596
|
"locationInModule": {
|
|
160597
160597
|
"filename": "src/aws/iam/role.ts",
|
|
160598
|
-
"line":
|
|
160598
|
+
"line": 808
|
|
160599
160599
|
},
|
|
160600
160600
|
"name": "roleOutputs",
|
|
160601
160601
|
"type": {
|
|
@@ -165924,7 +165924,7 @@
|
|
|
165924
165924
|
},
|
|
165925
165925
|
"locationInModule": {
|
|
165926
165926
|
"filename": "src/aws/iam/role.ts",
|
|
165927
|
-
"line":
|
|
165927
|
+
"line": 618
|
|
165928
165928
|
},
|
|
165929
165929
|
"name": "addManagedPolicy",
|
|
165930
165930
|
"overrides": "terraconstructs.aws.iam.IIdentity",
|
|
@@ -165947,7 +165947,7 @@
|
|
|
165947
165947
|
},
|
|
165948
165948
|
"locationInModule": {
|
|
165949
165949
|
"filename": "src/aws/iam/role.ts",
|
|
165950
|
-
"line":
|
|
165950
|
+
"line": 576
|
|
165951
165951
|
},
|
|
165952
165952
|
"name": "addToPolicy",
|
|
165953
165953
|
"overrides": "terraconstructs.aws.iam.IPrincipal",
|
|
@@ -165973,7 +165973,7 @@
|
|
|
165973
165973
|
},
|
|
165974
165974
|
"locationInModule": {
|
|
165975
165975
|
"filename": "src/aws/iam/role.ts",
|
|
165976
|
-
"line":
|
|
165976
|
+
"line": 559
|
|
165977
165977
|
},
|
|
165978
165978
|
"name": "addToPrincipalPolicy",
|
|
165979
165979
|
"overrides": "terraconstructs.aws.iam.IPrincipal",
|
|
@@ -166002,7 +166002,7 @@
|
|
|
166002
166002
|
},
|
|
166003
166003
|
"locationInModule": {
|
|
166004
166004
|
"filename": "src/aws/iam/role.ts",
|
|
166005
|
-
"line":
|
|
166005
|
+
"line": 642
|
|
166006
166006
|
},
|
|
166007
166007
|
"name": "attachInlinePolicy",
|
|
166008
166008
|
"overrides": "terraconstructs.aws.iam.IIdentity",
|
|
@@ -166025,7 +166025,7 @@
|
|
|
166025
166025
|
},
|
|
166026
166026
|
"locationInModule": {
|
|
166027
166027
|
"filename": "src/aws/iam/role.ts",
|
|
166028
|
-
"line":
|
|
166028
|
+
"line": 650
|
|
166029
166029
|
},
|
|
166030
166030
|
"name": "grant",
|
|
166031
166031
|
"overrides": "terraconstructs.aws.iam.IRole",
|
|
@@ -166058,7 +166058,7 @@
|
|
|
166058
166058
|
},
|
|
166059
166059
|
"locationInModule": {
|
|
166060
166060
|
"filename": "src/aws/iam/role.ts",
|
|
166061
|
-
"line":
|
|
166061
|
+
"line": 669
|
|
166062
166062
|
},
|
|
166063
166063
|
"name": "grantAssumeRole",
|
|
166064
166064
|
"overrides": "terraconstructs.aws.iam.IRole",
|
|
@@ -166083,7 +166083,7 @@
|
|
|
166083
166083
|
},
|
|
166084
166084
|
"locationInModule": {
|
|
166085
166085
|
"filename": "src/aws/iam/role.ts",
|
|
166086
|
-
"line":
|
|
166086
|
+
"line": 662
|
|
166087
166087
|
},
|
|
166088
166088
|
"name": "grantPassRole",
|
|
166089
166089
|
"overrides": "terraconstructs.aws.iam.IRole",
|
|
@@ -166109,7 +166109,7 @@
|
|
|
166109
166109
|
},
|
|
166110
166110
|
"locationInModule": {
|
|
166111
166111
|
"filename": "src/aws/iam/role.ts",
|
|
166112
|
-
"line":
|
|
166112
|
+
"line": 701
|
|
166113
166113
|
},
|
|
166114
166114
|
"name": "withoutPolicyUpdates",
|
|
166115
166115
|
"parameters": [
|
|
@@ -166243,7 +166243,7 @@
|
|
|
166243
166243
|
"immutable": true,
|
|
166244
166244
|
"locationInModule": {
|
|
166245
166245
|
"filename": "src/aws/iam/role.ts",
|
|
166246
|
-
"line":
|
|
166246
|
+
"line": 688
|
|
166247
166247
|
},
|
|
166248
166248
|
"name": "roleId",
|
|
166249
166249
|
"type": {
|
|
@@ -166346,7 +166346,7 @@
|
|
|
166346
166346
|
"kind": "interface",
|
|
166347
166347
|
"locationInModule": {
|
|
166348
166348
|
"filename": "src/aws/iam/role.ts",
|
|
166349
|
-
"line":
|
|
166349
|
+
"line": 794
|
|
166350
166350
|
},
|
|
166351
166351
|
"name": "RoleOutputs",
|
|
166352
166352
|
"namespace": "aws.iam",
|
|
@@ -166359,7 +166359,7 @@
|
|
|
166359
166359
|
"immutable": true,
|
|
166360
166360
|
"locationInModule": {
|
|
166361
166361
|
"filename": "src/aws/iam/role.ts",
|
|
166362
|
-
"line":
|
|
166362
|
+
"line": 795
|
|
166363
166363
|
},
|
|
166364
166364
|
"name": "arn",
|
|
166365
166365
|
"type": {
|
|
@@ -166374,7 +166374,7 @@
|
|
|
166374
166374
|
"immutable": true,
|
|
166375
166375
|
"locationInModule": {
|
|
166376
166376
|
"filename": "src/aws/iam/role.ts",
|
|
166377
|
-
"line":
|
|
166377
|
+
"line": 796
|
|
166378
166378
|
},
|
|
166379
166379
|
"name": "name",
|
|
166380
166380
|
"type": {
|
|
@@ -168578,7 +168578,7 @@
|
|
|
168578
168578
|
"kind": "interface",
|
|
168579
168579
|
"locationInModule": {
|
|
168580
168580
|
"filename": "src/aws/iam/role.ts",
|
|
168581
|
-
"line":
|
|
168581
|
+
"line": 899
|
|
168582
168582
|
},
|
|
168583
168583
|
"name": "WithoutPolicyUpdatesOptions",
|
|
168584
168584
|
"namespace": "aws.iam",
|
|
@@ -168594,7 +168594,7 @@
|
|
|
168594
168594
|
"immutable": true,
|
|
168595
168595
|
"locationInModule": {
|
|
168596
168596
|
"filename": "src/aws/iam/role.ts",
|
|
168597
|
-
"line":
|
|
168597
|
+
"line": 910
|
|
168598
168598
|
},
|
|
168599
168599
|
"name": "addGrantsToResources",
|
|
168600
168600
|
"optional": true,
|
|
@@ -186851,7 +186851,7 @@
|
|
|
186851
186851
|
"kind": "enum",
|
|
186852
186852
|
"locationInModule": {
|
|
186853
186853
|
"filename": "src/aws/storage/table.ts",
|
|
186854
|
-
"line":
|
|
186854
|
+
"line": 264
|
|
186855
186855
|
},
|
|
186856
186856
|
"members": [
|
|
186857
186857
|
{
|
|
@@ -186884,7 +186884,7 @@
|
|
|
186884
186884
|
"kind": "interface",
|
|
186885
186885
|
"locationInModule": {
|
|
186886
186886
|
"filename": "src/aws/storage/shared.ts",
|
|
186887
|
-
"line":
|
|
186887
|
+
"line": 80
|
|
186888
186888
|
},
|
|
186889
186889
|
"name": "Attribute",
|
|
186890
186890
|
"namespace": "aws.storage",
|
|
@@ -186898,7 +186898,7 @@
|
|
|
186898
186898
|
"immutable": true,
|
|
186899
186899
|
"locationInModule": {
|
|
186900
186900
|
"filename": "src/aws/storage/shared.ts",
|
|
186901
|
-
"line":
|
|
186901
|
+
"line": 84
|
|
186902
186902
|
},
|
|
186903
186903
|
"name": "name",
|
|
186904
186904
|
"type": {
|
|
@@ -186914,7 +186914,7 @@
|
|
|
186914
186914
|
"immutable": true,
|
|
186915
186915
|
"locationInModule": {
|
|
186916
186916
|
"filename": "src/aws/storage/shared.ts",
|
|
186917
|
-
"line":
|
|
186917
|
+
"line": 89
|
|
186918
186918
|
},
|
|
186919
186919
|
"name": "type",
|
|
186920
186920
|
"type": {
|
|
@@ -190373,6 +190373,93 @@
|
|
|
190373
190373
|
],
|
|
190374
190374
|
"symbolId": "src/aws/storage/parameter:CommonStringParameterAttributes"
|
|
190375
190375
|
},
|
|
190376
|
+
"terraconstructs.aws.storage.ContributorInsightsMode": {
|
|
190377
|
+
"assembly": "terraconstructs",
|
|
190378
|
+
"docs": {
|
|
190379
|
+
"see": "https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-dynamodb-table-contributorinsightsspecification.html",
|
|
190380
|
+
"stability": "stable",
|
|
190381
|
+
"summary": "DynamoDB's Contributor Insights Mode."
|
|
190382
|
+
},
|
|
190383
|
+
"fqn": "terraconstructs.aws.storage.ContributorInsightsMode",
|
|
190384
|
+
"kind": "enum",
|
|
190385
|
+
"locationInModule": {
|
|
190386
|
+
"filename": "src/aws/storage/shared.ts",
|
|
190387
|
+
"line": 169
|
|
190388
|
+
},
|
|
190389
|
+
"members": [
|
|
190390
|
+
{
|
|
190391
|
+
"docs": {
|
|
190392
|
+
"stability": "stable",
|
|
190393
|
+
"summary": "Emits metrics for all read and write requests, whether successful or throttled."
|
|
190394
|
+
},
|
|
190395
|
+
"name": "ACCESSED_AND_THROTTLED_KEYS"
|
|
190396
|
+
},
|
|
190397
|
+
{
|
|
190398
|
+
"docs": {
|
|
190399
|
+
"stability": "stable",
|
|
190400
|
+
"summary": "Emits metrics for read and write requests that were throttled."
|
|
190401
|
+
},
|
|
190402
|
+
"name": "THROTTLED_KEYS"
|
|
190403
|
+
}
|
|
190404
|
+
],
|
|
190405
|
+
"name": "ContributorInsightsMode",
|
|
190406
|
+
"namespace": "aws.storage",
|
|
190407
|
+
"symbolId": "src/aws/storage/shared:ContributorInsightsMode"
|
|
190408
|
+
},
|
|
190409
|
+
"terraconstructs.aws.storage.ContributorInsightsSpecification": {
|
|
190410
|
+
"assembly": "terraconstructs",
|
|
190411
|
+
"datatype": true,
|
|
190412
|
+
"docs": {
|
|
190413
|
+
"stability": "stable",
|
|
190414
|
+
"summary": "Reference to ContributorInsightsSpecification."
|
|
190415
|
+
},
|
|
190416
|
+
"fqn": "terraconstructs.aws.storage.ContributorInsightsSpecification",
|
|
190417
|
+
"kind": "interface",
|
|
190418
|
+
"locationInModule": {
|
|
190419
|
+
"filename": "src/aws/storage/shared.ts",
|
|
190420
|
+
"line": 184
|
|
190421
|
+
},
|
|
190422
|
+
"name": "ContributorInsightsSpecification",
|
|
190423
|
+
"namespace": "aws.storage",
|
|
190424
|
+
"properties": [
|
|
190425
|
+
{
|
|
190426
|
+
"abstract": true,
|
|
190427
|
+
"docs": {
|
|
190428
|
+
"default": "false",
|
|
190429
|
+
"stability": "stable",
|
|
190430
|
+
"summary": "Indicates whether contributor insights is enabled."
|
|
190431
|
+
},
|
|
190432
|
+
"immutable": true,
|
|
190433
|
+
"locationInModule": {
|
|
190434
|
+
"filename": "src/aws/storage/shared.ts",
|
|
190435
|
+
"line": 189
|
|
190436
|
+
},
|
|
190437
|
+
"name": "enabled",
|
|
190438
|
+
"type": {
|
|
190439
|
+
"primitive": "boolean"
|
|
190440
|
+
}
|
|
190441
|
+
},
|
|
190442
|
+
{
|
|
190443
|
+
"abstract": true,
|
|
190444
|
+
"docs": {
|
|
190445
|
+
"default": "ACCESSED_AND_THROTTLED_KEYS",
|
|
190446
|
+
"stability": "stable",
|
|
190447
|
+
"summary": "Indicates the type of metrics captured by contributor insights."
|
|
190448
|
+
},
|
|
190449
|
+
"immutable": true,
|
|
190450
|
+
"locationInModule": {
|
|
190451
|
+
"filename": "src/aws/storage/shared.ts",
|
|
190452
|
+
"line": 194
|
|
190453
|
+
},
|
|
190454
|
+
"name": "mode",
|
|
190455
|
+
"optional": true,
|
|
190456
|
+
"type": {
|
|
190457
|
+
"fqn": "terraconstructs.aws.storage.ContributorInsightsMode"
|
|
190458
|
+
}
|
|
190459
|
+
}
|
|
190460
|
+
],
|
|
190461
|
+
"symbolId": "src/aws/storage/shared:ContributorInsightsSpecification"
|
|
190462
|
+
},
|
|
190376
190463
|
"terraconstructs.aws.storage.CorsConfig": {
|
|
190377
190464
|
"assembly": "terraconstructs",
|
|
190378
190465
|
"datatype": true,
|
|
@@ -190777,7 +190864,7 @@
|
|
|
190777
190864
|
"kind": "interface",
|
|
190778
190865
|
"locationInModule": {
|
|
190779
190866
|
"filename": "src/aws/storage/table.ts",
|
|
190780
|
-
"line":
|
|
190867
|
+
"line": 92
|
|
190781
190868
|
},
|
|
190782
190869
|
"name": "CsvOptions",
|
|
190783
190870
|
"namespace": "aws.storage",
|
|
@@ -190793,7 +190880,7 @@
|
|
|
190793
190880
|
"immutable": true,
|
|
190794
190881
|
"locationInModule": {
|
|
190795
190882
|
"filename": "src/aws/storage/table.ts",
|
|
190796
|
-
"line":
|
|
190883
|
+
"line": 106
|
|
190797
190884
|
},
|
|
190798
190885
|
"name": "delimiter",
|
|
190799
190886
|
"optional": true,
|
|
@@ -190812,7 +190899,7 @@
|
|
|
190812
190899
|
"immutable": true,
|
|
190813
190900
|
"locationInModule": {
|
|
190814
190901
|
"filename": "src/aws/storage/table.ts",
|
|
190815
|
-
"line":
|
|
190902
|
+
"line": 116
|
|
190816
190903
|
},
|
|
190817
190904
|
"name": "headerList",
|
|
190818
190905
|
"optional": true,
|
|
@@ -190838,7 +190925,7 @@
|
|
|
190838
190925
|
"kind": "interface",
|
|
190839
190926
|
"locationInModule": {
|
|
190840
190927
|
"filename": "src/aws/storage/table.ts",
|
|
190841
|
-
"line":
|
|
190928
|
+
"line": 293
|
|
190842
190929
|
},
|
|
190843
190930
|
"name": "DynamodbTableReplica",
|
|
190844
190931
|
"namespace": "aws.storage",
|
|
@@ -190852,7 +190939,7 @@
|
|
|
190852
190939
|
"immutable": true,
|
|
190853
190940
|
"locationInModule": {
|
|
190854
190941
|
"filename": "src/aws/storage/table.ts",
|
|
190855
|
-
"line":
|
|
190942
|
+
"line": 301
|
|
190856
190943
|
},
|
|
190857
190944
|
"name": "regionName",
|
|
190858
190945
|
"type": {
|
|
@@ -190869,7 +190956,7 @@
|
|
|
190869
190956
|
"immutable": true,
|
|
190870
190957
|
"locationInModule": {
|
|
190871
190958
|
"filename": "src/aws/storage/table.ts",
|
|
190872
|
-
"line":
|
|
190959
|
+
"line": 295
|
|
190873
190960
|
},
|
|
190874
190961
|
"name": "encryptionKey",
|
|
190875
190962
|
"optional": true,
|
|
@@ -190887,7 +190974,7 @@
|
|
|
190887
190974
|
"immutable": true,
|
|
190888
190975
|
"locationInModule": {
|
|
190889
190976
|
"filename": "src/aws/storage/table.ts",
|
|
190890
|
-
"line":
|
|
190977
|
+
"line": 297
|
|
190891
190978
|
},
|
|
190892
190979
|
"name": "pointInTimeRecovery",
|
|
190893
190980
|
"optional": true,
|
|
@@ -190905,7 +190992,7 @@
|
|
|
190905
190992
|
"immutable": true,
|
|
190906
190993
|
"locationInModule": {
|
|
190907
190994
|
"filename": "src/aws/storage/table.ts",
|
|
190908
|
-
"line":
|
|
190995
|
+
"line": 299
|
|
190909
190996
|
},
|
|
190910
190997
|
"name": "propagateTags",
|
|
190911
190998
|
"optional": true,
|
|
@@ -191191,7 +191278,7 @@
|
|
|
191191
191278
|
"kind": "interface",
|
|
191192
191279
|
"locationInModule": {
|
|
191193
191280
|
"filename": "src/aws/storage/table.ts",
|
|
191194
|
-
"line":
|
|
191281
|
+
"line": 510
|
|
191195
191282
|
},
|
|
191196
191283
|
"name": "GlobalSecondaryIndexProps",
|
|
191197
191284
|
"namespace": "aws.storage",
|
|
@@ -191199,19 +191286,19 @@
|
|
|
191199
191286
|
{
|
|
191200
191287
|
"abstract": true,
|
|
191201
191288
|
"docs": {
|
|
191202
|
-
"default": "
|
|
191289
|
+
"default": "- contributor insights is not enabled",
|
|
191203
191290
|
"stability": "stable",
|
|
191204
|
-
"summary": "Whether CloudWatch contributor insights is enabled
|
|
191291
|
+
"summary": "Whether CloudWatch contributor insights is enabled and what mode is selected."
|
|
191205
191292
|
},
|
|
191206
191293
|
"immutable": true,
|
|
191207
191294
|
"locationInModule": {
|
|
191208
191295
|
"filename": "src/aws/storage/table.ts",
|
|
191209
|
-
"line":
|
|
191296
|
+
"line": 560
|
|
191210
191297
|
},
|
|
191211
|
-
"name": "
|
|
191298
|
+
"name": "contributorInsightsSpecification",
|
|
191212
191299
|
"optional": true,
|
|
191213
191300
|
"type": {
|
|
191214
|
-
"
|
|
191301
|
+
"fqn": "terraconstructs.aws.storage.ContributorInsightsSpecification"
|
|
191215
191302
|
}
|
|
191216
191303
|
},
|
|
191217
191304
|
{
|
|
@@ -191225,7 +191312,7 @@
|
|
|
191225
191312
|
"immutable": true,
|
|
191226
191313
|
"locationInModule": {
|
|
191227
191314
|
"filename": "src/aws/storage/table.ts",
|
|
191228
|
-
"line":
|
|
191315
|
+
"line": 538
|
|
191229
191316
|
},
|
|
191230
191317
|
"name": "maxReadRequestUnits",
|
|
191231
191318
|
"optional": true,
|
|
@@ -191244,7 +191331,7 @@
|
|
|
191244
191331
|
"immutable": true,
|
|
191245
191332
|
"locationInModule": {
|
|
191246
191333
|
"filename": "src/aws/storage/table.ts",
|
|
191247
|
-
"line":
|
|
191334
|
+
"line": 547
|
|
191248
191335
|
},
|
|
191249
191336
|
"name": "maxWriteRequestUnits",
|
|
191250
191337
|
"optional": true,
|
|
@@ -191263,7 +191350,7 @@
|
|
|
191263
191350
|
"immutable": true,
|
|
191264
191351
|
"locationInModule": {
|
|
191265
191352
|
"filename": "src/aws/storage/table.ts",
|
|
191266
|
-
"line":
|
|
191353
|
+
"line": 520
|
|
191267
191354
|
},
|
|
191268
191355
|
"name": "readCapacity",
|
|
191269
191356
|
"optional": true,
|
|
@@ -191271,6 +191358,24 @@
|
|
|
191271
191358
|
"primitive": "number"
|
|
191272
191359
|
}
|
|
191273
191360
|
},
|
|
191361
|
+
{
|
|
191362
|
+
"abstract": true,
|
|
191363
|
+
"docs": {
|
|
191364
|
+
"default": "- no warm throughput is configured",
|
|
191365
|
+
"stability": "stable",
|
|
191366
|
+
"summary": "The warm throughput configuration for the global secondary index."
|
|
191367
|
+
},
|
|
191368
|
+
"immutable": true,
|
|
191369
|
+
"locationInModule": {
|
|
191370
|
+
"filename": "src/aws/storage/table.ts",
|
|
191371
|
+
"line": 554
|
|
191372
|
+
},
|
|
191373
|
+
"name": "warmThroughput",
|
|
191374
|
+
"optional": true,
|
|
191375
|
+
"type": {
|
|
191376
|
+
"fqn": "terraconstructs.aws.storage.WarmThroughput"
|
|
191377
|
+
}
|
|
191378
|
+
},
|
|
191274
191379
|
{
|
|
191275
191380
|
"abstract": true,
|
|
191276
191381
|
"docs": {
|
|
@@ -191282,7 +191387,7 @@
|
|
|
191282
191387
|
"immutable": true,
|
|
191283
191388
|
"locationInModule": {
|
|
191284
191389
|
"filename": "src/aws/storage/table.ts",
|
|
191285
|
-
"line":
|
|
191390
|
+
"line": 529
|
|
191286
191391
|
},
|
|
191287
191392
|
"name": "writeCapacity",
|
|
191288
191393
|
"optional": true,
|
|
@@ -192988,7 +193093,7 @@
|
|
|
192988
193093
|
"kind": "interface",
|
|
192989
193094
|
"locationInModule": {
|
|
192990
193095
|
"filename": "src/aws/storage/shared.ts",
|
|
192991
|
-
"line":
|
|
193096
|
+
"line": 328
|
|
192992
193097
|
},
|
|
192993
193098
|
"methods": [
|
|
192994
193099
|
{
|
|
@@ -193000,7 +193105,7 @@
|
|
|
193000
193105
|
},
|
|
193001
193106
|
"locationInModule": {
|
|
193002
193107
|
"filename": "src/aws/storage/shared.ts",
|
|
193003
|
-
"line":
|
|
193108
|
+
"line": 366
|
|
193004
193109
|
},
|
|
193005
193110
|
"name": "grant",
|
|
193006
193111
|
"parameters": [
|
|
@@ -193040,7 +193145,7 @@
|
|
|
193040
193145
|
},
|
|
193041
193146
|
"locationInModule": {
|
|
193042
193147
|
"filename": "src/aws/storage/shared.ts",
|
|
193043
|
-
"line":
|
|
193148
|
+
"line": 441
|
|
193044
193149
|
},
|
|
193045
193150
|
"name": "grantFullAccess",
|
|
193046
193151
|
"parameters": [
|
|
@@ -193069,7 +193174,7 @@
|
|
|
193069
193174
|
},
|
|
193070
193175
|
"locationInModule": {
|
|
193071
193176
|
"filename": "src/aws/storage/shared.ts",
|
|
193072
|
-
"line":
|
|
193177
|
+
"line": 389
|
|
193073
193178
|
},
|
|
193074
193179
|
"name": "grantReadData",
|
|
193075
193180
|
"parameters": [
|
|
@@ -193098,7 +193203,7 @@
|
|
|
193098
193203
|
},
|
|
193099
193204
|
"locationInModule": {
|
|
193100
193205
|
"filename": "src/aws/storage/shared.ts",
|
|
193101
|
-
"line":
|
|
193206
|
+
"line": 431
|
|
193102
193207
|
},
|
|
193103
193208
|
"name": "grantReadWriteData",
|
|
193104
193209
|
"parameters": [
|
|
@@ -193127,7 +193232,7 @@
|
|
|
193127
193232
|
},
|
|
193128
193233
|
"locationInModule": {
|
|
193129
193234
|
"filename": "src/aws/storage/shared.ts",
|
|
193130
|
-
"line":
|
|
193235
|
+
"line": 378
|
|
193131
193236
|
},
|
|
193132
193237
|
"name": "grantStream",
|
|
193133
193238
|
"parameters": [
|
|
@@ -193167,7 +193272,7 @@
|
|
|
193167
193272
|
},
|
|
193168
193273
|
"locationInModule": {
|
|
193169
193274
|
"filename": "src/aws/storage/shared.ts",
|
|
193170
|
-
"line":
|
|
193275
|
+
"line": 408
|
|
193171
193276
|
},
|
|
193172
193277
|
"name": "grantStreamRead",
|
|
193173
193278
|
"parameters": [
|
|
@@ -193195,7 +193300,7 @@
|
|
|
193195
193300
|
},
|
|
193196
193301
|
"locationInModule": {
|
|
193197
193302
|
"filename": "src/aws/storage/shared.ts",
|
|
193198
|
-
"line":
|
|
193303
|
+
"line": 396
|
|
193199
193304
|
},
|
|
193200
193305
|
"name": "grantTableListStreams",
|
|
193201
193306
|
"parameters": [
|
|
@@ -193224,7 +193329,7 @@
|
|
|
193224
193329
|
},
|
|
193225
193330
|
"locationInModule": {
|
|
193226
193331
|
"filename": "src/aws/storage/shared.ts",
|
|
193227
|
-
"line":
|
|
193332
|
+
"line": 419
|
|
193228
193333
|
},
|
|
193229
193334
|
"name": "grantWriteData",
|
|
193230
193335
|
"parameters": [
|
|
@@ -193252,7 +193357,7 @@
|
|
|
193252
193357
|
},
|
|
193253
193358
|
"locationInModule": {
|
|
193254
193359
|
"filename": "src/aws/storage/shared.ts",
|
|
193255
|
-
"line":
|
|
193360
|
+
"line": 446
|
|
193256
193361
|
},
|
|
193257
193362
|
"name": "metric",
|
|
193258
193363
|
"parameters": [
|
|
@@ -193284,7 +193389,7 @@
|
|
|
193284
193389
|
},
|
|
193285
193390
|
"locationInModule": {
|
|
193286
193391
|
"filename": "src/aws/storage/shared.ts",
|
|
193287
|
-
"line":
|
|
193392
|
+
"line": 500
|
|
193288
193393
|
},
|
|
193289
193394
|
"name": "metricConditionalCheckFailedRequests",
|
|
193290
193395
|
"parameters": [
|
|
@@ -193313,7 +193418,7 @@
|
|
|
193313
193418
|
},
|
|
193314
193419
|
"locationInModule": {
|
|
193315
193420
|
"filename": "src/aws/storage/shared.ts",
|
|
193316
|
-
"line":
|
|
193421
|
+
"line": 456
|
|
193317
193422
|
},
|
|
193318
193423
|
"name": "metricConsumedReadCapacityUnits",
|
|
193319
193424
|
"parameters": [
|
|
@@ -193342,7 +193447,7 @@
|
|
|
193342
193447
|
},
|
|
193343
193448
|
"locationInModule": {
|
|
193344
193449
|
"filename": "src/aws/storage/shared.ts",
|
|
193345
|
-
"line":
|
|
193450
|
+
"line": 465
|
|
193346
193451
|
},
|
|
193347
193452
|
"name": "metricConsumedWriteCapacityUnits",
|
|
193348
193453
|
"parameters": [
|
|
@@ -193371,7 +193476,7 @@
|
|
|
193371
193476
|
},
|
|
193372
193477
|
"locationInModule": {
|
|
193373
193478
|
"filename": "src/aws/storage/shared.ts",
|
|
193374
|
-
"line":
|
|
193479
|
+
"line": 529
|
|
193375
193480
|
},
|
|
193376
193481
|
"name": "metricSuccessfulRequestLatency",
|
|
193377
193482
|
"parameters": [
|
|
@@ -193401,7 +193506,7 @@
|
|
|
193401
193506
|
},
|
|
193402
193507
|
"locationInModule": {
|
|
193403
193508
|
"filename": "src/aws/storage/shared.ts",
|
|
193404
|
-
"line":
|
|
193509
|
+
"line": 476
|
|
193405
193510
|
},
|
|
193406
193511
|
"name": "metricSystemErrors",
|
|
193407
193512
|
"parameters": [
|
|
@@ -193430,7 +193535,7 @@
|
|
|
193430
193535
|
},
|
|
193431
193536
|
"locationInModule": {
|
|
193432
193537
|
"filename": "src/aws/storage/shared.ts",
|
|
193433
|
-
"line":
|
|
193538
|
+
"line": 484
|
|
193434
193539
|
},
|
|
193435
193540
|
"name": "metricSystemErrorsForOperations",
|
|
193436
193541
|
"parameters": [
|
|
@@ -193460,7 +193565,7 @@
|
|
|
193460
193565
|
},
|
|
193461
193566
|
"locationInModule": {
|
|
193462
193567
|
"filename": "src/aws/storage/shared.ts",
|
|
193463
|
-
"line":
|
|
193568
|
+
"line": 511
|
|
193464
193569
|
},
|
|
193465
193570
|
"name": "metricThrottledRequests",
|
|
193466
193571
|
"parameters": [
|
|
@@ -193489,7 +193594,7 @@
|
|
|
193489
193594
|
},
|
|
193490
193595
|
"locationInModule": {
|
|
193491
193596
|
"filename": "src/aws/storage/shared.ts",
|
|
193492
|
-
"line":
|
|
193597
|
+
"line": 519
|
|
193493
193598
|
},
|
|
193494
193599
|
"name": "metricThrottledRequestsForOperations",
|
|
193495
193600
|
"parameters": [
|
|
@@ -193518,7 +193623,7 @@
|
|
|
193518
193623
|
},
|
|
193519
193624
|
"locationInModule": {
|
|
193520
193625
|
"filename": "src/aws/storage/shared.ts",
|
|
193521
|
-
"line":
|
|
193626
|
+
"line": 493
|
|
193522
193627
|
},
|
|
193523
193628
|
"name": "metricUserErrors",
|
|
193524
193629
|
"parameters": [
|
|
@@ -193555,7 +193660,7 @@
|
|
|
193555
193660
|
"immutable": true,
|
|
193556
193661
|
"locationInModule": {
|
|
193557
193662
|
"filename": "src/aws/storage/shared.ts",
|
|
193558
|
-
"line":
|
|
193663
|
+
"line": 334
|
|
193559
193664
|
},
|
|
193560
193665
|
"name": "tableArn",
|
|
193561
193666
|
"type": {
|
|
@@ -193574,7 +193679,7 @@
|
|
|
193574
193679
|
"immutable": true,
|
|
193575
193680
|
"locationInModule": {
|
|
193576
193681
|
"filename": "src/aws/storage/shared.ts",
|
|
193577
|
-
"line":
|
|
193682
|
+
"line": 341
|
|
193578
193683
|
},
|
|
193579
193684
|
"name": "tableName",
|
|
193580
193685
|
"type": {
|
|
@@ -193590,7 +193695,7 @@
|
|
|
193590
193695
|
"immutable": true,
|
|
193591
193696
|
"locationInModule": {
|
|
193592
193697
|
"filename": "src/aws/storage/shared.ts",
|
|
193593
|
-
"line":
|
|
193698
|
+
"line": 354
|
|
193594
193699
|
},
|
|
193595
193700
|
"name": "encryptionKey",
|
|
193596
193701
|
"optional": true,
|
|
@@ -193610,7 +193715,7 @@
|
|
|
193610
193715
|
"immutable": true,
|
|
193611
193716
|
"locationInModule": {
|
|
193612
193717
|
"filename": "src/aws/storage/shared.ts",
|
|
193613
|
-
"line":
|
|
193718
|
+
"line": 348
|
|
193614
193719
|
},
|
|
193615
193720
|
"name": "tableStreamArn",
|
|
193616
193721
|
"optional": true,
|
|
@@ -193632,7 +193737,7 @@
|
|
|
193632
193737
|
"kind": "interface",
|
|
193633
193738
|
"locationInModule": {
|
|
193634
193739
|
"filename": "src/aws/storage/table.ts",
|
|
193635
|
-
"line":
|
|
193740
|
+
"line": 226
|
|
193636
193741
|
},
|
|
193637
193742
|
"name": "ImportSourceSpecification",
|
|
193638
193743
|
"namespace": "aws.storage",
|
|
@@ -193646,7 +193751,7 @@
|
|
|
193646
193751
|
"immutable": true,
|
|
193647
193752
|
"locationInModule": {
|
|
193648
193753
|
"filename": "src/aws/storage/table.ts",
|
|
193649
|
-
"line":
|
|
193754
|
+
"line": 242
|
|
193650
193755
|
},
|
|
193651
193756
|
"name": "bucket",
|
|
193652
193757
|
"type": {
|
|
@@ -193662,7 +193767,7 @@
|
|
|
193662
193767
|
"immutable": true,
|
|
193663
193768
|
"locationInModule": {
|
|
193664
193769
|
"filename": "src/aws/storage/table.ts",
|
|
193665
|
-
"line":
|
|
193770
|
+
"line": 237
|
|
193666
193771
|
},
|
|
193667
193772
|
"name": "inputFormat",
|
|
193668
193773
|
"type": {
|
|
@@ -193679,7 +193784,7 @@
|
|
|
193679
193784
|
"immutable": true,
|
|
193680
193785
|
"locationInModule": {
|
|
193681
193786
|
"filename": "src/aws/storage/table.ts",
|
|
193682
|
-
"line":
|
|
193787
|
+
"line": 249
|
|
193683
193788
|
},
|
|
193684
193789
|
"name": "bucketOwner",
|
|
193685
193790
|
"optional": true,
|
|
@@ -193697,7 +193802,7 @@
|
|
|
193697
193802
|
"immutable": true,
|
|
193698
193803
|
"locationInModule": {
|
|
193699
193804
|
"filename": "src/aws/storage/table.ts",
|
|
193700
|
-
"line":
|
|
193805
|
+
"line": 232
|
|
193701
193806
|
},
|
|
193702
193807
|
"name": "compressionType",
|
|
193703
193808
|
"optional": true,
|
|
@@ -193715,7 +193820,7 @@
|
|
|
193715
193820
|
"immutable": true,
|
|
193716
193821
|
"locationInModule": {
|
|
193717
193822
|
"filename": "src/aws/storage/table.ts",
|
|
193718
|
-
"line":
|
|
193823
|
+
"line": 256
|
|
193719
193824
|
},
|
|
193720
193825
|
"name": "keyPrefix",
|
|
193721
193826
|
"optional": true,
|
|
@@ -193736,7 +193841,7 @@
|
|
|
193736
193841
|
"kind": "enum",
|
|
193737
193842
|
"locationInModule": {
|
|
193738
193843
|
"filename": "src/aws/storage/table.ts",
|
|
193739
|
-
"line":
|
|
193844
|
+
"line": 72
|
|
193740
193845
|
},
|
|
193741
193846
|
"members": [
|
|
193742
193847
|
{
|
|
@@ -193781,7 +193886,7 @@
|
|
|
193781
193886
|
"kind": "class",
|
|
193782
193887
|
"locationInModule": {
|
|
193783
193888
|
"filename": "src/aws/storage/table.ts",
|
|
193784
|
-
"line":
|
|
193889
|
+
"line": 122
|
|
193785
193890
|
},
|
|
193786
193891
|
"methods": [
|
|
193787
193892
|
{
|
|
@@ -193791,7 +193896,7 @@
|
|
|
193791
193896
|
},
|
|
193792
193897
|
"locationInModule": {
|
|
193793
193898
|
"filename": "src/aws/storage/table.ts",
|
|
193794
|
-
"line":
|
|
193899
|
+
"line": 158
|
|
193795
193900
|
},
|
|
193796
193901
|
"name": "csv",
|
|
193797
193902
|
"parameters": [
|
|
@@ -193817,7 +193922,7 @@
|
|
|
193817
193922
|
},
|
|
193818
193923
|
"locationInModule": {
|
|
193819
193924
|
"filename": "src/aws/storage/table.ts",
|
|
193820
|
-
"line":
|
|
193925
|
+
"line": 126
|
|
193821
193926
|
},
|
|
193822
193927
|
"name": "dynamoDBJson",
|
|
193823
193928
|
"returns": {
|
|
@@ -193834,7 +193939,7 @@
|
|
|
193834
193939
|
},
|
|
193835
193940
|
"locationInModule": {
|
|
193836
193941
|
"filename": "src/aws/storage/table.ts",
|
|
193837
|
-
"line":
|
|
193942
|
+
"line": 142
|
|
193838
193943
|
},
|
|
193839
193944
|
"name": "ion",
|
|
193840
193945
|
"returns": {
|
|
@@ -194326,7 +194431,7 @@
|
|
|
194326
194431
|
"kind": "interface",
|
|
194327
194432
|
"locationInModule": {
|
|
194328
194433
|
"filename": "src/aws/storage/shared.ts",
|
|
194329
|
-
"line":
|
|
194434
|
+
"line": 318
|
|
194330
194435
|
},
|
|
194331
194436
|
"name": "LocalSecondaryIndexProps",
|
|
194332
194437
|
"namespace": "aws.storage",
|
|
@@ -194340,7 +194445,7 @@
|
|
|
194340
194445
|
"immutable": true,
|
|
194341
194446
|
"locationInModule": {
|
|
194342
194447
|
"filename": "src/aws/storage/shared.ts",
|
|
194343
|
-
"line":
|
|
194448
|
+
"line": 322
|
|
194344
194449
|
},
|
|
194345
194450
|
"name": "sortKey",
|
|
194346
194451
|
"type": {
|
|
@@ -194607,7 +194712,7 @@
|
|
|
194607
194712
|
"kind": "enum",
|
|
194608
194713
|
"locationInModule": {
|
|
194609
194714
|
"filename": "src/aws/storage/shared.ts",
|
|
194610
|
-
"line":
|
|
194715
|
+
"line": 13
|
|
194611
194716
|
},
|
|
194612
194717
|
"members": [
|
|
194613
194718
|
{
|
|
@@ -194727,7 +194832,7 @@
|
|
|
194727
194832
|
"kind": "interface",
|
|
194728
194833
|
"locationInModule": {
|
|
194729
194834
|
"filename": "src/aws/storage/shared.ts",
|
|
194730
|
-
"line":
|
|
194835
|
+
"line": 73
|
|
194731
194836
|
},
|
|
194732
194837
|
"name": "OperationsMetricOptions",
|
|
194733
194838
|
"namespace": "aws.storage",
|
|
@@ -195388,7 +195493,7 @@
|
|
|
195388
195493
|
"kind": "interface",
|
|
195389
195494
|
"locationInModule": {
|
|
195390
195495
|
"filename": "src/aws/storage/shared.ts",
|
|
195391
|
-
"line":
|
|
195496
|
+
"line": 112
|
|
195392
195497
|
},
|
|
195393
195498
|
"name": "PointInTimeRecoverySpecification",
|
|
195394
195499
|
"namespace": "aws.storage",
|
|
@@ -195403,7 +195508,7 @@
|
|
|
195403
195508
|
"immutable": true,
|
|
195404
195509
|
"locationInModule": {
|
|
195405
195510
|
"filename": "src/aws/storage/shared.ts",
|
|
195406
|
-
"line":
|
|
195511
|
+
"line": 117
|
|
195407
195512
|
},
|
|
195408
195513
|
"name": "pointInTimeRecoveryEnabled",
|
|
195409
195514
|
"type": {
|
|
@@ -195414,7 +195519,7 @@
|
|
|
195414
195519
|
"abstract": true,
|
|
195415
195520
|
"docs": {
|
|
195416
195521
|
"default": "35",
|
|
195417
|
-
"remarks": "Your table data is only recoverable to any point-in-time from within the configured recovery period.\nIf no value is provided, the value will default to 35
|
|
195522
|
+
"remarks": "Your table data is only recoverable to any point-in-time from within the configured recovery period.\nIf no value is provided, the value will default to 35.",
|
|
195418
195523
|
"stability": "stable",
|
|
195419
195524
|
"summary": "The number of preceding days for which continuous backups are taken and maintained."
|
|
195420
195525
|
},
|
|
@@ -195443,7 +195548,7 @@
|
|
|
195443
195548
|
"kind": "enum",
|
|
195444
195549
|
"locationInModule": {
|
|
195445
195550
|
"filename": "src/aws/storage/shared.ts",
|
|
195446
|
-
"line":
|
|
195551
|
+
"line": 202
|
|
195447
195552
|
},
|
|
195448
195553
|
"members": [
|
|
195449
195554
|
{
|
|
@@ -196934,7 +197039,7 @@
|
|
|
196934
197039
|
"kind": "interface",
|
|
196935
197040
|
"locationInModule": {
|
|
196936
197041
|
"filename": "src/aws/storage/table.ts",
|
|
196937
|
-
"line":
|
|
197042
|
+
"line": 55
|
|
196938
197043
|
},
|
|
196939
197044
|
"name": "SchemaOptions",
|
|
196940
197045
|
"namespace": "aws.storage",
|
|
@@ -196948,7 +197053,7 @@
|
|
|
196948
197053
|
"immutable": true,
|
|
196949
197054
|
"locationInModule": {
|
|
196950
197055
|
"filename": "src/aws/storage/table.ts",
|
|
196951
|
-
"line":
|
|
197056
|
+
"line": 59
|
|
196952
197057
|
},
|
|
196953
197058
|
"name": "partitionKey",
|
|
196954
197059
|
"type": {
|
|
@@ -196965,7 +197070,7 @@
|
|
|
196965
197070
|
"immutable": true,
|
|
196966
197071
|
"locationInModule": {
|
|
196967
197072
|
"filename": "src/aws/storage/table.ts",
|
|
196968
|
-
"line":
|
|
197073
|
+
"line": 66
|
|
196969
197074
|
},
|
|
196970
197075
|
"name": "sortKey",
|
|
196971
197076
|
"optional": true,
|
|
@@ -196987,7 +197092,7 @@
|
|
|
196987
197092
|
"kind": "interface",
|
|
196988
197093
|
"locationInModule": {
|
|
196989
197094
|
"filename": "src/aws/storage/shared.ts",
|
|
196990
|
-
"line":
|
|
197095
|
+
"line": 296
|
|
196991
197096
|
},
|
|
196992
197097
|
"name": "SecondaryIndexProps",
|
|
196993
197098
|
"namespace": "aws.storage",
|
|
@@ -197001,7 +197106,7 @@
|
|
|
197001
197106
|
"immutable": true,
|
|
197002
197107
|
"locationInModule": {
|
|
197003
197108
|
"filename": "src/aws/storage/shared.ts",
|
|
197004
|
-
"line":
|
|
197109
|
+
"line": 300
|
|
197005
197110
|
},
|
|
197006
197111
|
"name": "indexName",
|
|
197007
197112
|
"type": {
|
|
@@ -197018,7 +197123,7 @@
|
|
|
197018
197123
|
"immutable": true,
|
|
197019
197124
|
"locationInModule": {
|
|
197020
197125
|
"filename": "src/aws/storage/shared.ts",
|
|
197021
|
-
"line":
|
|
197126
|
+
"line": 312
|
|
197022
197127
|
},
|
|
197023
197128
|
"name": "nonKeyAttributes",
|
|
197024
197129
|
"optional": true,
|
|
@@ -197041,7 +197146,7 @@
|
|
|
197041
197146
|
"immutable": true,
|
|
197042
197147
|
"locationInModule": {
|
|
197043
197148
|
"filename": "src/aws/storage/shared.ts",
|
|
197044
|
-
"line":
|
|
197149
|
+
"line": 306
|
|
197045
197150
|
},
|
|
197046
197151
|
"name": "projectionType",
|
|
197047
197152
|
"optional": true,
|
|
@@ -197176,6 +197281,205 @@
|
|
|
197176
197281
|
"namespace": "aws.storage",
|
|
197177
197282
|
"symbolId": "src/aws/storage/bucket:StorageClass"
|
|
197178
197283
|
},
|
|
197284
|
+
"terraconstructs.aws.storage.StreamGrants": {
|
|
197285
|
+
"assembly": "terraconstructs",
|
|
197286
|
+
"docs": {
|
|
197287
|
+
"stability": "stable",
|
|
197288
|
+
"summary": "A set of permissions to grant on a Table Stream."
|
|
197289
|
+
},
|
|
197290
|
+
"fqn": "terraconstructs.aws.storage.StreamGrants",
|
|
197291
|
+
"initializer": {
|
|
197292
|
+
"docs": {
|
|
197293
|
+
"stability": "stable"
|
|
197294
|
+
},
|
|
197295
|
+
"locationInModule": {
|
|
197296
|
+
"filename": "src/aws/storage/stream-grants.ts",
|
|
197297
|
+
"line": 40
|
|
197298
|
+
},
|
|
197299
|
+
"parameters": [
|
|
197300
|
+
{
|
|
197301
|
+
"name": "props",
|
|
197302
|
+
"type": {
|
|
197303
|
+
"fqn": "terraconstructs.aws.storage.StreamGrantsProps"
|
|
197304
|
+
}
|
|
197305
|
+
}
|
|
197306
|
+
]
|
|
197307
|
+
},
|
|
197308
|
+
"kind": "class",
|
|
197309
|
+
"locationInModule": {
|
|
197310
|
+
"filename": "src/aws/storage/stream-grants.ts",
|
|
197311
|
+
"line": 35
|
|
197312
|
+
},
|
|
197313
|
+
"methods": [
|
|
197314
|
+
{
|
|
197315
|
+
"docs": {
|
|
197316
|
+
"remarks": "If `encryptionKey` is present, appropriate grants to the key needs to be added\nseparately using the `table.encryptionKey.grant*` methods.",
|
|
197317
|
+
"stability": "stable",
|
|
197318
|
+
"summary": "Adds an IAM policy statement associated with this table's stream to an IAM principal's policy."
|
|
197319
|
+
},
|
|
197320
|
+
"locationInModule": {
|
|
197321
|
+
"filename": "src/aws/storage/stream-grants.ts",
|
|
197322
|
+
"line": 56
|
|
197323
|
+
},
|
|
197324
|
+
"name": "actions",
|
|
197325
|
+
"parameters": [
|
|
197326
|
+
{
|
|
197327
|
+
"docs": {
|
|
197328
|
+
"summary": "The principal (no-op if undefined)."
|
|
197329
|
+
},
|
|
197330
|
+
"name": "grantee",
|
|
197331
|
+
"type": {
|
|
197332
|
+
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
197333
|
+
}
|
|
197334
|
+
},
|
|
197335
|
+
{
|
|
197336
|
+
"docs": {
|
|
197337
|
+
"summary": "The set of actions to allow (i.e. \"dynamodb:DescribeStream\", \"dynamodb:GetRecords\", ...)."
|
|
197338
|
+
},
|
|
197339
|
+
"name": "actions",
|
|
197340
|
+
"type": {
|
|
197341
|
+
"primitive": "string"
|
|
197342
|
+
},
|
|
197343
|
+
"variadic": true
|
|
197344
|
+
}
|
|
197345
|
+
],
|
|
197346
|
+
"returns": {
|
|
197347
|
+
"type": {
|
|
197348
|
+
"fqn": "terraconstructs.aws.iam.Grant"
|
|
197349
|
+
}
|
|
197350
|
+
},
|
|
197351
|
+
"variadic": true
|
|
197352
|
+
},
|
|
197353
|
+
{
|
|
197354
|
+
"docs": {
|
|
197355
|
+
"stability": "stable",
|
|
197356
|
+
"summary": "Permits an IAM Principal to list streams attached to current dynamodb table."
|
|
197357
|
+
},
|
|
197358
|
+
"locationInModule": {
|
|
197359
|
+
"filename": "src/aws/storage/stream-grants.ts",
|
|
197360
|
+
"line": 70
|
|
197361
|
+
},
|
|
197362
|
+
"name": "list",
|
|
197363
|
+
"parameters": [
|
|
197364
|
+
{
|
|
197365
|
+
"docs": {
|
|
197366
|
+
"summary": "The principal (no-op if undefined)."
|
|
197367
|
+
},
|
|
197368
|
+
"name": "grantee",
|
|
197369
|
+
"type": {
|
|
197370
|
+
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
197371
|
+
}
|
|
197372
|
+
}
|
|
197373
|
+
],
|
|
197374
|
+
"returns": {
|
|
197375
|
+
"type": {
|
|
197376
|
+
"fqn": "terraconstructs.aws.iam.Grant"
|
|
197377
|
+
}
|
|
197378
|
+
}
|
|
197379
|
+
},
|
|
197380
|
+
{
|
|
197381
|
+
"docs": {
|
|
197382
|
+
"remarks": "Appropriate grants will also be added to the customer-managed KMS key\nif one was configured.",
|
|
197383
|
+
"stability": "stable",
|
|
197384
|
+
"summary": "Permits an IAM principal all stream data read operations for this table's stream: DescribeStream, GetRecords, GetShardIterator, ListStreams."
|
|
197385
|
+
},
|
|
197386
|
+
"locationInModule": {
|
|
197387
|
+
"filename": "src/aws/storage/stream-grants.ts",
|
|
197388
|
+
"line": 88
|
|
197389
|
+
},
|
|
197390
|
+
"name": "read",
|
|
197391
|
+
"parameters": [
|
|
197392
|
+
{
|
|
197393
|
+
"docs": {
|
|
197394
|
+
"summary": "The principal to grant access to."
|
|
197395
|
+
},
|
|
197396
|
+
"name": "grantee",
|
|
197397
|
+
"type": {
|
|
197398
|
+
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
197399
|
+
}
|
|
197400
|
+
}
|
|
197401
|
+
],
|
|
197402
|
+
"returns": {
|
|
197403
|
+
"type": {
|
|
197404
|
+
"fqn": "terraconstructs.aws.iam.Grant"
|
|
197405
|
+
}
|
|
197406
|
+
}
|
|
197407
|
+
}
|
|
197408
|
+
],
|
|
197409
|
+
"name": "StreamGrants",
|
|
197410
|
+
"namespace": "aws.storage",
|
|
197411
|
+
"symbolId": "src/aws/storage/stream-grants:StreamGrants"
|
|
197412
|
+
},
|
|
197413
|
+
"terraconstructs.aws.storage.StreamGrantsProps": {
|
|
197414
|
+
"assembly": "terraconstructs",
|
|
197415
|
+
"datatype": true,
|
|
197416
|
+
"docs": {
|
|
197417
|
+
"stability": "stable",
|
|
197418
|
+
"summary": "Construction properties for StreamGrants."
|
|
197419
|
+
},
|
|
197420
|
+
"fqn": "terraconstructs.aws.storage.StreamGrantsProps",
|
|
197421
|
+
"kind": "interface",
|
|
197422
|
+
"locationInModule": {
|
|
197423
|
+
"filename": "src/aws/storage/stream-grants.ts",
|
|
197424
|
+
"line": 11
|
|
197425
|
+
},
|
|
197426
|
+
"name": "StreamGrantsProps",
|
|
197427
|
+
"namespace": "aws.storage",
|
|
197428
|
+
"properties": [
|
|
197429
|
+
{
|
|
197430
|
+
"abstract": true,
|
|
197431
|
+
"docs": {
|
|
197432
|
+
"stability": "stable",
|
|
197433
|
+
"summary": "The table this stream is for."
|
|
197434
|
+
},
|
|
197435
|
+
"immutable": true,
|
|
197436
|
+
"locationInModule": {
|
|
197437
|
+
"filename": "src/aws/storage/stream-grants.ts",
|
|
197438
|
+
"line": 15
|
|
197439
|
+
},
|
|
197440
|
+
"name": "table",
|
|
197441
|
+
"type": {
|
|
197442
|
+
"fqn": "terraconstructs.aws.storage.ITable"
|
|
197443
|
+
}
|
|
197444
|
+
},
|
|
197445
|
+
{
|
|
197446
|
+
"abstract": true,
|
|
197447
|
+
"docs": {
|
|
197448
|
+
"stability": "stable",
|
|
197449
|
+
"summary": "The ARN of the Stream."
|
|
197450
|
+
},
|
|
197451
|
+
"immutable": true,
|
|
197452
|
+
"locationInModule": {
|
|
197453
|
+
"filename": "src/aws/storage/stream-grants.ts",
|
|
197454
|
+
"line": 20
|
|
197455
|
+
},
|
|
197456
|
+
"name": "tableStreamArn",
|
|
197457
|
+
"type": {
|
|
197458
|
+
"primitive": "string"
|
|
197459
|
+
}
|
|
197460
|
+
},
|
|
197461
|
+
{
|
|
197462
|
+
"abstract": true,
|
|
197463
|
+
"docs": {
|
|
197464
|
+
"default": "- No key",
|
|
197465
|
+
"remarks": "Required permissions will be added to the key as well.",
|
|
197466
|
+
"stability": "stable",
|
|
197467
|
+
"summary": "The encryption key of the table."
|
|
197468
|
+
},
|
|
197469
|
+
"immutable": true,
|
|
197470
|
+
"locationInModule": {
|
|
197471
|
+
"filename": "src/aws/storage/stream-grants.ts",
|
|
197472
|
+
"line": 29
|
|
197473
|
+
},
|
|
197474
|
+
"name": "encryptionKey",
|
|
197475
|
+
"optional": true,
|
|
197476
|
+
"type": {
|
|
197477
|
+
"fqn": "terraconstructs.aws.encryption.IKey"
|
|
197478
|
+
}
|
|
197479
|
+
}
|
|
197480
|
+
],
|
|
197481
|
+
"symbolId": "src/aws/storage/stream-grants:StreamGrantsProps"
|
|
197482
|
+
},
|
|
197179
197483
|
"terraconstructs.aws.storage.StreamViewType": {
|
|
197180
197484
|
"assembly": "terraconstructs",
|
|
197181
197485
|
"docs": {
|
|
@@ -197187,7 +197491,7 @@
|
|
|
197187
197491
|
"kind": "enum",
|
|
197188
197492
|
"locationInModule": {
|
|
197189
197493
|
"filename": "src/aws/storage/shared.ts",
|
|
197190
|
-
"line":
|
|
197494
|
+
"line": 271
|
|
197191
197495
|
},
|
|
197192
197496
|
"members": [
|
|
197193
197497
|
{
|
|
@@ -198461,7 +198765,7 @@
|
|
|
198461
198765
|
"kind": "interface",
|
|
198462
198766
|
"locationInModule": {
|
|
198463
198767
|
"filename": "src/aws/storage/shared.ts",
|
|
198464
|
-
"line":
|
|
198768
|
+
"line": 60
|
|
198465
198769
|
},
|
|
198466
198770
|
"name": "SystemErrorsForOperationsMetricOptions",
|
|
198467
198771
|
"namespace": "aws.storage",
|
|
@@ -198476,7 +198780,7 @@
|
|
|
198476
198780
|
"immutable": true,
|
|
198477
198781
|
"locationInModule": {
|
|
198478
198782
|
"filename": "src/aws/storage/shared.ts",
|
|
198479
|
-
"line":
|
|
198783
|
+
"line": 67
|
|
198480
198784
|
},
|
|
198481
198785
|
"name": "operations",
|
|
198482
198786
|
"optional": true,
|
|
@@ -198506,7 +198810,7 @@
|
|
|
198506
198810
|
},
|
|
198507
198811
|
"locationInModule": {
|
|
198508
198812
|
"filename": "src/aws/storage/table.ts",
|
|
198509
|
-
"line":
|
|
198813
|
+
"line": 1294
|
|
198510
198814
|
},
|
|
198511
198815
|
"parameters": [
|
|
198512
198816
|
{
|
|
@@ -198532,7 +198836,7 @@
|
|
|
198532
198836
|
"kind": "class",
|
|
198533
198837
|
"locationInModule": {
|
|
198534
198838
|
"filename": "src/aws/storage/table.ts",
|
|
198535
|
-
"line":
|
|
198839
|
+
"line": 1118
|
|
198536
198840
|
},
|
|
198537
198841
|
"methods": [
|
|
198538
198842
|
{
|
|
@@ -198542,7 +198846,7 @@
|
|
|
198542
198846
|
},
|
|
198543
198847
|
"locationInModule": {
|
|
198544
198848
|
"filename": "src/aws/storage/table.ts",
|
|
198545
|
-
"line":
|
|
198849
|
+
"line": 1154
|
|
198546
198850
|
},
|
|
198547
198851
|
"name": "fromTableArn",
|
|
198548
198852
|
"parameters": [
|
|
@@ -198588,7 +198892,7 @@
|
|
|
198588
198892
|
},
|
|
198589
198893
|
"locationInModule": {
|
|
198590
198894
|
"filename": "src/aws/storage/table.ts",
|
|
198591
|
-
"line":
|
|
198895
|
+
"line": 1169
|
|
198592
198896
|
},
|
|
198593
198897
|
"name": "fromTableAttributes",
|
|
198594
198898
|
"parameters": [
|
|
@@ -198634,7 +198938,7 @@
|
|
|
198634
198938
|
},
|
|
198635
198939
|
"locationInModule": {
|
|
198636
198940
|
"filename": "src/aws/storage/table.ts",
|
|
198637
|
-
"line":
|
|
198941
|
+
"line": 1139
|
|
198638
198942
|
},
|
|
198639
198943
|
"name": "fromTableName",
|
|
198640
198944
|
"parameters": [
|
|
@@ -198681,7 +198985,7 @@
|
|
|
198681
198985
|
},
|
|
198682
198986
|
"locationInModule": {
|
|
198683
198987
|
"filename": "src/aws/storage/table.ts",
|
|
198684
|
-
"line":
|
|
198988
|
+
"line": 1124
|
|
198685
198989
|
},
|
|
198686
198990
|
"name": "grantListStreams",
|
|
198687
198991
|
"parameters": [
|
|
@@ -198708,7 +199012,7 @@
|
|
|
198708
199012
|
},
|
|
198709
199013
|
"locationInModule": {
|
|
198710
199014
|
"filename": "src/aws/storage/table.ts",
|
|
198711
|
-
"line":
|
|
199015
|
+
"line": 1509
|
|
198712
199016
|
},
|
|
198713
199017
|
"name": "addGlobalSecondaryIndex",
|
|
198714
199018
|
"parameters": [
|
|
@@ -198722,15 +199026,19 @@
|
|
|
198722
199026
|
},
|
|
198723
199027
|
{
|
|
198724
199028
|
"docs": {
|
|
198725
|
-
"stability": "stable"
|
|
199029
|
+
"stability": "stable",
|
|
199030
|
+
"summary": "Add a local secondary index of table."
|
|
198726
199031
|
},
|
|
198727
199032
|
"locationInModule": {
|
|
198728
199033
|
"filename": "src/aws/storage/table.ts",
|
|
198729
|
-
"line":
|
|
199034
|
+
"line": 1557
|
|
198730
199035
|
},
|
|
198731
199036
|
"name": "addLocalSecondaryIndex",
|
|
198732
199037
|
"parameters": [
|
|
198733
199038
|
{
|
|
199039
|
+
"docs": {
|
|
199040
|
+
"summary": "the property of local secondary index."
|
|
199041
|
+
},
|
|
198734
199042
|
"name": "props",
|
|
198735
199043
|
"type": {
|
|
198736
199044
|
"fqn": "terraconstructs.aws.storage.LocalSecondaryIndexProps"
|
|
@@ -198740,11 +199048,42 @@
|
|
|
198740
199048
|
},
|
|
198741
199049
|
{
|
|
198742
199050
|
"docs": {
|
|
198743
|
-
"
|
|
199051
|
+
"remarks": "A resource policy will be automatically created upon the first call to `addToResourcePolicy`.\n\nNote that this does not work with imported tables.",
|
|
199052
|
+
"stability": "stable",
|
|
199053
|
+
"summary": "Adds a statement to the resource policy associated with this table."
|
|
199054
|
+
},
|
|
199055
|
+
"locationInModule": {
|
|
199056
|
+
"filename": "src/aws/storage/table.ts",
|
|
199057
|
+
"line": 1485
|
|
199058
|
+
},
|
|
199059
|
+
"name": "addToResourcePolicy",
|
|
199060
|
+
"overrides": "terraconstructs.aws.storage.TableBase",
|
|
199061
|
+
"parameters": [
|
|
199062
|
+
{
|
|
199063
|
+
"docs": {
|
|
199064
|
+
"summary": "The policy statement to add."
|
|
199065
|
+
},
|
|
199066
|
+
"name": "statement",
|
|
199067
|
+
"type": {
|
|
199068
|
+
"fqn": "terraconstructs.aws.iam.PolicyStatement"
|
|
199069
|
+
}
|
|
199070
|
+
}
|
|
199071
|
+
],
|
|
199072
|
+
"returns": {
|
|
199073
|
+
"type": {
|
|
199074
|
+
"fqn": "terraconstructs.aws.iam.AddToResourcePolicyResult"
|
|
199075
|
+
}
|
|
199076
|
+
}
|
|
199077
|
+
},
|
|
199078
|
+
{
|
|
199079
|
+
"docs": {
|
|
199080
|
+
"returns": "An object to configure additional AutoScaling settings for this attribute",
|
|
199081
|
+
"stability": "stable",
|
|
199082
|
+
"summary": "Enable read capacity scaling for the given GSI."
|
|
198744
199083
|
},
|
|
198745
199084
|
"locationInModule": {
|
|
198746
199085
|
"filename": "src/aws/storage/table.ts",
|
|
198747
|
-
"line":
|
|
199086
|
+
"line": 1667
|
|
198748
199087
|
},
|
|
198749
199088
|
"name": "autoScaleGlobalSecondaryIndexReadCapacity",
|
|
198750
199089
|
"parameters": [
|
|
@@ -198769,20 +199108,47 @@
|
|
|
198769
199108
|
},
|
|
198770
199109
|
{
|
|
198771
199110
|
"docs": {
|
|
198772
|
-
"
|
|
199111
|
+
"returns": "An object to configure additional AutoScaling settings for this attribute",
|
|
199112
|
+
"stability": "stable",
|
|
199113
|
+
"summary": "Enable write capacity scaling for the given GSI."
|
|
199114
|
+
},
|
|
199115
|
+
"locationInModule": {
|
|
199116
|
+
"filename": "src/aws/storage/table.ts",
|
|
199117
|
+
"line": 1709
|
|
199118
|
+
},
|
|
199119
|
+
"name": "autoScaleGlobalSecondaryIndexWriteCapacity",
|
|
199120
|
+
"parameters": [
|
|
199121
|
+
{
|
|
199122
|
+
"name": "indexName",
|
|
199123
|
+
"type": {
|
|
199124
|
+
"primitive": "string"
|
|
199125
|
+
}
|
|
199126
|
+
},
|
|
199127
|
+
{
|
|
199128
|
+
"name": "props",
|
|
199129
|
+
"type": {
|
|
199130
|
+
"fqn": "terraconstructs.aws.storage.EnableScalingProps"
|
|
199131
|
+
}
|
|
199132
|
+
}
|
|
199133
|
+
],
|
|
199134
|
+
"returns": {
|
|
199135
|
+
"type": {
|
|
199136
|
+
"fqn": "terraconstructs.aws.storage.IScalableTableAttribute"
|
|
199137
|
+
}
|
|
199138
|
+
}
|
|
199139
|
+
},
|
|
199140
|
+
{
|
|
199141
|
+
"docs": {
|
|
199142
|
+
"returns": "An object to configure additional AutoScaling settings",
|
|
199143
|
+
"stability": "stable",
|
|
199144
|
+
"summary": "Enable read capacity scaling for this table."
|
|
198773
199145
|
},
|
|
198774
199146
|
"locationInModule": {
|
|
198775
199147
|
"filename": "src/aws/storage/table.ts",
|
|
198776
|
-
"line":
|
|
199148
|
+
"line": 1598
|
|
198777
199149
|
},
|
|
198778
|
-
"name": "
|
|
199150
|
+
"name": "autoScaleReadCapacity",
|
|
198779
199151
|
"parameters": [
|
|
198780
|
-
{
|
|
198781
|
-
"name": "indexName",
|
|
198782
|
-
"type": {
|
|
198783
|
-
"primitive": "string"
|
|
198784
|
-
}
|
|
198785
|
-
},
|
|
198786
199152
|
{
|
|
198787
199153
|
"name": "props",
|
|
198788
199154
|
"type": {
|
|
@@ -198798,13 +199164,15 @@
|
|
|
198798
199164
|
},
|
|
198799
199165
|
{
|
|
198800
199166
|
"docs": {
|
|
198801
|
-
"
|
|
199167
|
+
"returns": "An object to configure additional AutoScaling settings for this attribute",
|
|
199168
|
+
"stability": "stable",
|
|
199169
|
+
"summary": "Enable write capacity scaling for this table."
|
|
198802
199170
|
},
|
|
198803
199171
|
"locationInModule": {
|
|
198804
199172
|
"filename": "src/aws/storage/table.ts",
|
|
198805
|
-
"line":
|
|
199173
|
+
"line": 1629
|
|
198806
199174
|
},
|
|
198807
|
-
"name": "
|
|
199175
|
+
"name": "autoScaleWriteCapacity",
|
|
198808
199176
|
"parameters": [
|
|
198809
199177
|
{
|
|
198810
199178
|
"name": "props",
|
|
@@ -198821,48 +199189,45 @@
|
|
|
198821
199189
|
},
|
|
198822
199190
|
{
|
|
198823
199191
|
"docs": {
|
|
198824
|
-
"
|
|
199192
|
+
"returns": "Schema of table or index.",
|
|
199193
|
+
"stability": "stable",
|
|
199194
|
+
"summary": "Get schema attributes of table or index."
|
|
198825
199195
|
},
|
|
198826
199196
|
"locationInModule": {
|
|
198827
199197
|
"filename": "src/aws/storage/table.ts",
|
|
198828
|
-
"line":
|
|
199198
|
+
"line": 1751
|
|
198829
199199
|
},
|
|
198830
|
-
"name": "
|
|
199200
|
+
"name": "schema",
|
|
198831
199201
|
"parameters": [
|
|
198832
199202
|
{
|
|
198833
|
-
"name": "
|
|
199203
|
+
"name": "indexName",
|
|
199204
|
+
"optional": true,
|
|
198834
199205
|
"type": {
|
|
198835
|
-
"
|
|
199206
|
+
"primitive": "string"
|
|
198836
199207
|
}
|
|
198837
199208
|
}
|
|
198838
199209
|
],
|
|
198839
199210
|
"returns": {
|
|
198840
199211
|
"type": {
|
|
198841
|
-
"fqn": "terraconstructs.aws.storage.
|
|
199212
|
+
"fqn": "terraconstructs.aws.storage.SchemaOptions"
|
|
198842
199213
|
}
|
|
198843
199214
|
}
|
|
198844
199215
|
},
|
|
198845
199216
|
{
|
|
198846
199217
|
"docs": {
|
|
198847
|
-
"
|
|
199218
|
+
"remarks": "called by TerraformStack.prepareStack()",
|
|
199219
|
+
"stability": "stable",
|
|
199220
|
+
"summary": "Adds resource to the Terraform JSON output at Synth time."
|
|
198848
199221
|
},
|
|
198849
199222
|
"locationInModule": {
|
|
198850
199223
|
"filename": "src/aws/storage/table.ts",
|
|
198851
|
-
"line":
|
|
199224
|
+
"line": 2219
|
|
198852
199225
|
},
|
|
198853
|
-
"name": "
|
|
198854
|
-
"
|
|
198855
|
-
{
|
|
198856
|
-
"name": "indexName",
|
|
198857
|
-
"optional": true,
|
|
198858
|
-
"type": {
|
|
198859
|
-
"primitive": "string"
|
|
198860
|
-
}
|
|
198861
|
-
}
|
|
198862
|
-
],
|
|
199226
|
+
"name": "toTerraform",
|
|
199227
|
+
"overrides": "cdktf.TerraformElement",
|
|
198863
199228
|
"returns": {
|
|
198864
199229
|
"type": {
|
|
198865
|
-
"
|
|
199230
|
+
"primitive": "any"
|
|
198866
199231
|
}
|
|
198867
199232
|
}
|
|
198868
199233
|
}
|
|
@@ -198872,12 +199237,13 @@
|
|
|
198872
199237
|
"properties": [
|
|
198873
199238
|
{
|
|
198874
199239
|
"docs": {
|
|
198875
|
-
"stability": "stable"
|
|
199240
|
+
"stability": "stable",
|
|
199241
|
+
"summary": "Whether this table has indexes."
|
|
198876
199242
|
},
|
|
198877
199243
|
"immutable": true,
|
|
198878
199244
|
"locationInModule": {
|
|
198879
199245
|
"filename": "src/aws/storage/table.ts",
|
|
198880
|
-
"line":
|
|
199246
|
+
"line": 2074
|
|
198881
199247
|
},
|
|
198882
199248
|
"name": "hasIndex",
|
|
198883
199249
|
"overrides": "terraconstructs.aws.storage.TableBase",
|
|
@@ -198894,7 +199260,7 @@
|
|
|
198894
199260
|
"immutable": true,
|
|
198895
199261
|
"locationInModule": {
|
|
198896
199262
|
"filename": "src/aws/storage/table.ts",
|
|
198897
|
-
"line":
|
|
199263
|
+
"line": 1261
|
|
198898
199264
|
},
|
|
198899
199265
|
"name": "tableArn",
|
|
198900
199266
|
"overrides": "terraconstructs.aws.storage.TableBase",
|
|
@@ -198910,7 +199276,7 @@
|
|
|
198910
199276
|
"immutable": true,
|
|
198911
199277
|
"locationInModule": {
|
|
198912
199278
|
"filename": "src/aws/storage/table.ts",
|
|
198913
|
-
"line":
|
|
199279
|
+
"line": 1262
|
|
198914
199280
|
},
|
|
198915
199281
|
"name": "tableName",
|
|
198916
199282
|
"overrides": "terraconstructs.aws.storage.TableBase",
|
|
@@ -198921,12 +199287,12 @@
|
|
|
198921
199287
|
{
|
|
198922
199288
|
"docs": {
|
|
198923
199289
|
"stability": "stable",
|
|
198924
|
-
"summary": "
|
|
199290
|
+
"summary": "KMS encryption key, if this table uses a customer-managed encryption key."
|
|
198925
199291
|
},
|
|
198926
199292
|
"immutable": true,
|
|
198927
199293
|
"locationInModule": {
|
|
198928
199294
|
"filename": "src/aws/storage/table.ts",
|
|
198929
|
-
"line":
|
|
199295
|
+
"line": 1253
|
|
198930
199296
|
},
|
|
198931
199297
|
"name": "encryptionKey",
|
|
198932
199298
|
"optional": true,
|
|
@@ -198935,6 +199301,28 @@
|
|
|
198935
199301
|
"fqn": "terraconstructs.aws.encryption.IKey"
|
|
198936
199302
|
}
|
|
198937
199303
|
},
|
|
199304
|
+
{
|
|
199305
|
+
"docs": {
|
|
199306
|
+
"stability": "stable",
|
|
199307
|
+
"summary": "Additional regions other than the main one that this table is replicated to."
|
|
199308
|
+
},
|
|
199309
|
+
"immutable": true,
|
|
199310
|
+
"locationInModule": {
|
|
199311
|
+
"filename": "src/aws/storage/table.ts",
|
|
199312
|
+
"line": 1292
|
|
199313
|
+
},
|
|
199314
|
+
"name": "regions",
|
|
199315
|
+
"optional": true,
|
|
199316
|
+
"overrides": "terraconstructs.aws.storage.TableBase",
|
|
199317
|
+
"type": {
|
|
199318
|
+
"collection": {
|
|
199319
|
+
"elementtype": {
|
|
199320
|
+
"primitive": "string"
|
|
199321
|
+
},
|
|
199322
|
+
"kind": "array"
|
|
199323
|
+
}
|
|
199324
|
+
}
|
|
199325
|
+
},
|
|
198938
199326
|
{
|
|
198939
199327
|
"docs": {
|
|
198940
199328
|
"stability": "stable",
|
|
@@ -198943,7 +199331,7 @@
|
|
|
198943
199331
|
"immutable": true,
|
|
198944
199332
|
"locationInModule": {
|
|
198945
199333
|
"filename": "src/aws/storage/table.ts",
|
|
198946
|
-
"line":
|
|
199334
|
+
"line": 1263
|
|
198947
199335
|
},
|
|
198948
199336
|
"name": "tableStreamArn",
|
|
198949
199337
|
"optional": true,
|
|
@@ -198961,7 +199349,7 @@
|
|
|
198961
199349
|
},
|
|
198962
199350
|
"locationInModule": {
|
|
198963
199351
|
"filename": "src/aws/storage/table.ts",
|
|
198964
|
-
"line":
|
|
199352
|
+
"line": 1260
|
|
198965
199353
|
},
|
|
198966
199354
|
"name": "resourcePolicy",
|
|
198967
199355
|
"optional": true,
|
|
@@ -198984,7 +199372,7 @@
|
|
|
198984
199372
|
"kind": "interface",
|
|
198985
199373
|
"locationInModule": {
|
|
198986
199374
|
"filename": "src/aws/storage/table.ts",
|
|
198987
|
-
"line":
|
|
199375
|
+
"line": 566
|
|
198988
199376
|
},
|
|
198989
199377
|
"name": "TableAttributes",
|
|
198990
199378
|
"namespace": "aws.storage",
|
|
@@ -198999,7 +199387,7 @@
|
|
|
198999
199387
|
"immutable": true,
|
|
199000
199388
|
"locationInModule": {
|
|
199001
199389
|
"filename": "src/aws/storage/table.ts",
|
|
199002
|
-
"line":
|
|
199390
|
+
"line": 595
|
|
199003
199391
|
},
|
|
199004
199392
|
"name": "encryptionKey",
|
|
199005
199393
|
"optional": true,
|
|
@@ -199018,7 +199406,7 @@
|
|
|
199018
199406
|
"immutable": true,
|
|
199019
199407
|
"locationInModule": {
|
|
199020
199408
|
"filename": "src/aws/storage/table.ts",
|
|
199021
|
-
"line":
|
|
199409
|
+
"line": 606
|
|
199022
199410
|
},
|
|
199023
199411
|
"name": "globalIndexes",
|
|
199024
199412
|
"optional": true,
|
|
@@ -199042,7 +199430,7 @@
|
|
|
199042
199430
|
"immutable": true,
|
|
199043
199431
|
"locationInModule": {
|
|
199044
199432
|
"filename": "src/aws/storage/table.ts",
|
|
199045
|
-
"line":
|
|
199433
|
+
"line": 626
|
|
199046
199434
|
},
|
|
199047
199435
|
"name": "grantIndexPermissions",
|
|
199048
199436
|
"optional": true,
|
|
@@ -199061,7 +199449,7 @@
|
|
|
199061
199449
|
"immutable": true,
|
|
199062
199450
|
"locationInModule": {
|
|
199063
199451
|
"filename": "src/aws/storage/table.ts",
|
|
199064
|
-
"line":
|
|
199452
|
+
"line": 617
|
|
199065
199453
|
},
|
|
199066
199454
|
"name": "localIndexes",
|
|
199067
199455
|
"optional": true,
|
|
@@ -199085,7 +199473,7 @@
|
|
|
199085
199473
|
"immutable": true,
|
|
199086
199474
|
"locationInModule": {
|
|
199087
199475
|
"filename": "src/aws/storage/table.ts",
|
|
199088
|
-
"line":
|
|
199476
|
+
"line": 573
|
|
199089
199477
|
},
|
|
199090
199478
|
"name": "tableArn",
|
|
199091
199479
|
"optional": true,
|
|
@@ -199104,7 +199492,7 @@
|
|
|
199104
199492
|
"immutable": true,
|
|
199105
199493
|
"locationInModule": {
|
|
199106
199494
|
"filename": "src/aws/storage/table.ts",
|
|
199107
|
-
"line":
|
|
199495
|
+
"line": 581
|
|
199108
199496
|
},
|
|
199109
199497
|
"name": "tableName",
|
|
199110
199498
|
"optional": true,
|
|
@@ -199122,7 +199510,7 @@
|
|
|
199122
199510
|
"immutable": true,
|
|
199123
199511
|
"locationInModule": {
|
|
199124
199512
|
"filename": "src/aws/storage/table.ts",
|
|
199125
|
-
"line":
|
|
199513
|
+
"line": 588
|
|
199126
199514
|
},
|
|
199127
199515
|
"name": "tableStreamArn",
|
|
199128
199516
|
"optional": true,
|
|
@@ -199178,17 +199566,18 @@
|
|
|
199178
199566
|
"kind": "class",
|
|
199179
199567
|
"locationInModule": {
|
|
199180
199568
|
"filename": "src/aws/storage/table.ts",
|
|
199181
|
-
"line":
|
|
199569
|
+
"line": 629
|
|
199182
199570
|
},
|
|
199183
199571
|
"methods": [
|
|
199184
199572
|
{
|
|
199573
|
+
"abstract": true,
|
|
199185
199574
|
"docs": {
|
|
199186
199575
|
"stability": "stable",
|
|
199187
|
-
"summary": "
|
|
199576
|
+
"summary": "Adds a statement to the resource policy associated with this table."
|
|
199188
199577
|
},
|
|
199189
199578
|
"locationInModule": {
|
|
199190
199579
|
"filename": "src/aws/storage/table.ts",
|
|
199191
|
-
"line":
|
|
199580
|
+
"line": 710
|
|
199192
199581
|
},
|
|
199193
199582
|
"name": "addToResourcePolicy",
|
|
199194
199583
|
"overrides": "terraconstructs.aws.iam.IAwsConstructWithPolicy",
|
|
@@ -199214,18 +199603,24 @@
|
|
|
199214
199603
|
},
|
|
199215
199604
|
"locationInModule": {
|
|
199216
199605
|
"filename": "src/aws/storage/table.ts",
|
|
199217
|
-
"line":
|
|
199606
|
+
"line": 724
|
|
199218
199607
|
},
|
|
199219
199608
|
"name": "grant",
|
|
199220
199609
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
199221
199610
|
"parameters": [
|
|
199222
199611
|
{
|
|
199612
|
+
"docs": {
|
|
199613
|
+
"summary": "The principal (no-op if undefined)."
|
|
199614
|
+
},
|
|
199223
199615
|
"name": "grantee",
|
|
199224
199616
|
"type": {
|
|
199225
199617
|
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
199226
199618
|
}
|
|
199227
199619
|
},
|
|
199228
199620
|
{
|
|
199621
|
+
"docs": {
|
|
199622
|
+
"summary": "The set of actions to allow (i.e. \"dynamodb:PutItem\", \"dynamodb:GetItem\", ...)."
|
|
199623
|
+
},
|
|
199229
199624
|
"name": "actions",
|
|
199230
199625
|
"type": {
|
|
199231
199626
|
"primitive": "string"
|
|
@@ -199248,12 +199643,15 @@
|
|
|
199248
199643
|
},
|
|
199249
199644
|
"locationInModule": {
|
|
199250
199645
|
"filename": "src/aws/storage/table.ts",
|
|
199251
|
-
"line":
|
|
199646
|
+
"line": 812
|
|
199252
199647
|
},
|
|
199253
199648
|
"name": "grantFullAccess",
|
|
199254
199649
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
199255
199650
|
"parameters": [
|
|
199256
199651
|
{
|
|
199652
|
+
"docs": {
|
|
199653
|
+
"summary": "The principal to grant access to."
|
|
199654
|
+
},
|
|
199257
199655
|
"name": "grantee",
|
|
199258
199656
|
"type": {
|
|
199259
199657
|
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
@@ -199266,20 +199664,54 @@
|
|
|
199266
199664
|
}
|
|
199267
199665
|
}
|
|
199268
199666
|
},
|
|
199667
|
+
{
|
|
199668
|
+
"docs": {
|
|
199669
|
+
"stability": "stable"
|
|
199670
|
+
},
|
|
199671
|
+
"locationInModule": {
|
|
199672
|
+
"filename": "src/aws/storage/table.ts",
|
|
199673
|
+
"line": 658
|
|
199674
|
+
},
|
|
199675
|
+
"name": "grantOnKey",
|
|
199676
|
+
"parameters": [
|
|
199677
|
+
{
|
|
199678
|
+
"name": "grantee",
|
|
199679
|
+
"type": {
|
|
199680
|
+
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
199681
|
+
}
|
|
199682
|
+
},
|
|
199683
|
+
{
|
|
199684
|
+
"name": "actions",
|
|
199685
|
+
"type": {
|
|
199686
|
+
"primitive": "string"
|
|
199687
|
+
},
|
|
199688
|
+
"variadic": true
|
|
199689
|
+
}
|
|
199690
|
+
],
|
|
199691
|
+
"returns": {
|
|
199692
|
+
"type": {
|
|
199693
|
+
"fqn": "terraconstructs.aws.iam.GrantOnKeyResult"
|
|
199694
|
+
}
|
|
199695
|
+
},
|
|
199696
|
+
"variadic": true
|
|
199697
|
+
},
|
|
199269
199698
|
{
|
|
199270
199699
|
"docs": {
|
|
199271
199700
|
"remarks": "Appropriate grants will also be added to the customer-managed KMS key\nif one was configured.",
|
|
199272
199701
|
"stability": "stable",
|
|
199273
|
-
"summary": "Permits an IAM principal all data read operations from this table: BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan."
|
|
199702
|
+
"summary": "Permits an IAM principal all data read operations from this table: BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan, DescribeTable."
|
|
199274
199703
|
},
|
|
199275
199704
|
"locationInModule": {
|
|
199276
199705
|
"filename": "src/aws/storage/table.ts",
|
|
199277
|
-
"line":
|
|
199706
|
+
"line": 750
|
|
199278
199707
|
},
|
|
199279
199708
|
"name": "grantReadData",
|
|
199280
199709
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
199281
199710
|
"parameters": [
|
|
199282
199711
|
{
|
|
199712
|
+
"docs": {
|
|
199713
|
+
"summary": "The principal to grant access to."
|
|
199714
|
+
},
|
|
199283
199715
|
"name": "grantee",
|
|
199284
199716
|
"type": {
|
|
199285
199717
|
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
@@ -199294,18 +199726,21 @@
|
|
|
199294
199726
|
},
|
|
199295
199727
|
{
|
|
199296
199728
|
"docs": {
|
|
199297
|
-
"remarks": "BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan,\nBatchWriteItem, PutItem, UpdateItem, DeleteItem\n\nAppropriate grants will also be added to the customer-managed KMS key\nif one was configured.",
|
|
199729
|
+
"remarks": "BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan,\nBatchWriteItem, PutItem, UpdateItem, DeleteItem, DescribeTable\n\nAppropriate grants will also be added to the customer-managed KMS key\nif one was configured.",
|
|
199298
199730
|
"stability": "stable",
|
|
199299
199731
|
"summary": "Permits an IAM principal to all data read/write operations to this table."
|
|
199300
199732
|
},
|
|
199301
199733
|
"locationInModule": {
|
|
199302
199734
|
"filename": "src/aws/storage/table.ts",
|
|
199303
|
-
"line":
|
|
199735
|
+
"line": 800
|
|
199304
199736
|
},
|
|
199305
199737
|
"name": "grantReadWriteData",
|
|
199306
199738
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
199307
199739
|
"parameters": [
|
|
199308
199740
|
{
|
|
199741
|
+
"docs": {
|
|
199742
|
+
"summary": "The principal to grant access to."
|
|
199743
|
+
},
|
|
199309
199744
|
"name": "grantee",
|
|
199310
199745
|
"type": {
|
|
199311
199746
|
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
@@ -199326,18 +199761,24 @@
|
|
|
199326
199761
|
},
|
|
199327
199762
|
"locationInModule": {
|
|
199328
199763
|
"filename": "src/aws/storage/table.ts",
|
|
199329
|
-
"line":
|
|
199764
|
+
"line": 737
|
|
199330
199765
|
},
|
|
199331
199766
|
"name": "grantStream",
|
|
199332
199767
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
199333
199768
|
"parameters": [
|
|
199334
199769
|
{
|
|
199770
|
+
"docs": {
|
|
199771
|
+
"summary": "The principal (no-op if undefined)."
|
|
199772
|
+
},
|
|
199335
199773
|
"name": "grantee",
|
|
199336
199774
|
"type": {
|
|
199337
199775
|
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
199338
199776
|
}
|
|
199339
199777
|
},
|
|
199340
199778
|
{
|
|
199779
|
+
"docs": {
|
|
199780
|
+
"summary": "The set of actions to allow (i.e. \"dynamodb:DescribeStream\", \"dynamodb:GetRecords\", ...)."
|
|
199781
|
+
},
|
|
199341
199782
|
"name": "actions",
|
|
199342
199783
|
"type": {
|
|
199343
199784
|
"primitive": "string"
|
|
@@ -199360,12 +199801,15 @@
|
|
|
199360
199801
|
},
|
|
199361
199802
|
"locationInModule": {
|
|
199362
199803
|
"filename": "src/aws/storage/table.ts",
|
|
199363
|
-
"line":
|
|
199804
|
+
"line": 773
|
|
199364
199805
|
},
|
|
199365
199806
|
"name": "grantStreamRead",
|
|
199366
199807
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
199367
199808
|
"parameters": [
|
|
199368
199809
|
{
|
|
199810
|
+
"docs": {
|
|
199811
|
+
"summary": "The principal to grant access to."
|
|
199812
|
+
},
|
|
199369
199813
|
"name": "grantee",
|
|
199370
199814
|
"type": {
|
|
199371
199815
|
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
@@ -199385,12 +199829,15 @@
|
|
|
199385
199829
|
},
|
|
199386
199830
|
"locationInModule": {
|
|
199387
199831
|
"filename": "src/aws/storage/table.ts",
|
|
199388
|
-
"line":
|
|
199832
|
+
"line": 759
|
|
199389
199833
|
},
|
|
199390
199834
|
"name": "grantTableListStreams",
|
|
199391
199835
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
199392
199836
|
"parameters": [
|
|
199393
199837
|
{
|
|
199838
|
+
"docs": {
|
|
199839
|
+
"summary": "The principal (no-op if undefined)."
|
|
199840
|
+
},
|
|
199394
199841
|
"name": "grantee",
|
|
199395
199842
|
"type": {
|
|
199396
199843
|
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
@@ -199407,16 +199854,19 @@
|
|
|
199407
199854
|
"docs": {
|
|
199408
199855
|
"remarks": "Appropriate grants will also be added to the customer-managed KMS key\nif one was configured.",
|
|
199409
199856
|
"stability": "stable",
|
|
199410
|
-
"summary": "Permits an IAM principal all data write operations to this table: BatchWriteItem, PutItem, UpdateItem, DeleteItem."
|
|
199857
|
+
"summary": "Permits an IAM principal all data write operations to this table: BatchWriteItem, PutItem, UpdateItem, DeleteItem, DescribeTable."
|
|
199411
199858
|
},
|
|
199412
199859
|
"locationInModule": {
|
|
199413
199860
|
"filename": "src/aws/storage/table.ts",
|
|
199414
|
-
"line":
|
|
199861
|
+
"line": 786
|
|
199415
199862
|
},
|
|
199416
199863
|
"name": "grantWriteData",
|
|
199417
199864
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
199418
199865
|
"parameters": [
|
|
199419
199866
|
{
|
|
199867
|
+
"docs": {
|
|
199868
|
+
"summary": "The principal to grant access to."
|
|
199869
|
+
},
|
|
199420
199870
|
"name": "grantee",
|
|
199421
199871
|
"type": {
|
|
199422
199872
|
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
@@ -199436,7 +199886,7 @@
|
|
|
199436
199886
|
},
|
|
199437
199887
|
"locationInModule": {
|
|
199438
199888
|
"filename": "src/aws/storage/table.ts",
|
|
199439
|
-
"line":
|
|
199889
|
+
"line": 816
|
|
199440
199890
|
},
|
|
199441
199891
|
"name": "metric",
|
|
199442
199892
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199463,12 +199913,13 @@
|
|
|
199463
199913
|
},
|
|
199464
199914
|
{
|
|
199465
199915
|
"docs": {
|
|
199916
|
+
"remarks": "By default, the metric will be calculated as a sum over a period of 5 minutes.\nYou can customize this by using the `statistic` and `period` properties.",
|
|
199466
199917
|
"stability": "stable",
|
|
199467
|
-
"summary": "Metric for the conditional check failed requests."
|
|
199918
|
+
"summary": "Metric for the conditional check failed requests this table."
|
|
199468
199919
|
},
|
|
199469
199920
|
"locationInModule": {
|
|
199470
199921
|
"filename": "src/aws/storage/table.ts",
|
|
199471
|
-
"line":
|
|
199922
|
+
"line": 914
|
|
199472
199923
|
},
|
|
199473
199924
|
"name": "metricConditionalCheckFailedRequests",
|
|
199474
199925
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199489,12 +199940,13 @@
|
|
|
199489
199940
|
},
|
|
199490
199941
|
{
|
|
199491
199942
|
"docs": {
|
|
199943
|
+
"remarks": "By default, the metric will be calculated as a sum over a period of 5 minutes.\nYou can customize this by using the `statistic` and `period` properties.",
|
|
199492
199944
|
"stability": "stable",
|
|
199493
|
-
"summary": "Metric for the consumed read capacity units."
|
|
199945
|
+
"summary": "Metric for the consumed read capacity units this table."
|
|
199494
199946
|
},
|
|
199495
199947
|
"locationInModule": {
|
|
199496
199948
|
"filename": "src/aws/storage/table.ts",
|
|
199497
|
-
"line":
|
|
199949
|
+
"line": 836
|
|
199498
199950
|
},
|
|
199499
199951
|
"name": "metricConsumedReadCapacityUnits",
|
|
199500
199952
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199515,12 +199967,13 @@
|
|
|
199515
199967
|
},
|
|
199516
199968
|
{
|
|
199517
199969
|
"docs": {
|
|
199970
|
+
"remarks": "By default, the metric will be calculated as a sum over a period of 5 minutes.\nYou can customize this by using the `statistic` and `period` properties.",
|
|
199518
199971
|
"stability": "stable",
|
|
199519
|
-
"summary": "Metric for the consumed write capacity units."
|
|
199972
|
+
"summary": "Metric for the consumed write capacity units this table."
|
|
199520
199973
|
},
|
|
199521
199974
|
"locationInModule": {
|
|
199522
199975
|
"filename": "src/aws/storage/table.ts",
|
|
199523
|
-
"line":
|
|
199976
|
+
"line": 851
|
|
199524
199977
|
},
|
|
199525
199978
|
"name": "metricConsumedWriteCapacityUnits",
|
|
199526
199979
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199541,12 +199994,13 @@
|
|
|
199541
199994
|
},
|
|
199542
199995
|
{
|
|
199543
199996
|
"docs": {
|
|
199997
|
+
"remarks": "By default, the metric will be calculated as an average over a period of 5 minutes.\nYou can customize this by using the `statistic` and `period` properties.",
|
|
199544
199998
|
"stability": "stable",
|
|
199545
|
-
"summary": "Metric for the successful request latency."
|
|
199999
|
+
"summary": "Metric for the successful request latency this table."
|
|
199546
200000
|
},
|
|
199547
200001
|
"locationInModule": {
|
|
199548
200002
|
"filename": "src/aws/storage/table.ts",
|
|
199549
|
-
"line":
|
|
200003
|
+
"line": 936
|
|
199550
200004
|
},
|
|
199551
200005
|
"name": "metricSuccessfulRequestLatency",
|
|
199552
200006
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199573,7 +200027,7 @@
|
|
|
199573
200027
|
},
|
|
199574
200028
|
"locationInModule": {
|
|
199575
200029
|
"filename": "src/aws/storage/table.ts",
|
|
199576
|
-
"line":
|
|
200030
|
+
"line": 861
|
|
199577
200031
|
},
|
|
199578
200032
|
"name": "metricSystemErrors",
|
|
199579
200033
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199594,12 +200048,13 @@
|
|
|
199594
200048
|
},
|
|
199595
200049
|
{
|
|
199596
200050
|
"docs": {
|
|
200051
|
+
"remarks": "This will sum errors across all possible operations.\nNote that by default, each individual metric will be calculated as a sum over a period of 5 minutes.\nYou can customize this by using the `statistic` and `period` properties.",
|
|
199597
200052
|
"stability": "stable",
|
|
199598
200053
|
"summary": "Metric for the system errors this table."
|
|
199599
200054
|
},
|
|
199600
200055
|
"locationInModule": {
|
|
199601
200056
|
"filename": "src/aws/storage/table.ts",
|
|
199602
|
-
"line":
|
|
200057
|
+
"line": 1000
|
|
199603
200058
|
},
|
|
199604
200059
|
"name": "metricSystemErrorsForOperations",
|
|
199605
200060
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199626,7 +200081,7 @@
|
|
|
199626
200081
|
},
|
|
199627
200082
|
"locationInModule": {
|
|
199628
200083
|
"filename": "src/aws/storage/table.ts",
|
|
199629
|
-
"line":
|
|
200084
|
+
"line": 924
|
|
199630
200085
|
},
|
|
199631
200086
|
"name": "metricThrottledRequests",
|
|
199632
200087
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199647,11 +200102,13 @@
|
|
|
199647
200102
|
},
|
|
199648
200103
|
{
|
|
199649
200104
|
"docs": {
|
|
199650
|
-
"
|
|
200105
|
+
"remarks": "Default: sum over 5 minutes",
|
|
200106
|
+
"stability": "stable",
|
|
200107
|
+
"summary": "How many requests are throttled on this table, for the given operation."
|
|
199651
200108
|
},
|
|
199652
200109
|
"locationInModule": {
|
|
199653
200110
|
"filename": "src/aws/storage/table.ts",
|
|
199654
|
-
"line":
|
|
200111
|
+
"line": 963
|
|
199655
200112
|
},
|
|
199656
200113
|
"name": "metricThrottledRequestsForOperation",
|
|
199657
200114
|
"parameters": [
|
|
@@ -199677,12 +200134,13 @@
|
|
|
199677
200134
|
},
|
|
199678
200135
|
{
|
|
199679
200136
|
"docs": {
|
|
200137
|
+
"remarks": "This will sum errors across all possible operations.\nNote that by default, each individual metric will be calculated as a sum over a period of 5 minutes.\nYou can customize this by using the `statistic` and `period` properties.",
|
|
199680
200138
|
"stability": "stable",
|
|
199681
|
-
"summary": "
|
|
200139
|
+
"summary": "How many requests are throttled on this table."
|
|
199682
200140
|
},
|
|
199683
200141
|
"locationInModule": {
|
|
199684
200142
|
"filename": "src/aws/storage/table.ts",
|
|
199685
|
-
"line":
|
|
200143
|
+
"line": 983
|
|
199686
200144
|
},
|
|
199687
200145
|
"name": "metricThrottledRequestsForOperations",
|
|
199688
200146
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199703,12 +200161,13 @@
|
|
|
199703
200161
|
},
|
|
199704
200162
|
{
|
|
199705
200163
|
"docs": {
|
|
200164
|
+
"remarks": "Note that this metric reports user errors across all\nthe tables in the account and region the table resides in.\n\nBy default, the metric will be calculated as a sum over a period of 5 minutes.\nYou can customize this by using the `statistic` and `period` properties.",
|
|
199706
200165
|
"stability": "stable",
|
|
199707
200166
|
"summary": "Metric for the user errors."
|
|
199708
200167
|
},
|
|
199709
200168
|
"locationInModule": {
|
|
199710
200169
|
"filename": "src/aws/storage/table.ts",
|
|
199711
|
-
"line":
|
|
200170
|
+
"line": 891
|
|
199712
200171
|
},
|
|
199713
200172
|
"name": "metricUserErrors",
|
|
199714
200173
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199731,6 +200190,21 @@
|
|
|
199731
200190
|
"name": "TableBase",
|
|
199732
200191
|
"namespace": "aws.storage",
|
|
199733
200192
|
"properties": [
|
|
200193
|
+
{
|
|
200194
|
+
"docs": {
|
|
200195
|
+
"stability": "stable",
|
|
200196
|
+
"summary": "Grant a predefined set of permissions on this Table."
|
|
200197
|
+
},
|
|
200198
|
+
"immutable": true,
|
|
200199
|
+
"locationInModule": {
|
|
200200
|
+
"filename": "src/aws/storage/table.ts",
|
|
200201
|
+
"line": 678
|
|
200202
|
+
},
|
|
200203
|
+
"name": "grants",
|
|
200204
|
+
"type": {
|
|
200205
|
+
"fqn": "terraconstructs.aws.storage.TableGrants"
|
|
200206
|
+
}
|
|
200207
|
+
},
|
|
199734
200208
|
{
|
|
199735
200209
|
"abstract": true,
|
|
199736
200210
|
"docs": {
|
|
@@ -199739,7 +200213,7 @@
|
|
|
199739
200213
|
"immutable": true,
|
|
199740
200214
|
"locationInModule": {
|
|
199741
200215
|
"filename": "src/aws/storage/table.ts",
|
|
199742
|
-
"line":
|
|
200216
|
+
"line": 1102
|
|
199743
200217
|
},
|
|
199744
200218
|
"name": "hasIndex",
|
|
199745
200219
|
"protected": true,
|
|
@@ -199755,7 +200229,7 @@
|
|
|
199755
200229
|
"immutable": true,
|
|
199756
200230
|
"locationInModule": {
|
|
199757
200231
|
"filename": "src/aws/storage/table.ts",
|
|
199758
|
-
"line":
|
|
200232
|
+
"line": 667
|
|
199759
200233
|
},
|
|
199760
200234
|
"name": "outputs",
|
|
199761
200235
|
"overrides": "terraconstructs.TerraConstructBase",
|
|
@@ -199770,12 +200244,13 @@
|
|
|
199770
200244
|
},
|
|
199771
200245
|
{
|
|
199772
200246
|
"docs": {
|
|
199773
|
-
"
|
|
200247
|
+
"deprecated": "This member is still filled but it is not read",
|
|
200248
|
+
"stability": "deprecated"
|
|
199774
200249
|
},
|
|
199775
200250
|
"immutable": true,
|
|
199776
200251
|
"locationInModule": {
|
|
199777
200252
|
"filename": "src/aws/storage/table.ts",
|
|
199778
|
-
"line":
|
|
200253
|
+
"line": 656
|
|
199779
200254
|
},
|
|
199780
200255
|
"name": "regionalArns",
|
|
199781
200256
|
"protected": true,
|
|
@@ -199788,6 +200263,22 @@
|
|
|
199788
200263
|
}
|
|
199789
200264
|
}
|
|
199790
200265
|
},
|
|
200266
|
+
{
|
|
200267
|
+
"docs": {
|
|
200268
|
+
"remarks": "Will throw if the Table has not been configured for streaming.",
|
|
200269
|
+
"stability": "stable",
|
|
200270
|
+
"summary": "Grant a predefined set of permissions on this Table's Stream, if present."
|
|
200271
|
+
},
|
|
200272
|
+
"immutable": true,
|
|
200273
|
+
"locationInModule": {
|
|
200274
|
+
"filename": "src/aws/storage/table.ts",
|
|
200275
|
+
"line": 693
|
|
200276
|
+
},
|
|
200277
|
+
"name": "streamGrants",
|
|
200278
|
+
"type": {
|
|
200279
|
+
"fqn": "terraconstructs.aws.storage.StreamGrants"
|
|
200280
|
+
}
|
|
200281
|
+
},
|
|
199791
200282
|
{
|
|
199792
200283
|
"abstract": true,
|
|
199793
200284
|
"docs": {
|
|
@@ -199797,7 +200288,7 @@
|
|
|
199797
200288
|
"immutable": true,
|
|
199798
200289
|
"locationInModule": {
|
|
199799
200290
|
"filename": "src/aws/storage/table.ts",
|
|
199800
|
-
"line":
|
|
200291
|
+
"line": 633
|
|
199801
200292
|
},
|
|
199802
200293
|
"name": "tableArn",
|
|
199803
200294
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199814,7 +200305,7 @@
|
|
|
199814
200305
|
"immutable": true,
|
|
199815
200306
|
"locationInModule": {
|
|
199816
200307
|
"filename": "src/aws/storage/table.ts",
|
|
199817
|
-
"line":
|
|
200308
|
+
"line": 634
|
|
199818
200309
|
},
|
|
199819
200310
|
"name": "tableName",
|
|
199820
200311
|
"overrides": "terraconstructs.aws.storage.ITable",
|
|
@@ -199826,12 +200317,12 @@
|
|
|
199826
200317
|
"abstract": true,
|
|
199827
200318
|
"docs": {
|
|
199828
200319
|
"stability": "stable",
|
|
199829
|
-
"summary": "
|
|
200320
|
+
"summary": "KMS encryption key, if this table uses a customer-managed encryption key."
|
|
199830
200321
|
},
|
|
199831
200322
|
"immutable": true,
|
|
199832
200323
|
"locationInModule": {
|
|
199833
200324
|
"filename": "src/aws/storage/table.ts",
|
|
199834
|
-
"line":
|
|
200325
|
+
"line": 640
|
|
199835
200326
|
},
|
|
199836
200327
|
"name": "encryptionKey",
|
|
199837
200328
|
"optional": true,
|
|
@@ -199840,6 +200331,28 @@
|
|
|
199840
200331
|
"fqn": "terraconstructs.aws.encryption.IKey"
|
|
199841
200332
|
}
|
|
199842
200333
|
},
|
|
200334
|
+
{
|
|
200335
|
+
"abstract": true,
|
|
200336
|
+
"docs": {
|
|
200337
|
+
"stability": "stable",
|
|
200338
|
+
"summary": "Additional regions other than the main one that this table is replicated to."
|
|
200339
|
+
},
|
|
200340
|
+
"immutable": true,
|
|
200341
|
+
"locationInModule": {
|
|
200342
|
+
"filename": "src/aws/storage/table.ts",
|
|
200343
|
+
"line": 651
|
|
200344
|
+
},
|
|
200345
|
+
"name": "regions",
|
|
200346
|
+
"optional": true,
|
|
200347
|
+
"type": {
|
|
200348
|
+
"collection": {
|
|
200349
|
+
"elementtype": {
|
|
200350
|
+
"primitive": "string"
|
|
200351
|
+
},
|
|
200352
|
+
"kind": "array"
|
|
200353
|
+
}
|
|
200354
|
+
}
|
|
200355
|
+
},
|
|
199843
200356
|
{
|
|
199844
200357
|
"abstract": true,
|
|
199845
200358
|
"docs": {
|
|
@@ -199849,7 +200362,7 @@
|
|
|
199849
200362
|
"immutable": true,
|
|
199850
200363
|
"locationInModule": {
|
|
199851
200364
|
"filename": "src/aws/storage/table.ts",
|
|
199852
|
-
"line":
|
|
200365
|
+
"line": 635
|
|
199853
200366
|
},
|
|
199854
200367
|
"name": "tableStreamArn",
|
|
199855
200368
|
"optional": true,
|
|
@@ -199861,11 +200374,12 @@
|
|
|
199861
200374
|
{
|
|
199862
200375
|
"abstract": true,
|
|
199863
200376
|
"docs": {
|
|
199864
|
-
"stability": "stable"
|
|
200377
|
+
"stability": "stable",
|
|
200378
|
+
"summary": "Resource policy to assign to table."
|
|
199865
200379
|
},
|
|
199866
200380
|
"locationInModule": {
|
|
199867
200381
|
"filename": "src/aws/storage/table.ts",
|
|
199868
|
-
"line":
|
|
200382
|
+
"line": 645
|
|
199869
200383
|
},
|
|
199870
200384
|
"name": "resourcePolicy",
|
|
199871
200385
|
"optional": true,
|
|
@@ -199887,7 +200401,7 @@
|
|
|
199887
200401
|
"kind": "enum",
|
|
199888
200402
|
"locationInModule": {
|
|
199889
200403
|
"filename": "src/aws/storage/shared.ts",
|
|
199890
|
-
"line":
|
|
200404
|
+
"line": 225
|
|
199891
200405
|
},
|
|
199892
200406
|
"members": [
|
|
199893
200407
|
{
|
|
@@ -199919,7 +200433,7 @@
|
|
|
199919
200433
|
"kind": "enum",
|
|
199920
200434
|
"locationInModule": {
|
|
199921
200435
|
"filename": "src/aws/storage/shared.ts",
|
|
199922
|
-
"line":
|
|
200436
|
+
"line": 241
|
|
199923
200437
|
},
|
|
199924
200438
|
"members": [
|
|
199925
200439
|
{
|
|
@@ -200144,6 +200658,305 @@
|
|
|
200144
200658
|
],
|
|
200145
200659
|
"symbolId": "src/aws/storage/encryption:TableEncryptionV2"
|
|
200146
200660
|
},
|
|
200661
|
+
"terraconstructs.aws.storage.TableGrants": {
|
|
200662
|
+
"assembly": "terraconstructs",
|
|
200663
|
+
"docs": {
|
|
200664
|
+
"stability": "stable",
|
|
200665
|
+
"summary": "A set of permissions to grant on a Table."
|
|
200666
|
+
},
|
|
200667
|
+
"fqn": "terraconstructs.aws.storage.TableGrants",
|
|
200668
|
+
"initializer": {
|
|
200669
|
+
"docs": {
|
|
200670
|
+
"stability": "stable"
|
|
200671
|
+
},
|
|
200672
|
+
"locationInModule": {
|
|
200673
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200674
|
+
"line": 57
|
|
200675
|
+
},
|
|
200676
|
+
"parameters": [
|
|
200677
|
+
{
|
|
200678
|
+
"name": "props",
|
|
200679
|
+
"type": {
|
|
200680
|
+
"fqn": "terraconstructs.aws.storage.TableGrantsProps"
|
|
200681
|
+
}
|
|
200682
|
+
}
|
|
200683
|
+
]
|
|
200684
|
+
},
|
|
200685
|
+
"kind": "class",
|
|
200686
|
+
"locationInModule": {
|
|
200687
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200688
|
+
"line": 51
|
|
200689
|
+
},
|
|
200690
|
+
"methods": [
|
|
200691
|
+
{
|
|
200692
|
+
"docs": {
|
|
200693
|
+
"remarks": "If `encryptionKey` is present, appropriate grants to the key needs to be added\nseparately using the `table.encryptionKey.grant*` methods.",
|
|
200694
|
+
"stability": "stable",
|
|
200695
|
+
"summary": "Adds an IAM policy statement associated with this table to an IAM principal's policy."
|
|
200696
|
+
},
|
|
200697
|
+
"locationInModule": {
|
|
200698
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200699
|
+
"line": 91
|
|
200700
|
+
},
|
|
200701
|
+
"name": "actions",
|
|
200702
|
+
"parameters": [
|
|
200703
|
+
{
|
|
200704
|
+
"docs": {
|
|
200705
|
+
"summary": "The principal (no-op if undefined)."
|
|
200706
|
+
},
|
|
200707
|
+
"name": "grantee",
|
|
200708
|
+
"type": {
|
|
200709
|
+
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
200710
|
+
}
|
|
200711
|
+
},
|
|
200712
|
+
{
|
|
200713
|
+
"docs": {
|
|
200714
|
+
"summary": "The set of actions to allow (i.e. \"dynamodb:PutItem\", \"dynamodb:GetItem\", ...)."
|
|
200715
|
+
},
|
|
200716
|
+
"name": "actions",
|
|
200717
|
+
"type": {
|
|
200718
|
+
"primitive": "string"
|
|
200719
|
+
},
|
|
200720
|
+
"variadic": true
|
|
200721
|
+
}
|
|
200722
|
+
],
|
|
200723
|
+
"returns": {
|
|
200724
|
+
"type": {
|
|
200725
|
+
"fqn": "terraconstructs.aws.iam.Grant"
|
|
200726
|
+
}
|
|
200727
|
+
},
|
|
200728
|
+
"variadic": true
|
|
200729
|
+
},
|
|
200730
|
+
{
|
|
200731
|
+
"docs": {
|
|
200732
|
+
"remarks": "Appropriate grants will also be added to the customer-managed KMS key\nif one was configured.",
|
|
200733
|
+
"stability": "stable",
|
|
200734
|
+
"summary": "Permits all DynamoDB operations (\"dynamodb:*\") to an IAM principal."
|
|
200735
|
+
},
|
|
200736
|
+
"locationInModule": {
|
|
200737
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200738
|
+
"line": 193
|
|
200739
|
+
},
|
|
200740
|
+
"name": "fullAccess",
|
|
200741
|
+
"parameters": [
|
|
200742
|
+
{
|
|
200743
|
+
"docs": {
|
|
200744
|
+
"summary": "The principal to grant access to."
|
|
200745
|
+
},
|
|
200746
|
+
"name": "grantee",
|
|
200747
|
+
"type": {
|
|
200748
|
+
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
200749
|
+
}
|
|
200750
|
+
}
|
|
200751
|
+
],
|
|
200752
|
+
"returns": {
|
|
200753
|
+
"type": {
|
|
200754
|
+
"fqn": "terraconstructs.aws.iam.Grant"
|
|
200755
|
+
}
|
|
200756
|
+
}
|
|
200757
|
+
},
|
|
200758
|
+
{
|
|
200759
|
+
"docs": {
|
|
200760
|
+
"remarks": "Appropriate grants will also be added to the customer-managed KMS key\nif one was configured.",
|
|
200761
|
+
"stability": "stable",
|
|
200762
|
+
"summary": "Permits an IAM principal all data read operations from this table: BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan, DescribeTable."
|
|
200763
|
+
},
|
|
200764
|
+
"locationInModule": {
|
|
200765
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200766
|
+
"line": 119
|
|
200767
|
+
},
|
|
200768
|
+
"name": "readData",
|
|
200769
|
+
"parameters": [
|
|
200770
|
+
{
|
|
200771
|
+
"docs": {
|
|
200772
|
+
"summary": "The principal to grant access to."
|
|
200773
|
+
},
|
|
200774
|
+
"name": "grantee",
|
|
200775
|
+
"type": {
|
|
200776
|
+
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
200777
|
+
}
|
|
200778
|
+
}
|
|
200779
|
+
],
|
|
200780
|
+
"returns": {
|
|
200781
|
+
"type": {
|
|
200782
|
+
"fqn": "terraconstructs.aws.iam.Grant"
|
|
200783
|
+
}
|
|
200784
|
+
}
|
|
200785
|
+
},
|
|
200786
|
+
{
|
|
200787
|
+
"docs": {
|
|
200788
|
+
"remarks": "BatchGetItem, GetRecords, GetShardIterator, Query, GetItem, Scan,\nBatchWriteItem, PutItem, UpdateItem, DeleteItem, DescribeTable\n\nAppropriate grants will also be added to the customer-managed KMS key\nif one was configured.",
|
|
200789
|
+
"stability": "stable",
|
|
200790
|
+
"summary": "Permits an IAM principal to all data read/write operations to this table."
|
|
200791
|
+
},
|
|
200792
|
+
"locationInModule": {
|
|
200793
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200794
|
+
"line": 163
|
|
200795
|
+
},
|
|
200796
|
+
"name": "readWriteData",
|
|
200797
|
+
"parameters": [
|
|
200798
|
+
{
|
|
200799
|
+
"docs": {
|
|
200800
|
+
"summary": "The principal to grant access to."
|
|
200801
|
+
},
|
|
200802
|
+
"name": "grantee",
|
|
200803
|
+
"type": {
|
|
200804
|
+
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
200805
|
+
}
|
|
200806
|
+
}
|
|
200807
|
+
],
|
|
200808
|
+
"returns": {
|
|
200809
|
+
"type": {
|
|
200810
|
+
"fqn": "terraconstructs.aws.iam.Grant"
|
|
200811
|
+
}
|
|
200812
|
+
}
|
|
200813
|
+
},
|
|
200814
|
+
{
|
|
200815
|
+
"docs": {
|
|
200816
|
+
"remarks": "Appropriate grants will also be added to the customer-managed KMS key\nif one was configured.",
|
|
200817
|
+
"stability": "stable",
|
|
200818
|
+
"summary": "Permits an IAM principal all data write operations to this table: BatchWriteItem, PutItem, UpdateItem, DeleteItem, DescribeTable."
|
|
200819
|
+
},
|
|
200820
|
+
"locationInModule": {
|
|
200821
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200822
|
+
"line": 142
|
|
200823
|
+
},
|
|
200824
|
+
"name": "writeData",
|
|
200825
|
+
"parameters": [
|
|
200826
|
+
{
|
|
200827
|
+
"docs": {
|
|
200828
|
+
"summary": "The principal to grant access to."
|
|
200829
|
+
},
|
|
200830
|
+
"name": "grantee",
|
|
200831
|
+
"type": {
|
|
200832
|
+
"fqn": "terraconstructs.aws.iam.IGrantable"
|
|
200833
|
+
}
|
|
200834
|
+
}
|
|
200835
|
+
],
|
|
200836
|
+
"returns": {
|
|
200837
|
+
"type": {
|
|
200838
|
+
"fqn": "terraconstructs.aws.iam.Grant"
|
|
200839
|
+
}
|
|
200840
|
+
}
|
|
200841
|
+
}
|
|
200842
|
+
],
|
|
200843
|
+
"name": "TableGrants",
|
|
200844
|
+
"namespace": "aws.storage",
|
|
200845
|
+
"symbolId": "src/aws/storage/table-grants:TableGrants"
|
|
200846
|
+
},
|
|
200847
|
+
"terraconstructs.aws.storage.TableGrantsProps": {
|
|
200848
|
+
"assembly": "terraconstructs",
|
|
200849
|
+
"datatype": true,
|
|
200850
|
+
"docs": {
|
|
200851
|
+
"stability": "stable",
|
|
200852
|
+
"summary": "Construction properties for TableGrants."
|
|
200853
|
+
},
|
|
200854
|
+
"fqn": "terraconstructs.aws.storage.TableGrantsProps",
|
|
200855
|
+
"kind": "interface",
|
|
200856
|
+
"locationInModule": {
|
|
200857
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200858
|
+
"line": 11
|
|
200859
|
+
},
|
|
200860
|
+
"name": "TableGrantsProps",
|
|
200861
|
+
"namespace": "aws.storage",
|
|
200862
|
+
"properties": [
|
|
200863
|
+
{
|
|
200864
|
+
"abstract": true,
|
|
200865
|
+
"docs": {
|
|
200866
|
+
"stability": "stable",
|
|
200867
|
+
"summary": "The table to grant permissions on."
|
|
200868
|
+
},
|
|
200869
|
+
"immutable": true,
|
|
200870
|
+
"locationInModule": {
|
|
200871
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200872
|
+
"line": 15
|
|
200873
|
+
},
|
|
200874
|
+
"name": "table",
|
|
200875
|
+
"type": {
|
|
200876
|
+
"fqn": "terraconstructs.aws.storage.ITable"
|
|
200877
|
+
}
|
|
200878
|
+
},
|
|
200879
|
+
{
|
|
200880
|
+
"abstract": true,
|
|
200881
|
+
"docs": {
|
|
200882
|
+
"default": "- No permission is added to the KMS key, even if it exists",
|
|
200883
|
+
"stability": "stable",
|
|
200884
|
+
"summary": "The encrypted resource on which actions will be allowed."
|
|
200885
|
+
},
|
|
200886
|
+
"immutable": true,
|
|
200887
|
+
"locationInModule": {
|
|
200888
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200889
|
+
"line": 38
|
|
200890
|
+
},
|
|
200891
|
+
"name": "encryptedResource",
|
|
200892
|
+
"optional": true,
|
|
200893
|
+
"type": {
|
|
200894
|
+
"fqn": "terraconstructs.aws.iam.IEncryptedResource"
|
|
200895
|
+
}
|
|
200896
|
+
},
|
|
200897
|
+
{
|
|
200898
|
+
"abstract": true,
|
|
200899
|
+
"docs": {
|
|
200900
|
+
"default": "false",
|
|
200901
|
+
"remarks": "If so, permissions are granted on all table indexes as well.",
|
|
200902
|
+
"stability": "stable",
|
|
200903
|
+
"summary": "Whether this table has indexes."
|
|
200904
|
+
},
|
|
200905
|
+
"immutable": true,
|
|
200906
|
+
"locationInModule": {
|
|
200907
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200908
|
+
"line": 31
|
|
200909
|
+
},
|
|
200910
|
+
"name": "hasIndex",
|
|
200911
|
+
"optional": true,
|
|
200912
|
+
"type": {
|
|
200913
|
+
"primitive": "boolean"
|
|
200914
|
+
}
|
|
200915
|
+
},
|
|
200916
|
+
{
|
|
200917
|
+
"abstract": true,
|
|
200918
|
+
"docs": {
|
|
200919
|
+
"default": "- No resource policy is created",
|
|
200920
|
+
"stability": "stable",
|
|
200921
|
+
"summary": "The resource with policy on which actions will be allowed."
|
|
200922
|
+
},
|
|
200923
|
+
"immutable": true,
|
|
200924
|
+
"locationInModule": {
|
|
200925
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200926
|
+
"line": 45
|
|
200927
|
+
},
|
|
200928
|
+
"name": "policyResource",
|
|
200929
|
+
"optional": true,
|
|
200930
|
+
"type": {
|
|
200931
|
+
"fqn": "terraconstructs.aws.iam.IAwsConstructWithPolicy"
|
|
200932
|
+
}
|
|
200933
|
+
},
|
|
200934
|
+
{
|
|
200935
|
+
"abstract": true,
|
|
200936
|
+
"docs": {
|
|
200937
|
+
"default": "- No regions",
|
|
200938
|
+
"stability": "stable",
|
|
200939
|
+
"summary": "Additional regions other than the main one that this table is replicated to."
|
|
200940
|
+
},
|
|
200941
|
+
"immutable": true,
|
|
200942
|
+
"locationInModule": {
|
|
200943
|
+
"filename": "src/aws/storage/table-grants.ts",
|
|
200944
|
+
"line": 22
|
|
200945
|
+
},
|
|
200946
|
+
"name": "regions",
|
|
200947
|
+
"optional": true,
|
|
200948
|
+
"type": {
|
|
200949
|
+
"collection": {
|
|
200950
|
+
"elementtype": {
|
|
200951
|
+
"primitive": "string"
|
|
200952
|
+
},
|
|
200953
|
+
"kind": "array"
|
|
200954
|
+
}
|
|
200955
|
+
}
|
|
200956
|
+
}
|
|
200957
|
+
],
|
|
200958
|
+
"symbolId": "src/aws/storage/table-grants:TableGrantsProps"
|
|
200959
|
+
},
|
|
200147
200960
|
"terraconstructs.aws.storage.TableOptions": {
|
|
200148
200961
|
"assembly": "terraconstructs",
|
|
200149
200962
|
"datatype": true,
|
|
@@ -200159,7 +200972,7 @@
|
|
|
200159
200972
|
"kind": "interface",
|
|
200160
200973
|
"locationInModule": {
|
|
200161
200974
|
"filename": "src/aws/storage/table.ts",
|
|
200162
|
-
"line":
|
|
200975
|
+
"line": 309
|
|
200163
200976
|
},
|
|
200164
200977
|
"name": "TableOptions",
|
|
200165
200978
|
"namespace": "aws.storage",
|
|
@@ -200174,7 +200987,7 @@
|
|
|
200174
200987
|
"immutable": true,
|
|
200175
200988
|
"locationInModule": {
|
|
200176
200989
|
"filename": "src/aws/storage/table.ts",
|
|
200177
|
-
"line":
|
|
200990
|
+
"line": 353
|
|
200178
200991
|
},
|
|
200179
200992
|
"name": "billingMode",
|
|
200180
200993
|
"optional": true,
|
|
@@ -200186,13 +200999,14 @@
|
|
|
200186
200999
|
"abstract": true,
|
|
200187
201000
|
"docs": {
|
|
200188
201001
|
"default": "false",
|
|
200189
|
-
"
|
|
201002
|
+
"deprecated": "use `contributorInsightsSpecification instead",
|
|
201003
|
+
"stability": "deprecated",
|
|
200190
201004
|
"summary": "Whether CloudWatch contributor insights is enabled."
|
|
200191
201005
|
},
|
|
200192
201006
|
"immutable": true,
|
|
200193
201007
|
"locationInModule": {
|
|
200194
201008
|
"filename": "src/aws/storage/table.ts",
|
|
200195
|
-
"line":
|
|
201009
|
+
"line": 451
|
|
200196
201010
|
},
|
|
200197
201011
|
"name": "contributorInsightsEnabled",
|
|
200198
201012
|
"optional": true,
|
|
@@ -200200,6 +201014,24 @@
|
|
|
200200
201014
|
"primitive": "boolean"
|
|
200201
201015
|
}
|
|
200202
201016
|
},
|
|
201017
|
+
{
|
|
201018
|
+
"abstract": true,
|
|
201019
|
+
"docs": {
|
|
201020
|
+
"default": "- contributor insights is not enabled",
|
|
201021
|
+
"stability": "stable",
|
|
201022
|
+
"summary": "Whether CloudWatch contributor insights is enabled and what mode is selected."
|
|
201023
|
+
},
|
|
201024
|
+
"immutable": true,
|
|
201025
|
+
"locationInModule": {
|
|
201026
|
+
"filename": "src/aws/storage/table.ts",
|
|
201027
|
+
"line": 457
|
|
201028
|
+
},
|
|
201029
|
+
"name": "contributorInsightsSpecification",
|
|
201030
|
+
"optional": true,
|
|
201031
|
+
"type": {
|
|
201032
|
+
"fqn": "terraconstructs.aws.storage.ContributorInsightsSpecification"
|
|
201033
|
+
}
|
|
201034
|
+
},
|
|
200203
201035
|
{
|
|
200204
201036
|
"abstract": true,
|
|
200205
201037
|
"docs": {
|
|
@@ -200210,7 +201042,7 @@
|
|
|
200210
201042
|
"immutable": true,
|
|
200211
201043
|
"locationInModule": {
|
|
200212
201044
|
"filename": "src/aws/storage/table.ts",
|
|
200213
|
-
"line":
|
|
201045
|
+
"line": 464
|
|
200214
201046
|
},
|
|
200215
201047
|
"name": "deletionProtection",
|
|
200216
201048
|
"optional": true,
|
|
@@ -200229,7 +201061,7 @@
|
|
|
200229
201061
|
"immutable": true,
|
|
200230
201062
|
"locationInModule": {
|
|
200231
201063
|
"filename": "src/aws/storage/table.ts",
|
|
200232
|
-
"line":
|
|
201064
|
+
"line": 403
|
|
200233
201065
|
},
|
|
200234
201066
|
"name": "encryption",
|
|
200235
201067
|
"optional": true,
|
|
@@ -200248,7 +201080,7 @@
|
|
|
200248
201080
|
"immutable": true,
|
|
200249
201081
|
"locationInModule": {
|
|
200250
201082
|
"filename": "src/aws/storage/table.ts",
|
|
200251
|
-
"line":
|
|
201083
|
+
"line": 415
|
|
200252
201084
|
},
|
|
200253
201085
|
"name": "encryptionKey",
|
|
200254
201086
|
"optional": true,
|
|
@@ -200266,7 +201098,7 @@
|
|
|
200266
201098
|
"immutable": true,
|
|
200267
201099
|
"locationInModule": {
|
|
200268
201100
|
"filename": "src/aws/storage/table.ts",
|
|
200269
|
-
"line":
|
|
201101
|
+
"line": 471
|
|
200270
201102
|
},
|
|
200271
201103
|
"name": "importSource",
|
|
200272
201104
|
"optional": true,
|
|
@@ -200285,7 +201117,7 @@
|
|
|
200285
201117
|
"immutable": true,
|
|
200286
201118
|
"locationInModule": {
|
|
200287
201119
|
"filename": "src/aws/storage/table.ts",
|
|
200288
|
-
"line":
|
|
201120
|
+
"line": 337
|
|
200289
201121
|
},
|
|
200290
201122
|
"name": "maxReadRequestUnits",
|
|
200291
201123
|
"optional": true,
|
|
@@ -200304,7 +201136,7 @@
|
|
|
200304
201136
|
"immutable": true,
|
|
200305
201137
|
"locationInModule": {
|
|
200306
201138
|
"filename": "src/aws/storage/table.ts",
|
|
200307
|
-
"line":
|
|
201139
|
+
"line": 346
|
|
200308
201140
|
},
|
|
200309
201141
|
"name": "maxWriteRequestUnits",
|
|
200310
201142
|
"optional": true,
|
|
@@ -200323,7 +201155,7 @@
|
|
|
200323
201155
|
"immutable": true,
|
|
200324
201156
|
"locationInModule": {
|
|
200325
201157
|
"filename": "src/aws/storage/table.ts",
|
|
200326
|
-
"line":
|
|
201158
|
+
"line": 368
|
|
200327
201159
|
},
|
|
200328
201160
|
"name": "pointInTimeRecovery",
|
|
200329
201161
|
"optional": true,
|
|
@@ -200336,12 +201168,12 @@
|
|
|
200336
201168
|
"docs": {
|
|
200337
201169
|
"default": "- point in time recovery is not enabled.",
|
|
200338
201170
|
"stability": "stable",
|
|
200339
|
-
"summary": "Whether point-in-time recovery is enabled."
|
|
201171
|
+
"summary": "Whether point-in-time recovery is enabled and recoveryPeriodInDays is set."
|
|
200340
201172
|
},
|
|
200341
201173
|
"immutable": true,
|
|
200342
201174
|
"locationInModule": {
|
|
200343
201175
|
"filename": "src/aws/storage/table.ts",
|
|
200344
|
-
"line":
|
|
201176
|
+
"line": 376
|
|
200345
201177
|
},
|
|
200346
201178
|
"name": "pointInTimeRecoverySpecification",
|
|
200347
201179
|
"optional": true,
|
|
@@ -200360,7 +201192,7 @@
|
|
|
200360
201192
|
"immutable": true,
|
|
200361
201193
|
"locationInModule": {
|
|
200362
201194
|
"filename": "src/aws/storage/table.ts",
|
|
200363
|
-
"line":
|
|
201195
|
+
"line": 318
|
|
200364
201196
|
},
|
|
200365
201197
|
"name": "readCapacity",
|
|
200366
201198
|
"optional": true,
|
|
@@ -200377,7 +201209,7 @@
|
|
|
200377
201209
|
"immutable": true,
|
|
200378
201210
|
"locationInModule": {
|
|
200379
201211
|
"filename": "src/aws/storage/table.ts",
|
|
200380
|
-
"line":
|
|
201212
|
+
"line": 442
|
|
200381
201213
|
},
|
|
200382
201214
|
"name": "replicaSpecification",
|
|
200383
201215
|
"optional": true,
|
|
@@ -200401,7 +201233,7 @@
|
|
|
200401
201233
|
"immutable": true,
|
|
200402
201234
|
"locationInModule": {
|
|
200403
201235
|
"filename": "src/aws/storage/table.ts",
|
|
200404
|
-
"line":
|
|
201236
|
+
"line": 437
|
|
200405
201237
|
},
|
|
200406
201238
|
"name": "replicationRegions",
|
|
200407
201239
|
"optional": true,
|
|
@@ -200425,7 +201257,7 @@
|
|
|
200425
201257
|
"immutable": true,
|
|
200426
201258
|
"locationInModule": {
|
|
200427
201259
|
"filename": "src/aws/storage/table.ts",
|
|
200428
|
-
"line":
|
|
201260
|
+
"line": 479
|
|
200429
201261
|
},
|
|
200430
201262
|
"name": "resourcePolicy",
|
|
200431
201263
|
"optional": true,
|
|
@@ -200445,7 +201277,7 @@
|
|
|
200445
201277
|
"immutable": true,
|
|
200446
201278
|
"locationInModule": {
|
|
200447
201279
|
"filename": "src/aws/storage/table.ts",
|
|
200448
|
-
"line":
|
|
201280
|
+
"line": 388
|
|
200449
201281
|
},
|
|
200450
201282
|
"name": "serverSideEncryption",
|
|
200451
201283
|
"optional": true,
|
|
@@ -200463,7 +201295,7 @@
|
|
|
200463
201295
|
"immutable": true,
|
|
200464
201296
|
"locationInModule": {
|
|
200465
201297
|
"filename": "src/aws/storage/table.ts",
|
|
200466
|
-
"line":
|
|
201298
|
+
"line": 429
|
|
200467
201299
|
},
|
|
200468
201300
|
"name": "stream",
|
|
200469
201301
|
"optional": true,
|
|
@@ -200481,7 +201313,7 @@
|
|
|
200481
201313
|
"immutable": true,
|
|
200482
201314
|
"locationInModule": {
|
|
200483
201315
|
"filename": "src/aws/storage/table.ts",
|
|
200484
|
-
"line":
|
|
201316
|
+
"line": 394
|
|
200485
201317
|
},
|
|
200486
201318
|
"name": "tableClass",
|
|
200487
201319
|
"optional": true,
|
|
@@ -200499,7 +201331,7 @@
|
|
|
200499
201331
|
"immutable": true,
|
|
200500
201332
|
"locationInModule": {
|
|
200501
201333
|
"filename": "src/aws/storage/table.ts",
|
|
200502
|
-
"line":
|
|
201334
|
+
"line": 421
|
|
200503
201335
|
},
|
|
200504
201336
|
"name": "timeToLiveAttribute",
|
|
200505
201337
|
"optional": true,
|
|
@@ -200507,6 +201339,26 @@
|
|
|
200507
201339
|
"primitive": "string"
|
|
200508
201340
|
}
|
|
200509
201341
|
},
|
|
201342
|
+
{
|
|
201343
|
+
"abstract": true,
|
|
201344
|
+
"docs": {
|
|
201345
|
+
"default": "- warm throughput is not configured",
|
|
201346
|
+
"remarks": "To enable Warm Throughput, use the `TableV2` construct instead.",
|
|
201347
|
+
"see": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-warmthroughput",
|
|
201348
|
+
"stability": "stable",
|
|
201349
|
+
"summary": "Specify values to pre-warm you DynamoDB Table Warm Throughput feature is not available for Global Table replicas using the `Table` construct."
|
|
201350
|
+
},
|
|
201351
|
+
"immutable": true,
|
|
201352
|
+
"locationInModule": {
|
|
201353
|
+
"filename": "src/aws/storage/table.ts",
|
|
201354
|
+
"line": 361
|
|
201355
|
+
},
|
|
201356
|
+
"name": "warmThroughput",
|
|
201357
|
+
"optional": true,
|
|
201358
|
+
"type": {
|
|
201359
|
+
"fqn": "terraconstructs.aws.storage.WarmThroughput"
|
|
201360
|
+
}
|
|
201361
|
+
},
|
|
200510
201362
|
{
|
|
200511
201363
|
"abstract": true,
|
|
200512
201364
|
"docs": {
|
|
@@ -200518,7 +201370,7 @@
|
|
|
200518
201370
|
"immutable": true,
|
|
200519
201371
|
"locationInModule": {
|
|
200520
201372
|
"filename": "src/aws/storage/table.ts",
|
|
200521
|
-
"line":
|
|
201373
|
+
"line": 327
|
|
200522
201374
|
},
|
|
200523
201375
|
"name": "writeCapacity",
|
|
200524
201376
|
"optional": true,
|
|
@@ -200544,7 +201396,7 @@
|
|
|
200544
201396
|
"kind": "interface",
|
|
200545
201397
|
"locationInModule": {
|
|
200546
201398
|
"filename": "src/aws/storage/table.ts",
|
|
200547
|
-
"line":
|
|
201399
|
+
"line": 485
|
|
200548
201400
|
},
|
|
200549
201401
|
"name": "TableProps",
|
|
200550
201402
|
"namespace": "aws.storage",
|
|
@@ -200559,7 +201411,7 @@
|
|
|
200559
201411
|
"immutable": true,
|
|
200560
201412
|
"locationInModule": {
|
|
200561
201413
|
"filename": "src/aws/storage/table.ts",
|
|
200562
|
-
"line":
|
|
201414
|
+
"line": 504
|
|
200563
201415
|
},
|
|
200564
201416
|
"name": "kinesisPrecisionTimestamp",
|
|
200565
201417
|
"optional": true,
|
|
@@ -200577,7 +201429,7 @@
|
|
|
200577
201429
|
"immutable": true,
|
|
200578
201430
|
"locationInModule": {
|
|
200579
201431
|
"filename": "src/aws/storage/table.ts",
|
|
200580
|
-
"line":
|
|
201432
|
+
"line": 497
|
|
200581
201433
|
},
|
|
200582
201434
|
"name": "kinesisStream",
|
|
200583
201435
|
"optional": true,
|
|
@@ -200595,7 +201447,7 @@
|
|
|
200595
201447
|
"immutable": true,
|
|
200596
201448
|
"locationInModule": {
|
|
200597
201449
|
"filename": "src/aws/storage/table.ts",
|
|
200598
|
-
"line":
|
|
201450
|
+
"line": 490
|
|
200599
201451
|
},
|
|
200600
201452
|
"name": "tableName",
|
|
200601
201453
|
"optional": true,
|
|
@@ -200858,7 +201710,7 @@
|
|
|
200858
201710
|
"kind": "interface",
|
|
200859
201711
|
"locationInModule": {
|
|
200860
201712
|
"filename": "src/aws/storage/shared.ts",
|
|
200861
|
-
"line":
|
|
201713
|
+
"line": 95
|
|
200862
201714
|
},
|
|
200863
201715
|
"name": "WarmThroughput",
|
|
200864
201716
|
"namespace": "aws.storage",
|
|
@@ -200873,7 +201725,7 @@
|
|
|
200873
201725
|
"immutable": true,
|
|
200874
201726
|
"locationInModule": {
|
|
200875
201727
|
"filename": "src/aws/storage/shared.ts",
|
|
200876
|
-
"line":
|
|
201728
|
+
"line": 100
|
|
200877
201729
|
},
|
|
200878
201730
|
"name": "readUnitsPerSecond",
|
|
200879
201731
|
"optional": true,
|
|
@@ -200891,7 +201743,7 @@
|
|
|
200891
201743
|
"immutable": true,
|
|
200892
201744
|
"locationInModule": {
|
|
200893
201745
|
"filename": "src/aws/storage/shared.ts",
|
|
200894
|
-
"line":
|
|
201746
|
+
"line": 105
|
|
200895
201747
|
},
|
|
200896
201748
|
"name": "writeUnitsPerSecond",
|
|
200897
201749
|
"optional": true,
|
|
@@ -202753,6 +203605,6 @@
|
|
|
202753
203605
|
"symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
|
|
202754
203606
|
}
|
|
202755
203607
|
},
|
|
202756
|
-
"version": "0.2.
|
|
202757
|
-
"fingerprint": "
|
|
203608
|
+
"version": "0.2.2",
|
|
203609
|
+
"fingerprint": "maEvwA66MTFvadooouov6gBTv8+aLNHLyfmotSe1MQw="
|
|
202758
203610
|
}
|