Interface DynamodbGlobalTableTimeouts
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DynamodbGlobalTableTimeouts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.680Z") @Stability(Stable) public interface DynamodbGlobalTableTimeouts extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDynamodbGlobalTableTimeouts.BuilderA builder forDynamodbGlobalTableTimeoutsstatic classDynamodbGlobalTableTimeouts.Jsii$ProxyAn implementation forDynamodbGlobalTableTimeouts
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DynamodbGlobalTableTimeouts.Builderbuilder()default StringgetCreate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_global_table#create DynamodbGlobalTable#create}.default StringgetDelete()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_global_table#delete DynamodbGlobalTable#delete}.default StringgetUpdate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_global_table#update DynamodbGlobalTable#update}.
-
-
-
Method Detail
-
getCreate
@Stability(Stable) @Nullable default String getCreate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_global_table#create DynamodbGlobalTable#create}.
-
getDelete
@Stability(Stable) @Nullable default String getDelete()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_global_table#delete DynamodbGlobalTable#delete}.
-
getUpdate
@Stability(Stable) @Nullable default String getUpdate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_global_table#update DynamodbGlobalTable#update}.
-
builder
@Stability(Stable) static DynamodbGlobalTableTimeouts.Builder builder()
-
-