An AWS AppConfig application.
import { Application } from 'aws-cdk-lib/aws-appconfig';Or use the module namespace:
import * as appconfig from 'aws-cdk-lib/aws-appconfig';
// appconfig.ApplicationConfiguration passed to the constructor as ApplicationProps.
applicationNameOptionalstringThe name of the application.
Default: - A name is generated.
descriptionOptionalstringThe description for the application.
Default: - No description.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appconfig