@Stability(value=Stable)
public static interface CfnStack.ChefConfigurationProperty
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.*;
ChefConfigurationProperty chefConfigurationProperty = ChefConfigurationProperty.builder()
.berkshelfVersion("berkshelfVersion")
.manageBerkshelf(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStack.ChefConfigurationProperty.Builder
A builder for
CfnStack.ChefConfigurationProperty |
static class |
CfnStack.ChefConfigurationProperty.Jsii$Proxy
An implementation for
CfnStack.ChefConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStack.ChefConfigurationProperty.Builder |
builder() |
default String |
getBerkshelfVersion()
The Berkshelf version.
|
default Object |
getManageBerkshelf()
Whether to enable Berkshelf.
|
@Stability(value=Stable) @Nullable default String getBerkshelfVersion()
@Stability(value=Stable) @Nullable default Object getManageBerkshelf()
@Stability(value=Stable) static CfnStack.ChefConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.