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: