Interface CfnImagePropsMixin.ImageLoggingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnImagePropsMixin.ImageLoggingConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnImagePropsMixin
@Stability(Stable)
public static interface CfnImagePropsMixin.ImageLoggingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The logging configuration that's defined for the image.
Image Builder uses the defined settings to direct execution log output during image creation.
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.imagebuilder.*;
ImageLoggingConfigurationProperty imageLoggingConfigurationProperty = ImageLoggingConfigurationProperty.builder()
.logGroupName("logGroupName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnImagePropsMixin.ImageLoggingConfigurationPropertystatic final classAn implementation forCfnImagePropsMixin.ImageLoggingConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupName
The log group name that Image Builder uses for image creation.If not specified, the log group name defaults to
/aws/imagebuilder/image-name.- See Also:
-
builder
-