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

DomainConfigurationSummary

import type { DomainConfigurationSummary } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The summary of a domain configuration. A domain configuration specifies custom IoT-specific information about a domain. A domain configuration can be associated with an Amazon Web Services-managed domain (for example, dbc123defghijk.iot.us-west-2.amazonaws.com), a customer managed domain, or a default endpoint.

  • Data
  • Jobs
  • CredentialProvider
interface DomainConfigurationSummary {
domainConfigurationArn?: string | null;
domainConfigurationName?: string | null;
serviceType?: ServiceType | null;
}

§Properties

§
domainConfigurationArn?: string | null
[src]

The ARN of the domain configuration.

§
domainConfigurationName?: string | null
[src]

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

§
serviceType?: ServiceType | null
[src]

The type of service delivered by the endpoint.