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