services
Retrieves a list of services
in a region
Overview
Name | services |
Type | Resource |
Description | services |
Id | awscc.apprunner.services |
Fields
Name | Datatype | Description |
---|---|---|
service_arn | string | The Amazon Resource Name (ARN) of the AppRunner Service. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
service_arn
FROM awscc.apprunner.services
WHERE region = 'us-east-1'
Permissions
To operate on the services
resource, the following permissions are required:
Create
apprunner:CreateService,
apprunner:TagResource,
iam:PassRole,
iam:CreateServiceLinkedRole,
logs:CreateLogGroup,
logs:PutRetentionPolicy,
logs:CreateLogStream,
logs:PutLogEvents,
logs:DescribeLogStreams,
events:PutRule,
events:PutTargets
List
apprunner:ListServices,
iam:PassRole