Amazon IoT Core · Example Payload

Iot Core Describe Domain Configuration Response Example

Device ManagementIoTMQTTMessage Routing

Iot Core Describe Domain Configuration Response Example is an example object payload from Amazon IoT Core, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

domainConfigurationNamedomainConfigurationArndomainNameserverCertificatesauthorizerConfigdomainConfigurationStatusserviceTypedomainTypelastStatusChangeDate

Example Payload

Raw ↑
{
  "domainConfigurationName": "example-resource",
  "domainConfigurationArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "domainName": "example-resource",
  "serverCertificates": "example-value",
  "authorizerConfig": "example-value",
  "domainConfigurationStatus": "ACTIVE",
  "serviceType": "example-value",
  "domainType": "example-value",
  "lastStatusChangeDate": "ACTIVE"
}