Interface CfnStackPropsMixin.StackConfigurationManagerProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStackPropsMixin.StackConfigurationManagerProperty.Jsii$Proxy
- Enclosing class:
CfnStackPropsMixin
@Stability(Stable)
public static interface CfnStackPropsMixin.StackConfigurationManagerProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.opsworks.*;
StackConfigurationManagerProperty stackConfigurationManagerProperty = StackConfigurationManagerProperty.builder()
.name("name")
.version("version")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStackPropsMixin.StackConfigurationManagerPropertystatic final classAn implementation forCfnStackPropsMixin.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.- See Also:
-
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.
- See Also:
-
builder
-