Class CfnAliasProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnAliasProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAliasProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAliasProps
@Stability(Stable)
@Internal
public static final class CfnAliasProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAliasProps
An implementation for
CfnAliasProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnAliasProps
CfnAliasProps.Builder, CfnAliasProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAliasProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAliasProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
A description of the alias.final String
The name of the Lambda function.final String
The function version that the alias invokes.final String
getName()
The name of the alias.final Object
Specifies a provisioned concurrency configuration for a function's alias.final Object
The routing configuration of the alias.final int
hashCode()
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 theCfnAliasProps.Builder
.
-
-
Method Details
-
getFunctionName
Description copied from interface:CfnAliasProps
The name of the Lambda function.Name formats - Function name -
MyFunction
.- Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:MyFunction
. - Partial ARN -
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.
- Specified by:
getFunctionName
in interfaceCfnAliasProps
- Function ARN -
-
getFunctionVersion
Description copied from interface:CfnAliasProps
The function version that the alias invokes.- Specified by:
getFunctionVersion
in interfaceCfnAliasProps
-
getName
Description copied from interface:CfnAliasProps
The name of the alias.- Specified by:
getName
in interfaceCfnAliasProps
-
getDescription
Description copied from interface:CfnAliasProps
A description of the alias.- Specified by:
getDescription
in interfaceCfnAliasProps
-
getProvisionedConcurrencyConfig
Description copied from interface:CfnAliasProps
Specifies a provisioned concurrency configuration for a function's alias.- Specified by:
getProvisionedConcurrencyConfig
in interfaceCfnAliasProps
-
getRoutingConfig
Description copied from interface:CfnAliasProps
The routing configuration of the alias.- Specified by:
getRoutingConfig
in interfaceCfnAliasProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-