@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.322Z") @Stability(value=Experimental) 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()
(experimental) Return the account.
|
String |
getPartition()
(experimental) Return the partition.
|
String |
getRegion()
(experimental) Return the region.
|
@Stability(value=Experimental) @NotNull String getAccountId()
@Stability(value=Experimental) @NotNull String getPartition()
@Stability(value=Experimental) @NotNull String getRegion()
@Stability(value=Experimental) static EnvironmentPlaceholderValues.Builder builder()
Copyright © 2022. All rights reserved.