AWS Fundamentals Logo
AWS Fundamentals
AWS::M2::Application

M2 Application

Represents an application that runs on an AWS Mainframe Modernization Environment

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
EngineType
string
RequiredCreate-only
Name
string
RequiredCreate-only
Definition
Definition
Write-only
Description
string
KmsKeyId
string
Create-only
RoleArn
string
Create-only
Tags
TagMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ApplicationArnstring-
ApplicationIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

m2:CreateApplicationm2:GetApplicationm2:ListTagsForResourcem2:TagResources3:GetObjects3:ListBucketkms:DescribeKeykms:CreateGrant

read

m2:GetApplicationm2:ListTagsForResource

update

m2:UpdateApplicationm2:GetApplicationm2:ListTagsForResourcem2:TagResourcem2:UntagResources3:GetObjects3:ListBucket

delete

elasticloadbalancing:DeleteListenerelasticloadbalancing:DeleteTargetGrouplogs:DeleteLogDeliverym2:GetApplicationm2:DeleteApplication

list

m2:ListApplications

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceM2
Properties9
Required2
TaggingSupported
Primary IDApplicationArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EngineTypeNameKmsKeyIdRoleArn

Related Resources

External Links