Show / Hide Table of Contents

Class TableServerSideEncryptionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TableServerSideEncryptionGetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.DynamoDB.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TableServerSideEncryptionGetArgs : ResourceArgs

Constructors

View Source

TableServerSideEncryptionGetArgs()

Declaration
public TableServerSideEncryptionGetArgs()

Properties

View Source

Enabled

Indicates whether ttl is enabled (true) or disabled (false).

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

KmsKeyArn

The ARN of the CMK that should be used for the AWS KMS encryption. This attribute should only be specified if the key is different from the default DynamoDB CMK, alias/aws/dynamodb.

Declaration
public Input<string> KmsKeyArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.