Package software.amazon.awscdk.cxapi
Interface IEnvironmentPlaceholderProvider
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEnvironmentPlaceholderProvider.Jsii$Default
- All Known Implementing Classes:
IEnvironmentPlaceholderProvider.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:54.723Z")
@Stability(Stable)
public interface IEnvironmentPlaceholderProvider
extends software.amazon.jsii.JsiiSerializable
Return the appropriate values for the environment placeholders.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEnvironmentPlaceholderProvider
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
accountId
Return the account. -
partition
Return the partition. -
region
Return the region.
-