Cloud.Service.AWS.API.Gateway.Resource

Cloud.Service.AWS.API.Gateway.Resource
Cloud.Service.AWS.API.Gateway.Resource
JSON Example
{
    "parent_id": "string",
    "path": "string",
    "path_part": "string",
    "provider": "string",
    "provider_region": "string",
    "rest_api_id": "string"
}
string
parent_id
Required

(Required) Unique identifier assigned by AWS to the parent API resource.

string
path
Optional

The complete path for this API resource, including all parent paths.

string
path_part
Required

(Required) The last path segment for this API resource.

string
provider
Required

(Required) The name of the AWS cloud account to use for this resource

string
provider_region
Required

(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.

string
rest_api_id
Required

(Required) Unique identifier of the associated Cloud Assembly REST API.