amplifyuibuilder:ListTagsForResource

List

amplifyuibuilder:ListTagsForResource is a List access-level action in the amplifyuibuilder service. Grants permission to list tags for a specified Amazon Resource Name (ARN)

Resource types

ARNs that amplifyuibuilder:ListTagsForResource can be scoped to in an IAM policy.

arn:${Partition}:amplifyuibuilder:${Region}:${Account}:app/${AppId}/environment/${EnvironmentName}/codegen-jobs/${Id}
CodegenJobResource
arn:${Partition}:amplifyuibuilder:${Region}:${Account}:app/${AppId}/environment/${EnvironmentName}/components/${Id}
ComponentResource
arn:${Partition}:amplifyuibuilder:${Region}:${Account}:app/${AppId}/environment/${EnvironmentName}/forms/${Id}
FormResource
arn:${Partition}:amplifyuibuilder:${Region}:${Account}:app/${AppId}/environment/${EnvironmentName}/themes/${Id}
ThemeResource

Condition keys

Keys you can use in the Condition block of a policy that grants amplifyuibuilder:ListTagsForResource.

amplifyuibuilder:CodegenJobResourceAppId String

Filters access by the app ID

amplifyuibuilder:CodegenJobResourceEnvironmentName String

Filters access by the backend environment name

amplifyuibuilder:CodegenJobResourceId String

Filters access by the codegen job ID

amplifyuibuilder:ComponentResourceAppId String

Filters access by the app ID

amplifyuibuilder:ComponentResourceEnvironmentName String

Filters access by the backend environment name

amplifyuibuilder:ComponentResourceId String

Filters access by the component ID

amplifyuibuilder:FormResourceAppId String

Filters access by the app ID

amplifyuibuilder:FormResourceEnvironmentName String

Filters access by the backend environment name

amplifyuibuilder:FormResourceId String

Filters access by the form ID

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

amplifyuibuilder:ThemeResourceAppId String

Filters access by the app ID

amplifyuibuilder:ThemeResourceEnvironmentName String

Filters access by the backend environment name

amplifyuibuilder:ThemeResourceId String

Filters access by the theme ID

Example IAM policy

A minimal policy that allows amplifyuibuilder:ListTagsForResource. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAmplifyuibuilderListTagsForResource",
      "Effect": "Allow",
      "Action": "amplifyuibuilder:ListTagsForResource",
      "Resource": "*"
    }
  ]
}

Related actions in amplifyuibuilder

View all amplifyuibuilder actions →