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.116.0 (build 0eddcff)",
date="2025-10-29T11:15:50.876Z")
@Stability(Stable)
public interface IEnvironmentPlaceholderProvider
extends software.amazon.jsii.JsiiSerializable
Return the appropriate values for the environment placeholders.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEnvironmentPlaceholderProvider.static final classA 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.
-