Struct aws_sdk_iot::client::fluent_builders::CreateDomainConfiguration [−][src]
pub struct CreateDomainConfiguration<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateDomainConfiguration
.
Creates a domain configuration.
Requires permission to access the CreateDomainConfiguration action.
Implementations
impl<C, M, R> CreateDomainConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateDomainConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateDomainConfigurationOutput, SdkError<CreateDomainConfigurationError>> where
R::Policy: SmithyRetryPolicy<CreateDomainConfigurationInputOperationOutputAlias, CreateDomainConfigurationOutput, CreateDomainConfigurationError, CreateDomainConfigurationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateDomainConfigurationOutput, SdkError<CreateDomainConfigurationError>> where
R::Policy: SmithyRetryPolicy<CreateDomainConfigurationInputOperationOutputAlias, CreateDomainConfigurationOutput, CreateDomainConfigurationError, CreateDomainConfigurationInputOperationRetryAlias>,
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 name of the domain configuration. This value must be unique to a region.
The name of the domain configuration. This value must be unique to a region.
The name of the domain.
The name of the domain.
Appends an item to serverCertificateArns
.
To override the contents of this collection use set_server_certificate_arns
.
The ARNs of the certificates that IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for Amazon Web Services-managed domains.
The ARNs of the certificates that IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for Amazon Web Services-managed domains.
The certificate used to validate the server certificate and prove domain name ownership. This certificate must be signed by a public certificate authority. This value is not required for Amazon Web Services-managed domains.
The certificate used to validate the server certificate and prove domain name ownership. This certificate must be signed by a public certificate authority. This value is not required for Amazon Web Services-managed domains.
An object that specifies the authorization service for a domain.
An object that specifies the authorization service for a domain.
The type of service delivered by the endpoint.
Amazon Web Services IoT Core currently supports only the DATA
service type.
The type of service delivered by the endpoint.
Amazon Web Services IoT Core currently supports only the DATA
service type.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata which can be used to manage the domain configuration.
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 domain configuration.
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..."
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateDomainConfiguration<C, M, R>
impl<C, M, R> Send for CreateDomainConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateDomainConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateDomainConfiguration<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateDomainConfiguration<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