Package com.pulumi.aws.batch.outputs
Class GetJobDefinitionEksPropertyPodPropertyContainerEnv
- java.lang.Object
-
- com.pulumi.aws.batch.outputs.GetJobDefinitionEksPropertyPodPropertyContainerEnv
-
public final class GetJobDefinitionEksPropertyPodPropertyContainerEnv extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetJobDefinitionEksPropertyPodPropertyContainerEnv.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetJobDefinitionEksPropertyPodPropertyContainerEnv.Builder
builder()
static GetJobDefinitionEksPropertyPodPropertyContainerEnv.Builder
builder(GetJobDefinitionEksPropertyPodPropertyContainerEnv defaults)
java.lang.String
name()
java.lang.String
value()
-
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
-
value
public java.lang.String value()
- Returns:
- The quantity of the specified resource to reserve for the container.
-
builder
public static GetJobDefinitionEksPropertyPodPropertyContainerEnv.Builder builder()
-
builder
public static GetJobDefinitionEksPropertyPodPropertyContainerEnv.Builder builder(GetJobDefinitionEksPropertyPodPropertyContainerEnv defaults)
-
-