Class DomainEncryptAtRest
Inheritance
System.Object
DomainEncryptAtRest
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.ElasticSearch.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainEncryptAtRest
Fields
View SourceEnabled
Specifies whether Amazon Cognito authentication with Kibana is enabled or not
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
KmsKeyId
The KMS key id to encrypt the Elasticsearch domain with. If not specified then it defaults to using the aws/es service KMS key.
Declaration
public readonly string KmsKeyId
Field Value
| Type | Description |
|---|---|
| System.String |