DomainPackageDetails class

Information on a package that is associated with a domain.

Constructors

DomainPackageDetails({String? domainName, DomainPackageStatus? domainPackageStatus, ErrorDetails? errorDetails, DateTime? lastUpdated, String? packageID, String? packageName, PackageType? packageType, String? packageVersion, String? referencePath})
DomainPackageDetails.fromJson(Map<String, dynamic> json)
factory

Properties

domainName String?
Name of the domain you've associated a package with.
final
domainPackageStatus DomainPackageStatus?
State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.
final
errorDetails ErrorDetails?
Additional information if the package is in an error state. Null otherwise.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdated DateTime?
Timestamp of the most-recent update to the association status.
final
packageID String?
Internal ID of the package.
final
packageName String?
User specified name of the package.
final
packageType PackageType?
Currently supports only TXT-DICTIONARY.
final
packageVersion String?
final
referencePath String?
The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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