Authorizer

class Authorizer : KotlinCustomResource

Creates an authorizer.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the authorizer.

Link copied to clipboard

The authorizer's Lambda function ARN.

Link copied to clipboard
val authorizerName: Output<String>?

The authorizer name.

Link copied to clipboard

When true , the result from the authorizer's Lambda function is cached for clients that use persistent HTTP connections. The results are cached for the time specified by the Lambda function in refreshAfterInSeconds . This value doesn't affect authorization of clients that use MQTT connections.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val signingDisabled: Output<Boolean>?

Specifies whether AWS IoT validates the token signature in an authorization request.

Link copied to clipboard
val status: Output<AuthorizerStatus>?

The status of the authorizer. Valid values: ACTIVE | INACTIVE

Link copied to clipboard
val tags: Output<List<Tag>>?

Metadata which can be used to manage the custom authorizer.

Link copied to clipboard
val tokenKeyName: Output<String>?

The key used to extract the token from the HTTP headers.

Link copied to clipboard

The public keys used to validate the token signature returned by your custom authentication service.

Link copied to clipboard
val urn: Output<String>