Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Describe an existing Authorizer resource.<div class="seeAlso">
AWS CLI</div>
1 | apigateway_get_authorizer(restApiId, authorizerId)
|
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
authorizerId |
[required] [Required] The identifier of the Authorizer resource. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | list(
id = "string",
name = "string",
type = "TOKEN"|"REQUEST"|"COGNITO_USER_POOLS",
providerARNs = list(
"string"
),
authType = "string",
authorizerUri = "string",
authorizerCredentials = "string",
identitySource = "string",
identityValidationExpression = "string",
authorizerResultTtlInSeconds = 123
)
|
1 2 3 4 | svc$get_authorizer(
restApiId = "string",
authorizerId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.