Class GetTableServerSideEncryptionArgs
Inherited Members
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 GetTableServerSideEncryptionArgs : InvokeArgs
Constructors
View SourceGetTableServerSideEncryptionArgs()
Declaration
public GetTableServerSideEncryptionArgs()
Properties
View SourceEnabled
Declaration
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
KmsKeyArn
Declaration
public string KmsKeyArn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |