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
  • 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

      protected Jsii$Proxy(CfnAliasProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAliasProps.Builder.
  • Method Details

    • getFunctionName

      public final String 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 interface CfnAliasProps
    • getFunctionVersion

      public final String getFunctionVersion()
      Description copied from interface: CfnAliasProps
      The function version that the alias invokes.
      Specified by:
      getFunctionVersion in interface CfnAliasProps
    • getName

      public final String getName()
      Description copied from interface: CfnAliasProps
      The name of the alias.
      Specified by:
      getName in interface CfnAliasProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnAliasProps
      A description of the alias.
      Specified by:
      getDescription in interface CfnAliasProps
    • getProvisionedConcurrencyConfig

      public final Object getProvisionedConcurrencyConfig()
      Description copied from interface: CfnAliasProps
      Specifies a provisioned concurrency configuration for a function's alias.
      Specified by:
      getProvisionedConcurrencyConfig in interface CfnAliasProps
    • getRoutingConfig

      public final Object getRoutingConfig()
      Description copied from interface: CfnAliasProps
      The routing configuration of the alias.
      Specified by:
      getRoutingConfig in interface CfnAliasProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object