@Stability(value=Stable)
public static interface CfnContainer.EnvironmentVariableProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lightsail.*;
EnvironmentVariableProperty environmentVariableProperty = EnvironmentVariableProperty.builder()
.value("value")
.variable("variable")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnContainer.EnvironmentVariableProperty.Builder
A builder for
CfnContainer.EnvironmentVariableProperty |
static class |
CfnContainer.EnvironmentVariableProperty.Jsii$Proxy
An implementation for
CfnContainer.EnvironmentVariableProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnContainer.EnvironmentVariableProperty.Builder |
builder() |
default String |
getValue()
The environment variable value.
|
default String |
getVariable()
The environment variable key.
|
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) @Nullable default String getVariable()
@Stability(value=Stable) static CfnContainer.EnvironmentVariableProperty.Builder builder()
Copyright © 2022. All rights reserved.