Aws Api Gateway V2 Create Context
JSON-LD context defining the semantic vocabulary for Aws Api Gateway V2 Create from Amazon API Gateway.
6 Classes
16 Properties
4 Namespaces
Namespaces
aws:
https://aws.amazon.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
CreateRouteRequest
CreateApiRequest
CreateDeploymentRequest
CreateAuthorizerRequest
CreateStageRequest
CreateIntegrationRequest
Properties
| Property |
Type |
Container |
| RouteKey |
string |
|
| Target |
string |
|
| AuthorizationType |
string |
|
| StageName |
string |
|
| DeploymentId |
string |
|
| AutoDeploy |
boolean |
|
| Name |
string |
|
| AuthorizerType |
string |
|
| IdentitySource |
string |
set |
| AuthorizerUri |
string |
|
| IntegrationType |
string |
|
| IntegrationUri |
string |
|
| PayloadFormatVersion |
string |
|
| Description |
string |
|
| ProtocolType |
string |
|
| RouteSelectionExpression |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aws": "https://aws.amazon.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"CreateRouteRequest": "aws:CreateRouteRequest",
"CreateApiRequest": "aws:CreateApiRequest",
"CreateDeploymentRequest": "aws:CreateDeploymentRequest",
"CreateAuthorizerRequest": "aws:CreateAuthorizerRequest",
"CreateStageRequest": "aws:CreateStageRequest",
"CreateIntegrationRequest": "aws:CreateIntegrationRequest",
"RouteKey": {
"@id": "aws:RouteKey",
"@type": "xsd:string"
},
"Target": {
"@id": "aws:Target",
"@type": "xsd:string"
},
"AuthorizationType": {
"@id": "aws:AuthorizationType",
"@type": "xsd:string"
},
"StageName": {
"@id": "aws:StageName",
"@type": "xsd:string"
},
"DeploymentId": {
"@id": "aws:DeploymentId",
"@type": "xsd:string"
},
"AutoDeploy": {
"@id": "aws:AutoDeploy",
"@type": "xsd:boolean"
},
"Name": {
"@id": "aws:Name",
"@type": "xsd:string"
},
"AuthorizerType": {
"@id": "aws:AuthorizerType",
"@type": "xsd:string"
},
"IdentitySource": {
"@id": "aws:IdentitySource",
"@container": "@set",
"@type": "xsd:string"
},
"AuthorizerUri": {
"@id": "aws:AuthorizerUri",
"@type": "xsd:string"
},
"IntegrationType": {
"@id": "aws:IntegrationType",
"@type": "xsd:string"
},
"IntegrationUri": {
"@id": "aws:IntegrationUri",
"@type": "xsd:string"
},
"PayloadFormatVersion": {
"@id": "aws:PayloadFormatVersion",
"@type": "xsd:string"
},
"Description": {
"@id": "aws:Description",
"@type": "xsd:string"
},
"ProtocolType": {
"@id": "aws:ProtocolType",
"@type": "xsd:string"
},
"RouteSelectionExpression": {
"@id": "aws:RouteSelectionExpression",
"@type": "xsd:string"
}
}
}