Struct aws_sdk_iot::client::fluent_builders::CreateAuthorizer [−][src]
pub struct CreateAuthorizer<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateAuthorizer
.
Creates an authorizer.
Requires permission to access the CreateAuthorizer action.
Implementations
impl<C, M, R> CreateAuthorizer<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateAuthorizer<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateAuthorizerOutput, SdkError<CreateAuthorizerError>> where
R::Policy: SmithyRetryPolicy<CreateAuthorizerInputOperationOutputAlias, CreateAuthorizerOutput, CreateAuthorizerError, CreateAuthorizerInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateAuthorizerOutput, SdkError<CreateAuthorizerError>> where
R::Policy: SmithyRetryPolicy<CreateAuthorizerInputOperationOutputAlias, CreateAuthorizerOutput, CreateAuthorizerError, CreateAuthorizerInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The authorizer name.
The authorizer name.
The ARN of the authorizer's Lambda function.
The ARN of the authorizer's Lambda function.
The name of the token key used to extract the token from the HTTP headers.
The name of the token key used to extract the token from the HTTP headers.
Adds a key-value pair to tokenSigningPublicKeys
.
To override the contents of this collection use set_token_signing_public_keys
.
The public keys used to verify the digital signature returned by your custom authentication service.
The public keys used to verify the digital signature returned by your custom authentication service.
The status of the create authorizer request.
The status of the create authorizer request.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata which can be used to manage the custom authorizer.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
Metadata which can be used to manage the custom authorizer.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
Specifies whether IoT validates the token signature in an authorization request.
Specifies whether IoT validates the token signature in an authorization request.
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 does not affect authorization of clients that use MQTT connections.
The default value is false
.
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 does not affect authorization of clients that use MQTT connections.
The default value is false
.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateAuthorizer<C, M, R>
impl<C, M, R> Send for CreateAuthorizer<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateAuthorizer<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateAuthorizer<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateAuthorizer<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more