@Generated(value="jsii-pacmak/0.10.3 (build 6bbf743)", date="2019-04-24T21:03:06.603Z") 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 |
static interface |
CfnFunction.ApiEventProperty |
static interface |
CfnFunction.CloudWatchEventEventProperty |
static interface |
CfnFunction.DeadLetterQueueProperty |
static interface |
CfnFunction.DeploymentPreferenceProperty |
static interface |
CfnFunction.DynamoDBEventProperty |
static interface |
CfnFunction.EventSourceProperty |
static interface |
CfnFunction.FunctionEnvironmentProperty |
static interface |
CfnFunction.IAMPolicyDocumentProperty |
static interface |
CfnFunction.IoTRuleEventProperty |
static interface |
CfnFunction.KinesisEventProperty |
static interface |
CfnFunction.S3EventProperty |
static interface |
CfnFunction.S3LocationProperty |
static interface |
CfnFunction.S3NotificationFilterProperty |
static interface |
CfnFunction.ScheduleEventProperty |
static interface |
CfnFunction.SNSEventProperty |
static interface |
CfnFunction.SQSEventProperty |
static interface |
CfnFunction.VpcConfigProperty |
| 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() |
CfnFunctionProps |
getPropertyOverrides() |
software.amazon.awscdk.TagManager |
getTags()
The `TagManager` handles setting, removing and formatting tags.
|
protected Map<String,Object> |
renderProperties(Object properties) |
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, getUntypedPropertyOverrides, isCfnResource, isTaggablegetCreationStackTrace, getLogicalId, getStackPath, isCfnElement, overrideLogicalId, preparegetDependencyRoots, getNode, isConstruct, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetpublic static final String REQUIRED_TRANSFORM
public static final String RESOURCE_TYPE_NAME
protected CfnFunction(software.amazon.jsii.JsiiObject.InitializationMode mode)
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.protected Map<String,Object> renderProperties(@Nullable Object properties)
renderProperties in class software.amazon.awscdk.CfnResourcepublic String getFunctionName()
public CfnFunctionProps getPropertyOverrides()
public software.amazon.awscdk.TagManager getTags()
Copyright © 2019. All rights reserved.