@Stability(value=Stable)
public static interface CfnLayer.RecipesProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLayer.RecipesProperty.Builder
A builder for
CfnLayer.RecipesProperty |
static class |
CfnLayer.RecipesProperty.Jsii$Proxy
An implementation for
CfnLayer.RecipesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLayer.RecipesProperty.Builder |
builder() |
default List<String> |
getConfigure()
`CfnLayer.RecipesProperty.Configure`.
|
default List<String> |
getDeploy()
`CfnLayer.RecipesProperty.Deploy`.
|
default List<String> |
getSetup()
`CfnLayer.RecipesProperty.Setup`.
|
default List<String> |
getShutdown()
`CfnLayer.RecipesProperty.Shutdown`.
|
default List<String> |
getUndeploy()
`CfnLayer.RecipesProperty.Undeploy`.
|
@Stability(value=Stable) @Nullable default List<String> getConfigure()
@Stability(value=Stable) @Nullable default List<String> getDeploy()
@Stability(value=Stable) @Nullable default List<String> getSetup()
@Stability(value=Stable) @Nullable default List<String> getShutdown()
@Stability(value=Stable) @Nullable default List<String> getUndeploy()
@Stability(value=Stable) static CfnLayer.RecipesProperty.Builder builder()
CfnLayer.RecipesProperty.Builder of CfnLayer.RecipesPropertyCopyright © 2021. All rights reserved.