Show / Hide Table of Contents

Class FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions

Inheritance
System.Object
FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions
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.Kinesis.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions

Fields

View Source

Enabled

Enables or disables the logging. Defaults to false.

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

LogGroupName

The CloudWatch group name for logging. This value is required if enabled is true.

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

LogStreamName

The CloudWatch log stream name for logging. This value is required if enabled is true.

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