@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.899Z") @Stability(value=Stable) public interface EnvironmentPlaceholderValues 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.*;
EnvironmentPlaceholderValues environmentPlaceholderValues = EnvironmentPlaceholderValues.builder()
.accountId("accountId")
.partition("partition")
.region("region")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EnvironmentPlaceholderValues.Builder
A builder for
EnvironmentPlaceholderValues |
static class |
EnvironmentPlaceholderValues.Jsii$Proxy
An implementation for
EnvironmentPlaceholderValues |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentPlaceholderValues.Builder |
builder() |
String |
getAccountId()
Return the account.
|
String |
getPartition()
Return the partition.
|
String |
getRegion()
Return the region.
|
@Stability(value=Stable) @NotNull String getAccountId()
@Stability(value=Stable) @NotNull String getPartition()
@Stability(value=Stable) @NotNull String getRegion()
@Stability(value=Stable) static EnvironmentPlaceholderValues.Builder builder()
Copyright © 2022. All rights reserved.