public static interface CfnDeliveryStream.CloudWatchLoggingOptionsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kinesisfirehose.*; CloudWatchLoggingOptionsProperty cloudWatchLoggingOptionsProperty = CloudWatchLoggingOptionsProperty.builder() .enabled(false) .logGroupName("logGroupName") .logStreamName("logStreamName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeliveryStream.CloudWatchLoggingOptionsProperty.Builder
A builder for
CfnDeliveryStream.CloudWatchLoggingOptionsProperty |
static class |
CfnDeliveryStream.CloudWatchLoggingOptionsProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.CloudWatchLoggingOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDeliveryStream.CloudWatchLoggingOptionsProperty.Builder |
builder() |
default java.lang.Object |
getEnabled()
Indicates whether CloudWatch Logs logging is enabled.
|
default java.lang.String |
getLogGroupName()
The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.
|
default java.lang.String |
getLogStreamName()
The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.
|
default java.lang.Object getEnabled()
default java.lang.String getLogGroupName()
Conditional. If you enable logging, you must specify this property.
default java.lang.String getLogStreamName()
Conditional. If you enable logging, you must specify this property.