Class CustomLambdaDeploymentConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.CustomLambdaDeploymentConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CustomLambdaDeploymentConfigProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CustomLambdaDeploymentConfigProps
@Stability(Stable)
@Internal
public static final class CustomLambdaDeploymentConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CustomLambdaDeploymentConfigProps
An implementation for
CustomLambdaDeploymentConfigProps-
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.codedeploy.CustomLambdaDeploymentConfigProps
CustomLambdaDeploymentConfigProps.Builder, CustomLambdaDeploymentConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCustomLambdaDeploymentConfigProps.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 verbatim name of the deployment config.final DurationThe interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment.final NumberThe integer percentage of traffic to shift: - For LINEAR, the percentage to shift every interval - For CANARY, the percentage to shift until the interval passes, before the full deployment.getType()The type of deployment config, either CANARY or LINEAR.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 theCustomLambdaDeploymentConfigProps.Builder.
-
-
Method Details
-
getInterval
Description copied from interface:CustomLambdaDeploymentConfigPropsThe interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment.- Specified by:
getIntervalin interfaceCustomLambdaDeploymentConfigProps
-
getPercentage
Description copied from interface:CustomLambdaDeploymentConfigPropsThe integer percentage of traffic to shift: - For LINEAR, the percentage to shift every interval - For CANARY, the percentage to shift until the interval passes, before the full deployment.- Specified by:
getPercentagein interfaceCustomLambdaDeploymentConfigProps
-
getType
Description copied from interface:CustomLambdaDeploymentConfigPropsThe type of deployment config, either CANARY or LINEAR.- Specified by:
getTypein interfaceCustomLambdaDeploymentConfigProps
-
getDeploymentConfigName
Description copied from interface:CustomLambdaDeploymentConfigPropsThe verbatim name of the deployment config.Must be unique per account/region. Other parameters cannot be updated if this name is provided.
Default: - automatically generated name
- Specified by:
getDeploymentConfigNamein interfaceCustomLambdaDeploymentConfigProps
-
$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()
-