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.
  • 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.