Class FirehoseDeliveryStreamS3ConfigurationCloudwatchLoggingOptionsGetArgs
Inheritance
System.Object
FirehoseDeliveryStreamS3ConfigurationCloudwatchLoggingOptionsGetArgs
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 FirehoseDeliveryStreamS3ConfigurationCloudwatchLoggingOptionsGetArgs : ResourceArgs
Constructors
View SourceFirehoseDeliveryStreamS3ConfigurationCloudwatchLoggingOptionsGetArgs()
Declaration
public FirehoseDeliveryStreamS3ConfigurationCloudwatchLoggingOptionsGetArgs()
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> |