Package com.pulumi.aws.keyspaces.outputs
Class TableEncryptionSpecification
- java.lang.Object
-
- com.pulumi.aws.keyspaces.outputs.TableEncryptionSpecification
-
public final class TableEncryptionSpecification extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableEncryptionSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableEncryptionSpecification.Builder
builder()
static TableEncryptionSpecification.Builder
builder(TableEncryptionSpecification defaults)
java.util.Optional<java.lang.String>
kmsKeyIdentifier()
java.util.Optional<java.lang.String>
type()
-
-
-
Method Detail
-
kmsKeyIdentifier
public java.util.Optional<java.lang.String> kmsKeyIdentifier()
- Returns:
- The Amazon Resource Name (ARN) of the customer managed KMS key.
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- The encryption option specified for the table. Valid values: `AWS_OWNED_KMS_KEY`, `CUSTOMER_MANAGED_KMS_KEY`. The default value is `AWS_OWNED_KMS_KEY`.
-
builder
public static TableEncryptionSpecification.Builder builder()
-
builder
public static TableEncryptionSpecification.Builder builder(TableEncryptionSpecification defaults)
-
-