@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.293Z") @Stability(value=Experimental) public class Function extends Resource implements IFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
Function.Builder
(experimental) A fluent builder for
Function. |
software.amazon.jsii.JsiiObject.InitializationModeIFunction.Jsii$Default, IFunction.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Function(software.constructs.Construct scope,
String id,
FunctionProps props) |
protected |
Function(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Function(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IFunction |
fromFunctionAttributes(software.constructs.Construct scope,
String id,
FunctionAttributes attrs)
(experimental) Imports a function by its name and ARN.
|
String |
getFunctionArn()
(experimental) the ARN of the CloudFront function.
|
String |
getFunctionName()
(experimental) the name of the CloudFront function.
|
String |
getFunctionStage()
(experimental) the deployment stage of the CloudFront function.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Function(software.amazon.jsii.JsiiObjectRef objRef)
protected Function(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Function(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
FunctionProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IFunction fromFunctionAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull FunctionAttributes attrs)
scope - This parameter is required.id - This parameter is required.attrs - This parameter is required.@Stability(value=Experimental) @NotNull public String getFunctionArn()
getFunctionArn in interface IFunction@Stability(value=Experimental) @NotNull public String getFunctionName()
getFunctionName in interface IFunction@Stability(value=Experimental) @NotNull public String getFunctionStage()
Copyright © 2021. All rights reserved.