@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.321Z") @Stability(value=Experimental) 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()
(experimental) The AWS account this environment deploys into.
|
String |
getName()
(experimental) The arbitrary name of this environment (user-set, or at least user-meaningful).
|
String |
getRegion()
(experimental) The AWS region name where this environment deploys into.
|
@Stability(value=Experimental) @NotNull String getAccount()
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @NotNull String getRegion()
@Stability(value=Experimental) static Environment.Builder builder()
Environment.Builder of EnvironmentCopyright © 2022. All rights reserved.