Show / Hide Table of Contents

Class FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsGetArgs
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.Kinesis.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsGetArgs : ResourceArgs

Constructors

View Source

FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsGetArgs()

Declaration
public FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsGetArgs()

Properties

View Source

Enabled

Enables or disables the logging. Defaults to false.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

LogGroupName

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

Declaration
public Input<string> LogGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LogStreamName

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

Declaration
public Input<string> LogStreamName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.