Interface CfnStack.StackConfigurationManagerProperty

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

@Stability(Stable) public static interface CfnStack.StackConfigurationManagerProperty extends software.amazon.jsii.JsiiSerializable
Describes the configuration manager.

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.opsworks.*;
 StackConfigurationManagerProperty stackConfigurationManagerProperty = StackConfigurationManagerProperty.builder()
         .name("name")
         .version("version")
         .build();