AWS::AppIntegrations::ApplicationCreates and persists an Application resource.
import { CfnApplication } from 'aws-cdk-lib/aws-appintegrations';Or use the module namespace:
import * as appintegrations from 'aws-cdk-lib/aws-appintegrations';
// appintegrations.CfnApplicationConfiguration passed to the constructor as CfnApplicationProps.
applicationSourceConfigRequiredIResolvable | ApplicationSourceConfigPropertyThe configuration for where the application should be loaded from.
descriptionRequiredstringThe description of the application.
nameRequiredstringThe name of the application.
namespaceRequiredstringThe namespace of the application.
applicationConfigOptionalIResolvable | ApplicationConfigPropertyiframeConfigOptionalIResolvable | IframeConfigPropertyinitializationTimeoutOptionalnumberThe initialization timeout in milliseconds. Required when IsService is true.
isServiceOptionalboolean | IResolvableIndicates whether the application is a service.
Default: - false
permissionsOptionalstring[]The configuration of events or requests that the application has access to.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
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-appintegrationsAWS::AppIntegrations::Application