Show / Hide Table of Contents

Class DomainLogPublishingOption

Inheritance
System.Object
DomainLogPublishingOption
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 DomainLogPublishingOption

Fields

View Source

CloudwatchLogGroupArn

ARN of the Cloudwatch log group to which log needs to be published.

Declaration
public readonly string CloudwatchLogGroupArn
Field Value
Type Description
System.String
View Source

Enabled

Specifies whether Amazon Cognito authentication with Kibana is enabled or not

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

LogType

A type of Elasticsearch log. Valid values: INDEX_SLOW_LOGS, SEARCH_SLOW_LOGS, ES_APPLICATION_LOGS

Declaration
public readonly string LogType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.