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: