Package software.amazon.awscdk.core
Class CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeDeployLambdaAliasUpdate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCodeDeployLambdaAliasUpdate
@Stability(Stable)
@Internal
public static final class CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeDeployLambdaAliasUpdate
An implementation for
CfnCodeDeployLambdaAliasUpdate-
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.core.CfnCodeDeployLambdaAliasUpdate
CfnCodeDeployLambdaAliasUpdate.Builder, CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeDeployLambdaAliasUpdate.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 StringThe name of the Lambda function to run after traffic routing completes.final StringThe name of the AWS CodeDeploy application.final StringThe name of the Lambda function to run before traffic routing starts.final StringThe name of the AWS CodeDeploy deployment group.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 theCfnCodeDeployLambdaAliasUpdate.Builder.
-
-
Method Details
-
getApplicationName
Description copied from interface:CfnCodeDeployLambdaAliasUpdateThe name of the AWS CodeDeploy application.- Specified by:
getApplicationNamein interfaceCfnCodeDeployLambdaAliasUpdate
-
getDeploymentGroupName
Description copied from interface:CfnCodeDeployLambdaAliasUpdateThe name of the AWS CodeDeploy deployment group.This is where the traffic-shifting policy is set.
- Specified by:
getDeploymentGroupNamein interfaceCfnCodeDeployLambdaAliasUpdate
-
getAfterAllowTrafficHook
Description copied from interface:CfnCodeDeployLambdaAliasUpdateThe name of the Lambda function to run after traffic routing completes.- Specified by:
getAfterAllowTrafficHookin interfaceCfnCodeDeployLambdaAliasUpdate
-
getBeforeAllowTrafficHook
Description copied from interface:CfnCodeDeployLambdaAliasUpdateThe name of the Lambda function to run before traffic routing starts.- Specified by:
getBeforeAllowTrafficHookin interfaceCfnCodeDeployLambdaAliasUpdate
-
$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()
-