Show / Hide Table of Contents

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 Source

Enabled

Specifies whether Amazon Cognito authentication with Kibana is enabled or not

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.