@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.898Z") @Stability(value=Stable) public interface Environment 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.cxapi.*;
Environment environment = Environment.builder()
.account("account")
.name("name")
.region("region")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
Environment.Builder
A builder for
Environment |
static class |
Environment.Jsii$Proxy
An implementation for
Environment |
| Modifier and Type | Method and Description |
|---|---|
static Environment.Builder |
builder() |
String |
getAccount()
The AWS account this environment deploys into.
|
String |
getName()
The arbitrary name of this environment (user-set, or at least user-meaningful).
|
String |
getRegion()
The AWS region name where this environment deploys into.
|
@Stability(value=Stable) @NotNull String getAccount()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRegion()
@Stability(value=Stable) static Environment.Builder builder()
Environment.Builder of EnvironmentCopyright © 2022. All rights reserved.