@Stability(value=Stable)
public static interface CfnJobDefinition.ContainerPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobDefinition.ContainerPropertiesProperty.Builder
A builder for
CfnJobDefinition.ContainerPropertiesProperty |
static class |
CfnJobDefinition.ContainerPropertiesProperty.Jsii$Proxy
An implementation for
CfnJobDefinition.ContainerPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobDefinition.ContainerPropertiesProperty.Builder |
builder() |
default List<String> |
getCommand()
`CfnJobDefinition.ContainerPropertiesProperty.Command`.
|
default Object |
getEnvironment()
`CfnJobDefinition.ContainerPropertiesProperty.Environment`.
|
default String |
getExecutionRoleArn()
`CfnJobDefinition.ContainerPropertiesProperty.ExecutionRoleArn`.
|
default Object |
getFargatePlatformConfiguration()
`CfnJobDefinition.ContainerPropertiesProperty.FargatePlatformConfiguration`.
|
String |
getImage()
`CfnJobDefinition.ContainerPropertiesProperty.Image`.
|
default String |
getInstanceType()
`CfnJobDefinition.ContainerPropertiesProperty.InstanceType`.
|
default String |
getJobRoleArn()
`CfnJobDefinition.ContainerPropertiesProperty.JobRoleArn`.
|
default Object |
getLinuxParameters()
`CfnJobDefinition.ContainerPropertiesProperty.LinuxParameters`.
|
default Object |
getLogConfiguration()
`CfnJobDefinition.ContainerPropertiesProperty.LogConfiguration`.
|
default Number |
getMemory()
`CfnJobDefinition.ContainerPropertiesProperty.Memory`.
|
default Object |
getMountPoints()
`CfnJobDefinition.ContainerPropertiesProperty.MountPoints`.
|
default Object |
getNetworkConfiguration()
`CfnJobDefinition.ContainerPropertiesProperty.NetworkConfiguration`.
|
default Object |
getPrivileged()
`CfnJobDefinition.ContainerPropertiesProperty.Privileged`.
|
default Object |
getReadonlyRootFilesystem()
`CfnJobDefinition.ContainerPropertiesProperty.ReadonlyRootFilesystem`.
|
default Object |
getResourceRequirements()
`CfnJobDefinition.ContainerPropertiesProperty.ResourceRequirements`.
|
default Object |
getSecrets()
`CfnJobDefinition.ContainerPropertiesProperty.Secrets`.
|
default Object |
getUlimits()
`CfnJobDefinition.ContainerPropertiesProperty.Ulimits`.
|
default String |
getUser()
`CfnJobDefinition.ContainerPropertiesProperty.User`.
|
default Number |
getVcpus()
`CfnJobDefinition.ContainerPropertiesProperty.Vcpus`.
|
default Object |
getVolumes()
`CfnJobDefinition.ContainerPropertiesProperty.Volumes`.
|
@Stability(value=Stable) @NotNull String getImage()
@Stability(value=Stable) @Nullable default List<String> getCommand()
@Stability(value=Stable) @Nullable default Object getEnvironment()
@Stability(value=Stable) @Nullable default String getExecutionRoleArn()
@Stability(value=Stable) @Nullable default Object getFargatePlatformConfiguration()
@Stability(value=Stable) @Nullable default String getInstanceType()
@Stability(value=Stable) @Nullable default String getJobRoleArn()
@Stability(value=Stable) @Nullable default Object getLinuxParameters()
@Stability(value=Stable) @Nullable default Object getLogConfiguration()
@Stability(value=Stable) @Nullable default Number getMemory()
@Stability(value=Stable) @Nullable default Object getMountPoints()
@Stability(value=Stable) @Nullable default Object getNetworkConfiguration()
@Stability(value=Stable) @Nullable default Object getPrivileged()
@Stability(value=Stable) @Nullable default Object getReadonlyRootFilesystem()
@Stability(value=Stable) @Nullable default Object getResourceRequirements()
@Stability(value=Stable) @Nullable default Object getSecrets()
@Stability(value=Stable) @Nullable default Object getUlimits()
@Stability(value=Stable) @Nullable default String getUser()
@Stability(value=Stable) @Nullable default Number getVcpus()
@Stability(value=Stable) @Nullable default Object getVolumes()
@Stability(value=Stable) static CfnJobDefinition.ContainerPropertiesProperty.Builder builder()
Copyright © 2021. All rights reserved.