amplifyuibuilder:GetCodegenJob

Read

amplifyuibuilder:GetCodegenJob is a Read access-level action in the amplifyuibuilder service. Grants permission to get an existing codegen job

Resource types

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

arn:${Partition}:amplifyuibuilder:${Region}:${Account}:app/${AppId}/environment/${EnvironmentName}/codegen-jobs/${Id}
CodegenJobResource

Condition keys

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

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Dependent actions

To use amplifyuibuilder:GetCodegenJob you may also need to grant:

Example IAM policy

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

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

Related actions in amplifyuibuilder

View all amplifyuibuilder actions →