An AWS AppConfig environment. [disable-awslint:no-grants]
import { Environment } from 'aws-cdk-lib/aws-appconfig';Or use the module namespace:
import * as appconfig from 'aws-cdk-lib/aws-appconfig';
// appconfig.EnvironmentConfiguration passed to the constructor as EnvironmentProps.
applicationRequiredIApplicationThe application to be associated with the environment.
EnvironmentOptionsdeletionProtectionCheckOptionalinherited from EnvironmentOptionsDeletionProtectionCheckA property to prevent accidental deletion of active environments.
Default: undefined - AppConfig default is ACCOUNT_DEFAULT
descriptionOptionalinherited from EnvironmentOptionsstringThe description of the environment.
Default: - No description.
environmentNameOptionalinherited from EnvironmentOptionsstringThe name of the environment.
Default: - A name is generated.
monitorsOptionalinherited from EnvironmentOptionsMonitor[]The monitors for the environment.
Default: - No monitors.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appconfig