@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-03T12:09:19.000Z") @Stability(value=Stable) public class CfnApplication extends software.amazon.awscdk.core.CfnResource
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnApplication.ApplicationLocationProperty |
| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
static String |
REQUIRED_TRANSFORM
The `Transform` a template must use in order to use this resource.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnApplication(software.amazon.awscdk.core.Construct scope,
String id,
CfnApplicationProps props)
Create a new `AWS::Serverless::Application`.
|
protected |
CfnApplication(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getLocation()
`AWS::Serverless::Application.Location`.
|
List<String> |
getNotificationArns()
`AWS::Serverless::Application.NotificationArns`.
|
Object |
getParameters()
`AWS::Serverless::Application.Parameters`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::Serverless::Application.Tags`.
|
Number |
getTimeoutInMinutes()
`AWS::Serverless::Application.TimeoutInMinutes`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setLocation(CfnApplication.ApplicationLocationProperty value)
`AWS::Serverless::Application.Location`.
|
void |
setLocation(software.amazon.awscdk.core.IResolvable value)
`AWS::Serverless::Application.Location`.
|
void |
setLocation(String value)
`AWS::Serverless::Application.Location`.
|
void |
setNotificationArns(List<String> value)
`AWS::Serverless::Application.NotificationArns`.
|
void |
setParameters(software.amazon.awscdk.core.IResolvable value)
`AWS::Serverless::Application.Parameters`.
|
void |
setParameters(Map<String,String> value)
`AWS::Serverless::Application.Parameters`.
|
void |
setTimeoutInMinutes(Number value)
`AWS::Serverless::Application.TimeoutInMinutes`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
@Stability(value=Stable) public static final String REQUIRED_TRANSFORM
protected CfnApplication(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable)
public CfnApplication(software.amazon.awscdk.core.Construct scope,
String id,
CfnApplicationProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Stable) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=Stable) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=Stable) public software.amazon.awscdk.core.TagManager getTags()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) public Object getLocation()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) public void setLocation(String value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) public void setLocation(software.amazon.awscdk.core.IResolvable value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) public void setLocation(CfnApplication.ApplicationLocationProperty value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) @Nullable public List<String> getNotificationArns()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) public void setNotificationArns(@Nullable List<String> value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) @Nullable public Object getParameters()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) public void setParameters(@Nullable software.amazon.awscdk.core.IResolvable value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) public void setParameters(@Nullable Map<String,String> value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication@Stability(value=Stable) @Nullable public Number getTimeoutInMinutes()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplicationCopyright © 2019. All rights reserved.