Class DomainLogPublishingOptionArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainLogPublishingOptionArgs : ResourceArgs
Constructors
View SourceDomainLogPublishingOptionArgs()
Declaration
public DomainLogPublishingOptionArgs()
Properties
View SourceCloudwatchLogGroupArn
ARN of the Cloudwatch log group to which log needs to be published.
Declaration
public Input<string> CloudwatchLogGroupArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Specifies whether Amazon Cognito authentication with Kibana is enabled or not
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
LogType
A type of Elasticsearch log. Valid values: INDEX_SLOW_LOGS, SEARCH_SLOW_LOGS, ES_APPLICATION_LOGS
Declaration
public Input<string> LogType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |