Interface CfnJobDefinitionPropsMixin.EnvironmentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJobDefinitionPropsMixin.EnvironmentProperty.Jsii$Proxy
- Enclosing class:
CfnJobDefinitionPropsMixin
@Stability(Stable)
public static interface CfnJobDefinitionPropsMixin.EnvironmentProperty
extends software.amazon.jsii.JsiiSerializable
The Environment property type specifies environment variables to use in a job definition.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.batch.*;
EnvironmentProperty environmentProperty = EnvironmentProperty.builder()
.name("name")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnJobDefinitionPropsMixin.EnvironmentPropertystatic final classAn implementation forCfnJobDefinitionPropsMixin.EnvironmentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the environment variable.- See Also:
-
getValue
The value of the environment variable.- See Also:
-
builder
-