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.103.1 (build bef2dea)", date="2024-09-19T18:12:09.483Z") @Stability(Stable) public interface IEnvironmentPlaceholderProvider extends software.amazon.jsii.JsiiSerializable
Return the appropriate values for the environment placeholders.
  • Method Details

    • accountId

      @Stability(Stable) @NotNull String accountId()
      Return the account.
    • partition

      @Stability(Stable) @NotNull String partition()
      Return the partition.
    • region

      @Stability(Stable) @NotNull String region()
      Return the region.