AWS::AppRunner::ServiceThe AWS::AppRunner::Service resource specifies an AppRunner Service.
9 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SourceConfiguration | SourceConfiguration | Required |
AutoScalingConfigurationArn | string | Write-only |
EncryptionConfiguration | EncryptionConfiguration | Create-only |
HealthCheckConfiguration | HealthCheckConfiguration | |
InstanceConfiguration | InstanceConfiguration | |
NetworkConfiguration | NetworkConfiguration | |
ObservabilityConfiguration | ServiceObservabilityConfiguration | |
ServiceName | string | Create-only |
Tags | Array<Tag> | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ServiceArn | string | The Amazon Resource Name (ARN) of the AppRunner Service. |
ServiceId | string | The AppRunner Service Id |
ServiceUrl | string | The Service Url of the AppRunner Service. |
Status | string | AppRunner Service status. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppRunner::Service
Resources:
MyResource:
Type: AWS::AppRunner::Service
Properties:
SourceConfiguration: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
apprunner:CreateServiceapprunner:TagResourceiam:PassRoleiam:CreateServiceLinkedRolelogs:CreateLogGrouplogs:PutRetentionPolicylogs:CreateLogStreamlogs:PutLogEventsapprunner:DescribeServiceapprunner:UpdateServiceiam:PassRoleapprunner:DeleteServiceapprunner:ListServicesiam:PassRoleOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterServiceArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ServiceNameEncryptionConfigurationTags