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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnAliasProps
CfnAliasProps.Builder, CfnAliasProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAliasProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAliasProps.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 StringA description of the alias.final StringThe name or ARN of the Lambda function.final StringThe function version that the alias invokes.final StringgetName()The name of the alias.final ObjectSpecifies a provisioned concurrency configuration for a function's alias.final ObjectThe routing configuration of the alias.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 theCfnAliasProps.Builder.
-
-
Method Details
-
getFunctionName
Description copied from interface:CfnAliasPropsThe name or ARN 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:
getFunctionNamein interfaceCfnAliasProps- See Also:
- Function ARN -
-
getFunctionVersion
Description copied from interface:CfnAliasPropsThe function version that the alias invokes.- Specified by:
getFunctionVersionin interfaceCfnAliasProps- See Also:
-
getName
Description copied from interface:CfnAliasPropsThe name of the alias.- Specified by:
getNamein interfaceCfnAliasProps- See Also:
-
getDescription
Description copied from interface:CfnAliasPropsA description of the alias.- Specified by:
getDescriptionin interfaceCfnAliasProps- See Also:
-
getProvisionedConcurrencyConfig
Description copied from interface:CfnAliasPropsSpecifies a provisioned concurrency configuration for a function's alias.Returns union: either
IResolvableorCfnAlias.ProvisionedConcurrencyConfigurationProperty- Specified by:
getProvisionedConcurrencyConfigin interfaceCfnAliasProps- See Also:
-
getRoutingConfig
Description copied from interface:CfnAliasPropsThe routing configuration of the alias.Returns union: either
IResolvableorCfnAlias.AliasRoutingConfigurationProperty- Specified by:
getRoutingConfigin interfaceCfnAliasProps- See Also:
-
$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()
-