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 SourceCloudwatchLogGroupArn
ARN of the Cloudwatch log group to which log needs to be published.
Declaration
public readonly string CloudwatchLogGroupArn
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |