Show / Hide Table of Contents

Class ClusterServerSideEncryptionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterServerSideEncryptionArgs
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.Dax.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterServerSideEncryptionArgs : ResourceArgs

Constructors

View Source

ClusterServerSideEncryptionArgs()

Declaration
public ClusterServerSideEncryptionArgs()

Properties

View Source

Enabled

Whether to enable encryption at rest. Defaults to false.

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