Show / Hide Table of Contents

Class GetTableServerSideEncryptionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetTableServerSideEncryptionArgs
Inherited Members
InvokeArgs.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 GetTableServerSideEncryptionArgs : InvokeArgs

Constructors

View Source

GetTableServerSideEncryptionArgs()

Declaration
public GetTableServerSideEncryptionArgs()

Properties

View Source

Enabled

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

KmsKeyArn

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