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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStack.StackConfigurationManagerProperty
static final class
An implementation forCfnStack.StackConfigurationManagerProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name.This parameter must be set to
Chef
. -
getVersion
The Chef version.This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 12.
-
builder
-