Interface CfnImagePipelinePropsMixin.PipelineLoggingConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnImagePipelinePropsMixin.PipelineLoggingConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnImagePipelinePropsMixin

@Stability(Stable) public static interface CfnImagePipelinePropsMixin.PipelineLoggingConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The logging configuration that's defined for pipeline execution.

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.*;
 PipelineLoggingConfigurationProperty pipelineLoggingConfigurationProperty = PipelineLoggingConfigurationProperty.builder()
         .imageLogGroupName("imageLogGroupName")
         .pipelineLogGroupName("pipelineLogGroupName")
         .build();
 

See Also: