Interface CfnVerifiedAccessInstance.CloudWatchLogsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVerifiedAccessInstance.CloudWatchLogsProperty.Jsii$Proxy
- Enclosing class:
- CfnVerifiedAccessInstance
@Stability(Stable)
public static interface CfnVerifiedAccessInstance.CloudWatchLogsProperty
extends software.amazon.jsii.JsiiSerializable
Options for CloudWatch Logs as a logging destination.
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.ec2.*;
CloudWatchLogsProperty cloudWatchLogsProperty = CloudWatchLogsProperty.builder()
.enabled(false)
.logGroup("logGroup")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVerifiedAccessInstance.CloudWatchLogsPropertystatic final classAn implementation forCfnVerifiedAccessInstance.CloudWatchLogsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Indicates whether logging is enabled. -
getLogGroup
The ID of the CloudWatch Logs log group. -
builder
-