Class CfnDeploymentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnDeploymentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentProps
@Stability(Stable)
@Internal
public static final class CfnDeploymentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentProps
An implementation for
CfnDeploymentProps
-
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.amazon.awscdk.services.apigateway.CfnDeploymentProps
CfnDeploymentProps.Builder, CfnDeploymentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDeploymentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeploymentProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The input configuration for a canary deployment.final String
The description for the Deployment resource to create.final String
The string identifier of the associated RestApi.final Object
The description of the Stage resource for the Deployment resource to create.final String
The name of the Stage resource for the Deployment resource to create.final int
hashCode()
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 theCfnDeploymentProps.Builder
.
-
-
Method Details
-
getRestApiId
Description copied from interface:CfnDeploymentProps
The string identifier of the associated RestApi.- Specified by:
getRestApiId
in interfaceCfnDeploymentProps
-
getDeploymentCanarySettings
Description copied from interface:CfnDeploymentProps
The input configuration for a canary deployment.- Specified by:
getDeploymentCanarySettings
in interfaceCfnDeploymentProps
-
getDescription
Description copied from interface:CfnDeploymentProps
The description for the Deployment resource to create.- Specified by:
getDescription
in interfaceCfnDeploymentProps
-
getStageDescription
Description copied from interface:CfnDeploymentProps
The description of the Stage resource for the Deployment resource to create.To specify a stage description, you must also provide a stage name.
- Specified by:
getStageDescription
in interfaceCfnDeploymentProps
-
getStageName
Description copied from interface:CfnDeploymentProps
The name of the Stage resource for the Deployment resource to create.- Specified by:
getStageName
in interfaceCfnDeploymentProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-