Class FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsArgs
Inheritance
System.Object
FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsArgs : ResourceArgs
Constructors
View SourceFirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsArgs()
Declaration
public FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptionsArgs()
Properties
View SourceEnabled
Enables or disables the logging. Defaults to false.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |