Class CustomFactoryOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.app.staging.synthesizer.alpha.CustomFactoryOptions.Jsii$Proxy
All Implemented Interfaces:
AppStagingSynthesizerOptions, CustomFactoryOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CustomFactoryOptions

@Stability(Experimental) @Internal public static final class CustomFactoryOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomFactoryOptions
An implementation for CustomFactoryOptions
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CustomFactoryOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CustomFactoryOptions.Builder.
  • Method Details

    • getFactory

      public final IStagingResourcesFactory getFactory()
      Description copied from interface: CustomFactoryOptions
      (experimental) The factory that will be used to return staging resources for each stack.
      Specified by:
      getFactory in interface CustomFactoryOptions
    • getOncePerEnv

      public final Boolean getOncePerEnv()
      Description copied from interface: CustomFactoryOptions
      (experimental) Reuse the answer from the factory for stacks in the same environment.

      Default: true

      Specified by:
      getOncePerEnv in interface CustomFactoryOptions
    • getBootstrapQualifier

      public final String getBootstrapQualifier()
      Description copied from interface: AppStagingSynthesizerOptions
      (experimental) Qualifier to disambiguate multiple bootstrapped environments in the same account.

      This qualifier is only used to reference bootstrapped resources. It will not be used in the creation of app-specific staging resources: appId is used for that instead.

      Default: - Value of context key '@aws-cdk/core:bootstrapQualifier' if set, otherwise `DEFAULT_QUALIFIER`

      Specified by:
      getBootstrapQualifier in interface AppStagingSynthesizerOptions
    • getDeploymentIdentities

      public final DeploymentIdentities getDeploymentIdentities()
      Description copied from interface: AppStagingSynthesizerOptions
      (experimental) What roles to use to deploy applications.

      These are the roles that have permissions to interact with CloudFormation on your behalf. By default these are the standard bootstrapped CDK roles, but you can customize them or turn them off and use the CLI credentials to deploy.

      Default: - The standard bootstrapped CDK roles

      Specified by:
      getDeploymentIdentities in interface AppStagingSynthesizerOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object