@Stability(value=Stable) @Internal public static final class CfnAliasProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAliasProps
CfnAliasPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnAliasProps.Builder, CfnAliasProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAliasProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnAliasProps.Builder. |
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(Object o) |
String |
getDescription()
A description of the alias.
|
String |
getFunctionName()
The name of the Lambda function.
|
String |
getFunctionVersion()
The function version that the alias invokes.
|
String |
getName()
The name of the alias.
|
Object |
getProvisionedConcurrencyConfig()
Specifies a [provisioned concurrency](https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html) configuration for a function's alias.
|
Object |
getRoutingConfig()
The [routing configuration](https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html) of the alias.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnAliasProps.Builder builder)
CfnAliasProps.Builder.public final 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 CfnAliasPropspublic final String getFunctionVersion()
CfnAliasPropsgetFunctionVersion in interface CfnAliasPropspublic final String getName()
CfnAliasPropsgetName in interface CfnAliasPropspublic final String getDescription()
CfnAliasPropsgetDescription in interface CfnAliasPropspublic final Object getProvisionedConcurrencyConfig()
CfnAliasPropsgetProvisionedConcurrencyConfig in interface CfnAliasPropspublic final Object getRoutingConfig()
CfnAliasPropsgetRoutingConfig in interface CfnAliasProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.