Interface CfnImage.ImageLoggingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnImage.ImageLoggingConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnImage
@Stability(Stable)
public static interface CfnImage.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.services.imagebuilder.*;
ImageLoggingConfigurationProperty imageLoggingConfigurationProperty = ImageLoggingConfigurationProperty.builder()
.logGroupName("logGroupName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnImage.ImageLoggingConfigurationPropertystatic final classAn implementation forCfnImage.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
-