describe_domain_configuration
(**kwargs)¶Gets summary information about a domain configuration.
Requires permission to access the DescribeDomainConfiguration action.
See also: AWS API Documentation
Request Syntax
response = client.describe_domain_configuration(
domainConfigurationName='string'
)
[REQUIRED]
The name of the domain configuration.
{
'domainConfigurationName': 'string',
'domainConfigurationArn': 'string',
'domainName': 'string',
'serverCertificates': [
{
'serverCertificateArn': 'string',
'serverCertificateStatus': 'INVALID'|'VALID',
'serverCertificateStatusDetail': 'string'
},
],
'authorizerConfig': {
'defaultAuthorizerName': 'string',
'allowAuthorizerOverride': True|False
},
'domainConfigurationStatus': 'ENABLED'|'DISABLED',
'serviceType': 'DATA'|'CREDENTIAL_PROVIDER'|'JOBS',
'domainType': 'ENDPOINT'|'AWS_MANAGED'|'CUSTOMER_MANAGED',
'lastStatusChangeDate': datetime(2015, 1, 1)
}
Response Structure
The name of the domain configuration.
The ARN of the domain configuration.
The name of the domain.
A list containing summary information about the server certificate included in the domain configuration.
An object that contains information about a server certificate.
The ARN of the server certificate.
The status of the server certificate.
Details that explain the status of the server certificate.
An object that specifies the authorization service for a domain.
The name of the authorization service for a domain configuration.
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
A Boolean value that specifies the current state of the domain configuration.
The type of service delivered by the endpoint.
The type of the domain.
The date and time the domain configuration's status was last changed.
Exceptions
IoT.Client.exceptions.ResourceNotFoundException
IoT.Client.exceptions.ThrottlingException
IoT.Client.exceptions.InvalidRequestException
IoT.Client.exceptions.UnauthorizedException
IoT.Client.exceptions.ServiceUnavailableException
IoT.Client.exceptions.InternalFailureException