v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Creates a domain configuration.

Requires permission to access the CreateDomainConfiguration action.

post/domainConfigurations/{domainConfigurationName}

Path parameters

domainConfigurationNamestring required

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

Request body

domainNamestring

The name of the domain.

serverCertificateArnsAcmCertificateArn[]

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.

validationCertificateArnstring

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.

serviceType'DATA' | 'CREDENTIAL_PROVIDER' | 'JOBS'
<p>The type of service delivered by the endpoint.</p> <note> <p>Amazon Web Services IoT Core currently supports only the <code>DATA</code> service type.</p> </note>

Response

Success

domainConfigurationNamestring

The name of the domain configuration.

domainConfigurationArnstring

The ARN of the domain configuration.