Get Integrations
apigatewayv2_get_integrations | R Documentation |
Gets the Integrations for an API¶
Description¶
Gets the Integrations for an API.
Usage¶
Arguments¶
ApiId
[required] The API identifier.
MaxResults
The maximum number of elements to be returned for this resource.
NextToken
The next page of elements from this collection. Not valid for the last element of the collection.
Value¶
A list with the following syntax:
list(
Items = list(
list(
ApiGatewayManaged = TRUE|FALSE,
ConnectionId = "string",
ConnectionType = "INTERNET"|"VPC_LINK",
ContentHandlingStrategy = "CONVERT_TO_BINARY"|"CONVERT_TO_TEXT",
CredentialsArn = "string",
Description = "string",
IntegrationId = "string",
IntegrationMethod = "string",
IntegrationResponseSelectionExpression = "string",
IntegrationSubtype = "string",
IntegrationType = "AWS"|"HTTP"|"MOCK"|"HTTP_PROXY"|"AWS_PROXY",
IntegrationUri = "string",
PassthroughBehavior = "WHEN_NO_MATCH"|"NEVER"|"WHEN_NO_TEMPLATES",
PayloadFormatVersion = "string",
RequestParameters = list(
"string"
),
RequestTemplates = list(
"string"
),
ResponseParameters = list(
list(
"string"
)
),
TemplateSelectionExpression = "string",
TimeoutInMillis = 123,
TlsConfig = list(
ServerNameToVerify = "string"
)
)
),
NextToken = "string"
)