class Aws::IoT::Types::UpdateAuthorizerRequest
@return [String]
The status of the update authorizer request.
@!attribute [rw] status
@return [Hash<String,String>]
The public keys used to verify the token signature.
@!attribute [rw] token_signing_public_keys
@return [String]
The key used to extract the token from the HTTP headers.
@!attribute [rw] token_key_name
@return [String]
The ARN of the authorizer’s Lambda function.
@!attribute [rw] authorizer_function_arn
@return [String]
The authorizer name.
@!attribute [rw] authorizer_name
}
status: “ACTIVE”, # accepts ACTIVE, INACTIVE
},
“KeyName” => “KeyValue”,
token_signing_public_keys: {
token_key_name: “TokenKeyName”,
authorizer_function_arn: “AuthorizerFunctionArn”,
authorizer_name: “AuthorizerName”, # required
{
data as a hash:
@note When making an API call, you may pass UpdateAuthorizerRequest