DomainPackageDetails class

Information on a package 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?
The name of the domain you've associated a package with.
final
domainPackageStatus DomainPackageStatus?
State of the association. Values are ASSOCIATING, ASSOCIATION_FAILED, ACTIVE, DISSOCIATING, and 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?
The timestamp of the most recent update to the package association status.
final
packageID String?
The 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 OpenSearch Service nodes, which can be used as synonym_path when the package is a 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