Interface CfnChannel.CloudWatchLogsLogDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.CloudWatchLogsLogDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.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.services.msk.*;
CloudWatchLogsLogDestinationProperty cloudWatchLogsLogDestinationProperty = CloudWatchLogsLogDestinationProperty.builder()
.enabled(false)
// the properties below are optional
.logGroup("logGroup")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.CloudWatchLogsLogDestinationPropertystatic final classAn implementation forCfnChannel.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
-