Class RuntimeOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.staticwebsite.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 forRuntimeOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.staticwebsite.RuntimeOptions
RuntimeOptions.Builder, RuntimeOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(RuntimeOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theRuntimeOptions.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetJsonFileName()(experimental) File name to store runtime configuration (jsonPayload).ObjectgetJsonPayload()(experimental) Arbitrary JSON payload containing runtime values to deploy.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(RuntimeOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theRuntimeOptions.Builder.
-
-
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:
getJsonPayloadin interfaceRuntimeOptions
-
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:
getJsonFileNamein interfaceRuntimeOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-