Interface CfnResourceVersion.LoggingConfigProperty

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

@Stability(Stable) public static interface CfnResourceVersion.LoggingConfigProperty extends software.amazon.jsii.JsiiSerializable
Logging configuration information for a resource.

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.cloudformation.*;
 LoggingConfigProperty loggingConfigProperty = LoggingConfigProperty.builder()
         .logGroupName("logGroupName")
         .logRoleArn("logRoleArn")
         .build();