This product is not supported for your selected Datadog site. ().
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

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.