Class FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions
Inheritance
System.Object
FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions
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 FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions
Fields
View SourceEnabled
Enables or disables the logging. Defaults to false.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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 |
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 |