Class RuntimeOptions.Jsii$Proxy

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, RuntimeOptions
    Enclosing interface:
    RuntimeOptions

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

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

      • getJsonPayload

        public final Object getJsonPayload()
        Description copied from interface: RuntimeOptions
        (experimental) Arbitrary JSON payload containing runtime values to deploy.

        Typically this contains resourceArns, etc which are only known at deploy time.

        Example:

         { userPoolId: some.userPool.userPoolId, someResourceArn: some.resource.Arn }
         
        Specified by:
        getJsonPayload in interface RuntimeOptions
      • getJsonFileName

        public final String getJsonFileName()
        Description copied from interface: RuntimeOptions
        (experimental) File name to store runtime configuration (jsonPayload).

        Must follow pattern: '*.json'

        Default: "runtime-config.json"

        Specified by:
        getJsonFileName in interface RuntimeOptions
      • $jsii$toJson

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

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