Show / Hide Table of Contents

Class DomainLogPublishingOptionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainLogPublishingOptionArgs
Inherited Members
ResourceArgs.Empty
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 Source

DomainLogPublishingOptionArgs()

Declaration
public DomainLogPublishingOptionArgs()

Properties

View Source

CloudwatchLogGroupArn

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>
View Source

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>
View Source

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