- Navigation Guide
@aws-sdk/client-iot
CreateDomainConfigurationCommandInput Interface
Members
Name | Type | Details |
---|---|---|
domainConfigurationName Required | string | undefined | The name of the domain configuration. This value must be unique to a region. |
applicationProtocol | ApplicationProtocol | undefined | An enumerated string that specifies the application-layer protocol.
|
authenticationType | AuthenticationType | undefined | An enumerated string that specifies the authentication type.
|
authorizerConfig | AuthorizerConfig | undefined | An object that specifies the authorization service for a domain. |
clientCertificateConfig | ClientCertificateConfig | undefined | An object that specifies the client certificate configuration for a domain. |
domainName | string | undefined | The name of the domain. |
serverCertificateArns | string[] | undefined | 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. |
serverCertificateConfig | ServerCertificateConfig | undefined | The server certificate configuration. |
serviceType | ServiceType | undefined | The type of service delivered by the endpoint. Amazon Web Services IoT Core currently supports only the |
tags | Tag[] | undefined | 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..." |
tlsConfig | TlsConfig | undefined | An object that specifies the TLS configuration for a domain. |
validationCertificateArn | string | undefined | 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. |
Full Signature
export interface CreateDomainConfigurationCommandInput extends CreateDomainConfigurationRequest