Interface CfnMicrovmImage.LoggingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMicrovmImage.LoggingProperty.Jsii$Proxy
- Enclosing class:
CfnMicrovmImage
@Stability(Stable)
public static interface CfnMicrovmImage.LoggingProperty
extends software.amazon.jsii.JsiiSerializable
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.lambda.*;
LoggingProperty loggingProperty = LoggingProperty.builder()
.cloudWatch(CloudWatchLoggingProperty.builder()
.logGroup("logGroup")
.logStream("logStream")
.build())
.disabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMicrovmImage.LoggingPropertystatic final classAn implementation forCfnMicrovmImage.LoggingProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnMicrovmImage.CloudWatchLoggingPropertydefault ObjectReturns union: eitherBooleanorIResolvableMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatch
Returns union: eitherIResolvableorCfnMicrovmImage.CloudWatchLoggingProperty- See Also:
-
getDisabled
- See Also:
-
builder
-