AWS::M2::ApplicationSpecifies a new application with given parameters. Requires an existing runtime environment and application definition file. For information about application definitions, see the [AWS Mainframe Modernization User Guide](https://docs.aws.amazon.com/m2/latest/userguide/applications-m2-definition.html) .
import { CfnApplication } from 'aws-cdk-lib/aws-m2';Or use the module namespace:
import * as m2 from 'aws-cdk-lib/aws-m2';
// m2.CfnApplicationConfiguration passed to the constructor as CfnApplicationProps.
engineTypeRequiredstringThe type of the target platform for this application.
nameRequiredstringThe name of the application.
definitionOptionalIResolvable | DefinitionPropertyThe application definition for a particular application. You can specify either inline JSON or an Amazon S3 bucket location. For information about application definitions, see the [AWS Mainframe Modernization User Guide](https://docs.aws.amazon.com/m2/latest/userguide/applications-m2-definition.html) .
descriptionOptionalstringThe description of the application.
kmsKeyIdOptionalstringThe identifier of a customer managed key.
roleArnOptionalstringThe Amazon Resource Name (ARN) of the role associated with the application.
tagsOptional{ [key: string]: string }An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
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-m2AWS::M2::Application