Class CfnApiGatewayManagedOverrides.StageOverridesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides.StageOverridesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApiGatewayManagedOverrides.StageOverridesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApiGatewayManagedOverrides.StageOverridesProperty
@Stability(Stable)
@Internal
public static final class CfnApiGatewayManagedOverrides.StageOverridesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApiGatewayManagedOverrides.StageOverridesProperty
An implementation for
CfnApiGatewayManagedOverrides.StageOverridesProperty-
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.CfnApiGatewayManagedOverrides.StageOverridesProperty
CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder, CfnApiGatewayManagedOverrides.StageOverridesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApiGatewayManagedOverrides.StageOverridesProperty.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 ObjectSettings for logging access in a stage.final ObjectSpecifies whether updates to an API automatically trigger a new deployment.final ObjectThe default route settings for the stage.final StringThe description for the API stage.final ObjectRoute settings for the stage.final ObjectA map that defines the stage variables for aStage.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 theCfnApiGatewayManagedOverrides.StageOverridesProperty.Builder.
-
-
Method Details
-
getAccessLogSettings
Description copied from interface:CfnApiGatewayManagedOverrides.StageOverridesPropertySettings for logging access in a stage.- Specified by:
getAccessLogSettingsin interfaceCfnApiGatewayManagedOverrides.StageOverridesProperty- See Also:
-
getAutoDeploy
Description copied from interface:CfnApiGatewayManagedOverrides.StageOverridesPropertySpecifies whether updates to an API automatically trigger a new deployment.The default value is
true.- Specified by:
getAutoDeployin interfaceCfnApiGatewayManagedOverrides.StageOverridesProperty- See Also:
-
getDefaultRouteSettings
Description copied from interface:CfnApiGatewayManagedOverrides.StageOverridesPropertyThe default route settings for the stage.- Specified by:
getDefaultRouteSettingsin interfaceCfnApiGatewayManagedOverrides.StageOverridesProperty- See Also:
-
getDescription
Description copied from interface:CfnApiGatewayManagedOverrides.StageOverridesPropertyThe description for the API stage.- Specified by:
getDescriptionin interfaceCfnApiGatewayManagedOverrides.StageOverridesProperty- See Also:
-
getRouteSettings
Description copied from interface:CfnApiGatewayManagedOverrides.StageOverridesPropertyRoute settings for the stage.- Specified by:
getRouteSettingsin interfaceCfnApiGatewayManagedOverrides.StageOverridesProperty- See Also:
-
getStageVariables
Description copied from interface:CfnApiGatewayManagedOverrides.StageOverridesPropertyA map that defines the stage variables for aStage.Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
- Specified by:
getStageVariablesin interfaceCfnApiGatewayManagedOverrides.StageOverridesProperty- See Also:
-
$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()
-