AWSIoTDomainConfigurationSummary
Objective-C
@interface AWSIoTDomainConfigurationSummary
Swift
class AWSIoTDomainConfigurationSummary
The summary of a domain configuration. A domain configuration specifies custom IoT-specific information about a domain. A domain configuration can be associated with an Amazon Web Services-managed domain (for example, dbc123defghijk.iot.us-west-2.amazonaws.com), a customer managed domain, or a default endpoint.
Data
Jobs
CredentialProvider
-
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. This value must be unique to a region.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domainConfigurationName;
Swift
var domainConfigurationName: String? { get set }
-
The type of service delivered by the endpoint.
Declaration
Objective-C
@property (nonatomic) AWSIoTServiceType serviceType;
Swift
var serviceType: AWSIoTServiceType { get set }