public static final class LambdaDeploymentGroupAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaDeploymentGroupAttributes
LambdaDeploymentGroupAttributes
LambdaDeploymentGroupAttributes.Builder, LambdaDeploymentGroupAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
ILambdaApplication |
getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
java.lang.String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy Lambda Deployment Group that we are referencing.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final ILambdaApplication getApplication()
LambdaDeploymentGroupAttributes
getApplication
in interface LambdaDeploymentGroupAttributes
public final java.lang.String getDeploymentGroupName()
LambdaDeploymentGroupAttributes
getDeploymentGroupName
in interface LambdaDeploymentGroupAttributes
public final ILambdaDeploymentConfig getDeploymentConfig()
LambdaDeploymentGroupAttributes
Default: LambdaDeploymentConfig.CANARY_10PERCENT_5MINUTES
getDeploymentConfig
in interface LambdaDeploymentGroupAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()