@Generated(value="jsii-pacmak/0.11.2 (build 27d16c2)", date="2019-06-10T11:02:46.458Z") @Stability(value=Experimental) public class CfnFunction extends software.amazon.awscdk.CfnResource
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnFunction.AlexaSkillEventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.ApiEventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.CloudWatchEventEventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.DeadLetterQueueProperty
EXPERIMENTAL
|
static interface |
CfnFunction.DeploymentPreferenceProperty
EXPERIMENTAL
|
static interface |
CfnFunction.DynamoDBEventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.EventSourceProperty
EXPERIMENTAL
|
static interface |
CfnFunction.FunctionEnvironmentProperty
EXPERIMENTAL
|
static interface |
CfnFunction.IAMPolicyDocumentProperty
EXPERIMENTAL
|
static interface |
CfnFunction.IoTRuleEventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.KinesisEventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.S3EventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.S3LocationProperty
EXPERIMENTAL
|
static interface |
CfnFunction.S3NotificationFilterProperty
EXPERIMENTAL
|
static interface |
CfnFunction.ScheduleEventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.SNSEventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.SQSEventProperty
EXPERIMENTAL
|
static interface |
CfnFunction.VpcConfigProperty
EXPERIMENTAL
|
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUIRED_TRANSFORM
The `Transform` a template must use in order to use this resource.
|
static String |
RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFunction(software.amazon.awscdk.Construct scope,
String id,
CfnFunctionProps props)
Create a new `AWS::Serverless::Function`.
|
protected |
CfnFunction(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName()
EXPERIMENTAL
|
CfnFunctionProps |
getPropertyOverrides()
EXPERIMENTAL
|
software.amazon.awscdk.TagManager |
getTags()
The `TagManager` handles setting, removing and formatting tags.
|
protected Map<String,Object> |
renderProperties(Object properties)
EXPERIMENTAL
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, getUntypedPropertyOverrides, isCfnResource, toString, validatePropertiesgetCreationStackTrace, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) public static final String REQUIRED_TRANSFORM
@Stability(value=Experimental) public static final String RESOURCE_TYPE_NAME
protected CfnFunction(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public CfnFunction(software.amazon.awscdk.Construct scope,
String id,
CfnFunctionProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Experimental) protected Map<String,Object> renderProperties(@Nullable Object properties)
renderProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) public String getFunctionName()
@Stability(value=Experimental) public CfnFunctionProps getPropertyOverrides()
@Stability(value=Experimental) public software.amazon.awscdk.TagManager getTags()
Copyright © 2019. All rights reserved.