Interface CfnTypeActivation.LoggingConfigProperty

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

@Stability(Stable) public static interface CfnTypeActivation.LoggingConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains logging configuration information for an extension.

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();
 

See Also: