Class TableReplicaArgs


  • public final class TableReplicaArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TableReplicaArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • 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.