AWS::ServiceCatalogAppRegistry::ApplicationRepresents a AWS Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions.
import { CfnApplication } from 'aws-cdk-lib/aws-servicecatalogappregistry';Or use the module namespace:
import * as servicecatalogappregistry from 'aws-cdk-lib/aws-servicecatalogappregistry';
// servicecatalogappregistry.CfnApplicationConfiguration passed to the constructor as CfnApplicationProps.
nameRequiredstringThe name of the application. The name must be unique in the region in which you are creating the application.
descriptionOptionalstringThe description of the application.
tagsOptional{ [key: string]: string }Key-value pairs you can use to associate with the application.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogappregistryAWS::ServiceCatalogAppRegistry::Application