Cloud.Service.AWS.API.Gateway.Resource

Cloud.Service.AWS.API.Gateway.Resource
Cloud.Service.AWS.API.Gateway.Resource
JSON Example
{
    "account": "string",
    "count": 0,
    "parent_id": "string",
    "path": "string",
    "path_part": "string",
    "region": "string",
    "rest_api_id": "string"
}
string
account
Required

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

integer
count
Optional

The number of resource instances to be created.

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
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.