apigateway:CreateProductRestEndpointPage

Write

apigateway:CreateProductRestEndpointPage is a Write access-level action in the apigateway service. Grants permission to create a Product REST Endpoint Page

Resource types

ARNs that apigateway:CreateProductRestEndpointPage can be scoped to in an IAM policy.

arn:${Partition}:apigateway:${Region}:${Account}:/portalproducts/${PortalProductId}/productrestendpointpages/${ProductRestEndpointPageId}
ProductRestEndpointPage

Condition keys

Keys you can use in the Condition block of a policy that grants apigateway:CreateProductRestEndpointPage.

apigateway:Resource/Method String

Filters access by a ProductRestEndpointPage's HTTP Method associated with the resource

apigateway:Resource/ProductRestEndpointPageEndpointPrefix String

Filters access by a ProductRestEndpointPage's EndpointPrefix associated with the resource

apigateway:Resource/RestApiId String

Filters access by a ProductRestEndpointPage's Amazon API Gateway API ID associated with the resource

apigateway:Resource/Stage String

Filters access by a ProductRestEndpointPage's Amazon API Gateway Stage Name associated with the resource

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowApigatewayCreateProductRestEndpointPage",
      "Effect": "Allow",
      "Action": "apigateway:CreateProductRestEndpointPage",
      "Resource": "*"
    }
  ]
}

Related actions in apigateway

View all apigateway actions →