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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStack.StackConfigurationManagerPropertystatic final classAn 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
-