DomainConfigurationSummary class
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 AWS-managed domain (for example, dbc123defghijk.iot.us-west-2.amazonaws.com), a customer managed domain, or a default endpoint.
- Data
- Jobs
- CredentialProvider
Constructors
- DomainConfigurationSummary({String? domainConfigurationArn, String? domainConfigurationName, ServiceType? serviceType})
-
DomainConfigurationSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- domainConfigurationArn → String?
-
The ARN of the domain configuration.
final
- domainConfigurationName → String?
-
The name of the domain configuration. This value must be unique to a region.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceType → ServiceType?
-
The type of service delivered by the endpoint.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited