public static final class CfnAliasProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAliasProps
CfnAliasProps
CfnAliasProps.Builder, CfnAliasProps.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) |
java.lang.String |
getDescription()
A description of the alias.
|
java.lang.String |
getFunctionName()
The name of the Lambda function.
|
java.lang.String |
getFunctionVersion()
The function version that the alias invokes.
|
java.lang.String |
getName()
The name of the alias.
|
java.lang.Object |
getProvisionedConcurrencyConfig()
Specifies a [provisioned concurrency](https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html) configuration for a function's alias.
|
java.lang.Object |
getRoutingConfig()
The [routing configuration](https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html) of the alias.
|
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 java.lang.String getFunctionName()
CfnAliasProps
Name formats - Function name - MyFunction
.
arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.123456789012:function:MyFunction
.The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
getFunctionName
in interface CfnAliasProps
public final java.lang.String getFunctionVersion()
CfnAliasProps
getFunctionVersion
in interface CfnAliasProps
public final java.lang.String getName()
CfnAliasProps
getName
in interface CfnAliasProps
public final java.lang.String getDescription()
CfnAliasProps
getDescription
in interface CfnAliasProps
public final java.lang.Object getProvisionedConcurrencyConfig()
CfnAliasProps
getProvisionedConcurrencyConfig
in interface CfnAliasProps
public final java.lang.Object getRoutingConfig()
CfnAliasProps
getRoutingConfig
in interface CfnAliasProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()