Class CfnAliasMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnAliasMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAliasMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAliasMixinProps
@Stability(Stable)
@Internal
public static final class CfnAliasMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAliasMixinProps
An implementation for
CfnAliasMixinProps-
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.cfnpropertymixins.services.lambda.CfnAliasMixinProps
CfnAliasMixinProps.Builder, CfnAliasMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAliasMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAliasMixinProps.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 ObjectThe 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 theCfnAliasMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnAliasMixinPropsA description of the alias.- Specified by:
getDescriptionin interfaceCfnAliasMixinProps- See Also:
-
getFunctionName
Description copied from interface:CfnAliasMixinPropsThe 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.
Returns union: either
StringorIFunctionRef- Specified by:
getFunctionNamein interfaceCfnAliasMixinProps- See Also:
- Function ARN -
-
getFunctionVersion
Description copied from interface:CfnAliasMixinPropsThe function version that the alias invokes.- Specified by:
getFunctionVersionin interfaceCfnAliasMixinProps- See Also:
-
getName
Description copied from interface:CfnAliasMixinPropsThe name of the alias.- Specified by:
getNamein interfaceCfnAliasMixinProps- See Also:
-
getProvisionedConcurrencyConfig
Description copied from interface:CfnAliasMixinPropsSpecifies a provisioned concurrency configuration for a function's alias.Returns union: either
IResolvableorCfnAliasPropsMixin.ProvisionedConcurrencyConfigurationProperty- Specified by:
getProvisionedConcurrencyConfigin interfaceCfnAliasMixinProps- See Also:
-
getRoutingConfig
Description copied from interface:CfnAliasMixinPropsThe routing configuration of the alias.Returns union: either
IResolvableorCfnAliasPropsMixin.AliasRoutingConfigurationProperty- Specified by:
getRoutingConfigin interfaceCfnAliasMixinProps- 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()
-