public class FunctionResource
extends software.amazon.awscdk.Resource
| Modifier and Type | Class and Description |
|---|---|
static interface |
FunctionResource.CodeProperty |
static interface |
FunctionResource.DeadLetterConfigProperty |
static interface |
FunctionResource.EnvironmentProperty |
static interface |
FunctionResource.TracingConfigProperty |
static interface |
FunctionResource.VpcConfigProperty |
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
FunctionResource(software.amazon.awscdk.Construct parent,
String name,
FunctionResourceProps properties)
Creates a new ``AWS::Lambda::Function``.
|
protected |
FunctionResource(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
FunctionArn |
getFunctionArn() |
protected Map<String,Object> |
renderProperties() |
addDependency, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, toCloudFormationgetCreationStackTrace, getDependencyElements, getLogicalId, getStack, getStackPath, setStackaddChild, addError, addInfo, addMetadata, addMetadata, addWarning, ancestors, ancestors, findChild, getChildren, getContext, getId, getMetadata, getParent, getPath, getUniqueId, lock, requireContext, required, setContext, toString, toTreeString, toTreeString, tryFindChild, unlock, validate, validateTreejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetpublic static final String RESOURCE_TYPE_NAME
protected FunctionResource(software.amazon.jsii.JsiiObject.InitializationMode mode)
public FunctionResource(software.amazon.awscdk.Construct parent,
String name,
FunctionResourceProps properties)
parent - the ``cdk.Construct`` this ``FunctionResource`` is a part ofname - the name of the resource in the ``cdk.Construct`` treeproperties - the properties of this ``FunctionResource``protected Map<String,Object> renderProperties()
renderProperties in class software.amazon.awscdk.Resourcepublic FunctionArn getFunctionArn()
Copyright © 2018. All rights reserved.