Interface CfnStack.ChefConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStack.ChefConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnStack
@Stability(Stable)
public static interface CfnStack.ChefConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes the Chef configuration.
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.*; ChefConfigurationProperty chefConfigurationProperty = ChefConfigurationProperty.builder() .berkshelfVersion("berkshelfVersion") .manageBerkshelf(false) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStack.ChefConfigurationProperty
static final class
An implementation forCfnStack.ChefConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBerkshelfVersion
The Berkshelf version. -
getManageBerkshelf
Whether to enable Berkshelf. -
builder
-