AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

Application

An AWS AppConfig application.

Import

import { Application } from 'aws-cdk-lib/aws-appconfig';

Or use the module namespace:

import * as appconfig from 'aws-cdk-lib/aws-appconfig';
// appconfig.Application

Properties

Configuration passed to the constructor as ApplicationProps.

applicationNameOptional
string

The name of the application.

Default: - A name is generated.

descriptionOptional
string

The description for the application.

Default: - No description.

Learn AWS the Practical Way

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

Subscribe to Newsletter