Class WebSocketStageProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.WebSocketStageProps.Jsii$Proxy
- All Implemented Interfaces:
StageOptions,WebSocketStageProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WebSocketStageProps
@Stability(Stable)
@Internal
public static final class WebSocketStageProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WebSocketStageProps
An implementation for
WebSocketStageProps-
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.WebSocketStageProps
WebSocketStageProps.Builder, WebSocketStageProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(WebSocketStageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theWebSocketStageProps.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 StringThe name of the stage.final ThrottleSettingsThrottle settings for the routes of this stage.final IWebSocketApiThe WebSocket API to which this stage is associated.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 theWebSocketStageProps.Builder.
-
-
Method Details
-
getStageName
Description copied from interface:WebSocketStagePropsThe name of the stage.- Specified by:
getStageNamein interfaceWebSocketStageProps
-
getWebSocketApi
Description copied from interface:WebSocketStagePropsThe WebSocket API to which this stage is associated.- Specified by:
getWebSocketApiin interfaceWebSocketStageProps
-
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()
-