Package com.pulumi.aws.dynamodb
Class TableReplicaArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.dynamodb.TableReplicaArgs
-
public final class TableReplicaArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableReplicaArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TableReplicaArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableReplicaArgs.Builder
builder()
static TableReplicaArgs.Builder
builder(TableReplicaArgs defaults)
com.pulumi.core.Output<java.lang.String>
globalTableArn()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kmsKeyArn()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
pointInTimeRecovery()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
tableClassOverride()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final TableReplicaArgs Empty
-
-
Method Detail
-
globalTableArn
public com.pulumi.core.Output<java.lang.String> globalTableArn()
- Returns:
- ARN of the _main_ or global table which this resource will replicate. Optional arguments:
-
kmsKeyArn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kmsKeyArn()
- Returns:
- ARN of the CMK that should be used for the AWS KMS encryption. This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`. **Note:** This attribute will _not_ be populated with the ARN of _default_ keys.
-
pointInTimeRecovery
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> pointInTimeRecovery()
- Returns:
- Whether to enable Point In Time Recovery for the replica. Default is `false`.
-
tableClassOverride
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tableClassOverride()
- Returns:
- Storage class of the table replica. Valid values are `STANDARD` and `STANDARD_INFREQUENT_ACCESS`. If not used, the table replica will use the same class as the global table.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Map of tags to populate on the created table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
builder
public static TableReplicaArgs.Builder builder()
-
builder
public static TableReplicaArgs.Builder builder(TableReplicaArgs defaults)
-
-