@Stability(value=Stable)
public static interface CfnStack.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.services.opsworks.*;
StackConfigurationManagerProperty stackConfigurationManagerProperty = StackConfigurationManagerProperty.builder()
.name("name")
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStack.StackConfigurationManagerProperty.Builder
A builder for
CfnStack.StackConfigurationManagerProperty |
static class |
CfnStack.StackConfigurationManagerProperty.Jsii$Proxy
An implementation for
CfnStack.StackConfigurationManagerProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStack.StackConfigurationManagerProperty.Builder |
builder() |
default String |
getName()
The name.
|
default String |
getVersion()
The Chef version.
|
@Stability(value=Stable) @Nullable default String getName()
This parameter must be set to Chef .
@Stability(value=Stable) @Nullable default String getVersion()
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.
@Stability(value=Stable) static CfnStack.StackConfigurationManagerProperty.Builder builder()
Copyright © 2022. All rights reserved.