Class ClusterDatabaseEncryptionArgs
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.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterDatabaseEncryptionArgs : ResourceArgs
Constructors
View SourceClusterDatabaseEncryptionArgs()
Declaration
public ClusterDatabaseEncryptionArgs()
Properties
View SourceKeyName
the key to use to encrypt/decrypt secrets. See the DatabaseEncryption definition for more information.
Declaration
public Input<string> KeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
ENCRYPTED or DECRYPTED
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |