This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_iot_authorizer

account_id

Type: STRING

authorizer_arn

Type: STRING
Provider name: authorizerArn
Description: The authorizer ARN.

authorizer_function_arn

Type: STRING
Provider name: authorizerFunctionArn
Description: The authorizer’s Lambda function ARN.

authorizer_name

Type: STRING
Provider name: authorizerName
Description: The authorizer name.

creation_date

Type: TIMESTAMP
Provider name: creationDate
Description: The UNIX timestamp of when the authorizer was created.

enable_caching_for_http

Type: BOOLEAN
Provider name: enableCachingForHttp
Description: When true, the result from the authorizer’s Lambda function is cached for the time specified in refreshAfterInSeconds. The cached result is used while the device reuses the same HTTP connection.

last_modified_date

Type: TIMESTAMP
Provider name: lastModifiedDate
Description: The UNIX timestamp of when the authorizer was last updated.

signing_disabled

Type: BOOLEAN
Provider name: signingDisabled
Description: Specifies whether IoT validates the token signature in an authorization request.

status

Type: STRING
Provider name: status
Description: The status of the authorizer.

tags

Type: UNORDERED_LIST_STRING

token_key_name

Type: STRING
Provider name: tokenKeyName
Description: The key used to extract the token from the HTTP headers.

token_signing_public_keys

Type: MAP_STRING_STRING
Provider name: tokenSigningPublicKeys
Description: The public keys used to validate the token signature returned by your custom authentication service.