AWSIoTDescribeDomainConfigurationResponse
Objective-C
@interface AWSIoTDescribeDomainConfigurationResponse
Swift
class AWSIoTDescribeDomainConfigurationResponse
-
An object that specifies the authorization service for a domain.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTAuthorizerConfig *_Nullable authorizerConfig;
Swift
var authorizerConfig: AWSIoTAuthorizerConfig? { get set }
-
The ARN of the domain configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domainConfigurationArn;
Swift
var domainConfigurationArn: String? { get set }
-
The name of the domain configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domainConfigurationName;
Swift
var domainConfigurationName: String? { get set }
-
A Boolean value that specifies the current state of the domain configuration.
Declaration
Objective-C
@property (nonatomic) AWSIoTDomainConfigurationStatus domainConfigurationStatus;
Swift
var domainConfigurationStatus: AWSIoTDomainConfigurationStatus { get set }
-
The name of the domain.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domainName;
Swift
var domainName: String? { get set }
-
The type of the domain.
Declaration
Objective-C
@property (nonatomic) AWSIoTDomainType domainType;
Swift
var domainType: AWSIoTDomainType { get set }
-
The date and time the domain configuration’s status was last changed.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastStatusChangeDate;
Swift
var lastStatusChangeDate: Date? { get set }
-
The server certificate configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTServerCertificateConfig *_Nullable serverCertificateConfig;
Swift
var serverCertificateConfig: AWSIoTServerCertificateConfig? { get set }
-
A list containing summary information about the server certificate included in the domain configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTServerCertificateSummary *> *_Nullable serverCertificates;
Swift
var serverCertificates: [AWSIoTServerCertificateSummary]? { get set }
-
The type of service delivered by the endpoint.
Declaration
Objective-C
@property (nonatomic) AWSIoTServiceType serviceType;
Swift
var serviceType: AWSIoTServiceType { get set }
-
An object that specifies the TLS configuration for a domain.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTTlsConfig *_Nullable tlsConfig;
Swift
var tlsConfig: AWSIoTTlsConfig? { get set }