Interface IAlias
- All Superinterfaces:
 IConnectable,IConstruct,software.constructs.IConstruct,IDependable,IFunction,IGrantable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
 IAlias.Jsii$Default
- All Known Implementing Classes:
 Alias,IAlias.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
           date="2023-06-19T16:30:40.763Z")
@Stability(Stable)
public interface IAlias
extends software.amazon.jsii.JsiiSerializable, IFunction
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAlias.static final classA proxy class which represents a concrete javascript instance of this type. - 
Method Summary
Modifier and TypeMethodDescriptionName of this alias.The underlying Lambda function version.Methods inherited from interface software.amazon.awscdk.services.ec2.IConnectable
getConnectionsMethods inherited from interface software.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.services.lambda.IFunction
addEventSource, addEventSourceMapping, addFunctionUrl, addFunctionUrl, addPermission, addToRolePolicy, configureAsyncInvoke, getArchitecture, getFunctionArn, getFunctionName, getIsBoundToVpc, getLatestVersion, getPermissionsNode, getResourceArnsForGrantInvoke, getRole, grantInvoke, grantInvokeUrl, metric, metric, metricDuration, metricDuration, metricErrors, metricErrors, metricInvocations, metricInvocations, metricThrottles, metricThrottlesMethods inherited from interface software.amazon.awscdk.services.iam.IGrantable
getGrantPrincipalMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getAliasName
Name of this alias. - 
getVersion
The underlying Lambda function version. 
 -