Interface CfnChannelPropsMixin.CloudWatchLogsLogDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.CloudWatchLogsLogDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.CloudWatchLogsLogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
CloudWatch Logs log destination details.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.msk.*;
CloudWatchLogsLogDestinationProperty cloudWatchLogsLogDestinationProperty = CloudWatchLogsLogDestinationProperty.builder()
.enabled(false)
.logGroup("logGroup")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnChannelPropsMixin.CloudWatchLogsLogDestinationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Whether CloudWatch Logs logging is enabled.Returns union: either
BooleanorIResolvable- See Also:
-
getLogGroup
The CloudWatch log group for log delivery.- See Also:
-
builder
@Stability(Stable) static CfnChannelPropsMixin.CloudWatchLogsLogDestinationProperty.Builder builder()
-