@Stability(value=Stable)
public static interface CfnFunction.ImageConfigProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFunction.ImageConfigProperty.Builder
A builder for
CfnFunction.ImageConfigProperty |
static class |
CfnFunction.ImageConfigProperty.Jsii$Proxy
An implementation for
CfnFunction.ImageConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFunction.ImageConfigProperty.Builder |
builder() |
default List<String> |
getCommand()
`CfnFunction.ImageConfigProperty.Command`.
|
default List<String> |
getEntryPoint()
`CfnFunction.ImageConfigProperty.EntryPoint`.
|
default String |
getWorkingDirectory()
`CfnFunction.ImageConfigProperty.WorkingDirectory`.
|
@Stability(value=Stable) @Nullable default List<String> getCommand()
@Stability(value=Stable) @Nullable default List<String> getEntryPoint()
@Stability(value=Stable) @Nullable default String getWorkingDirectory()
@Stability(value=Stable) static CfnFunction.ImageConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.