Class StageOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.StageOptions.Jsii$Proxy
- All Implemented Interfaces:
StageOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
StageOptions
@Stability(Stable)
@Internal
public static final class StageOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements StageOptions
An implementation for
StageOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.StageOptions
StageOptions.Builder, StageOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(StageOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theStageOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal IAccessLogSettingsSettings for access logging.final BooleanWhether updates to an API automatically trigger a new deployment.final StringThe description for the API stage.final BooleanSpecifies whether detailed metrics are enabled.final DomainMappingOptionsThe options for custom domain and api mapping.final ThrottleSettingsThrottle settings for the routes of this stage.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theStageOptions.Builder.
-
-
Method Details
-
getAccessLogSettings
Description copied from interface:StageOptionsSettings for access logging.Default: - No access logging
- Specified by:
getAccessLogSettingsin interfaceStageOptions
-
getAutoDeploy
Description copied from interface:StageOptionsWhether updates to an API automatically trigger a new deployment.Default: false
- Specified by:
getAutoDeployin interfaceStageOptions
-
getDescription
Description copied from interface:StageOptionsThe description for the API stage.Default: - no description
- Specified by:
getDescriptionin interfaceStageOptions
-
getDetailedMetricsEnabled
Description copied from interface:StageOptionsSpecifies whether detailed metrics are enabled.Default: false
- Specified by:
getDetailedMetricsEnabledin interfaceStageOptions
-
getDomainMapping
Description copied from interface:StageOptionsThe options for custom domain and api mapping.Default: - no custom domain and api mapping configuration
- Specified by:
getDomainMappingin interfaceStageOptions
-
getThrottle
Description copied from interface:StageOptionsThrottle settings for the routes of this stage.Default: - no throttling configuration
- Specified by:
getThrottlein interfaceStageOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-