Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateDomainConfigurationRequest

import type { CreateDomainConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CreateDomainConfigurationRequest {
authorizerConfig?: AuthorizerConfig | null;
domainConfigurationName: string;
domainName?: string | null;
serverCertificateArns?: string[] | null;
serviceType?: ServiceType | null;
tags?: Tag[] | null;
validationCertificateArn?: string | null;
}

§Properties

§
authorizerConfig?: AuthorizerConfig | null
[src]

An object that specifies the authorization service for a domain.

§
domainConfigurationName: string
[src]

The name of the domain configuration. This value must be unique to a region.

§
domainName?: string | null
[src]

The name of the domain.

§
serverCertificateArns?: string[] | null
[src]

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.

§
serviceType?: ServiceType | null
[src]

The type of service delivered by the endpoint.

Note: Amazon Web Services IoT Core currently supports only the DATA service type.

§
tags?: Tag[] | null
[src]

Metadata which can be used to manage the domain configuration.

Note: 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..."

§
validationCertificateArn?: string | null
[src]

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.