AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalogAppRegistry::Application

CfnApplication

Represents a AWS Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnApplicationProps.

nameRequired
string

The name of the application. The name must be unique in the region in which you are creating the application.

descriptionOptional
string

The description of the application.

tagsOptional
{ [key: string]: string }

Key-value pairs you can use to associate with the application.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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-servicecatalogappregistry
CFN TypeAWS::ServiceCatalogAppRegistry::Application
Properties3

External Links