AWS::M2::ApplicationRepresents an application that runs on an AWS Mainframe Modernization Environment
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EngineType | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
Definition | Definition | Write-only |
Description | string | |
KmsKeyId | string | Create-only |
RoleArn | string | Create-only |
Tags | TagMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApplicationArn | string | - |
ApplicationId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::M2::Application
Resources:
MyResource:
Type: AWS::M2::Application
Properties:
EngineType: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
m2:CreateApplicationm2:GetApplicationm2:ListTagsForResourcem2:TagResources3:GetObjects3:ListBucketkms:DescribeKeykms:CreateGrantm2:GetApplicationm2:ListTagsForResourcem2:UpdateApplicationm2:GetApplicationm2:ListTagsForResourcem2:TagResourcem2:UntagResources3:GetObjects3:ListBucketelasticloadbalancing:DeleteListenerelasticloadbalancing:DeleteTargetGrouplogs:DeleteLogDeliverym2:GetApplicationm2:DeleteApplicationm2:ListApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EngineTypeNameKmsKeyIdRoleArn