@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-01T09:58:29.599Z")
public interface Environment
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() |
java.lang.String |
getAccount()
The AWS account this environment deploys into.
|
java.lang.String |
getName()
The arbitrary name of this environment (user-set, or at least user-meaningful).
|
java.lang.String |
getRegion()
The AWS region name where this environment deploys into.
|
java.lang.String getAccount()
java.lang.String getName()
java.lang.String getRegion()
static Environment.Builder builder()
Environment.Builder
of Environment