AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnApplication

https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessapplication.

Import

import { CfnApplication } from 'aws-cdk-lib/aws-sam';

Or use the module namespace:

import * as sam from 'aws-cdk-lib/aws-sam';
// sam.CfnApplication

Properties

Configuration passed to the constructor as CfnApplicationProps.

locationRequired
string | IResolvable | ApplicationLocationProperty
notificationArnsOptional
string[]
parametersOptional
{ [key: string]: string } | IResolvable
tagsOptional
{ [key: string]: string }
timeoutInMinutesOptional
number

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-sam
Properties5

External Links