AWS::EMRServerless::ApplicationResource schema for AWS::EMRServerless::Application Type
17 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ReleaseLabel | string | Required |
Type | string | RequiredCreate-only |
Architecture | string | |
AutoStartConfiguration | AutoStartConfiguration | |
AutoStopConfiguration | AutoStopConfiguration | |
IdentityCenterConfiguration | IdentityCenterConfiguration | |
ImageConfiguration | ImageConfigurationInput | |
InitialCapacity | array | |
InteractiveConfiguration | InteractiveConfiguration | |
MaximumCapacity | MaximumAllowedResources | |
MonitoringConfiguration | MonitoringConfiguration | |
Name | string | Create-only |
NetworkConfiguration | NetworkConfiguration | |
RuntimeConfiguration | array | |
SchedulerConfiguration | SchedulerConfiguration | |
Tags | Array<Tag> | |
WorkerTypeSpecifications | WorkerTypeSpecificationInputMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApplicationId | string | The ID of the EMR Serverless Application. |
Arn | string | The Amazon Resource Name (ARN) of the EMR Serverless Application. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMRServerless::Application
Resources:
MyResource:
Type: AWS::EMRServerless::Application
Properties:
ReleaseLabel: "value"
Type: "value"
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kms:CreateKeykms:CreateAliaskms:DescribeKeykms:EnableKeykms:ListGrantskms:ListAliaseskms:ListKeyPolicieskms:ListKeysemr-serverless:GetApplicationemr-serverless:UpdateApplicationemr-serverless:TagResourceemr-serverless:UntagResourceemr-serverless:GetApplicationec2:CreateNetworkInterfaceecr:BatchGetImageecr:DescribeImagesecr:GetDownloadUrlForLayeremr-serverless:DeleteApplicationemr-serverless:GetApplicationsso:DeleteApplicationemr-serverless:ListApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameType