Domain class

Describes a domain where you are storing recordsets in Lightsail.

Constructors

Domain({String? arn, DateTime? createdAt, List<DomainEntry>? domainEntries, ResourceLocation? location, String? name, ResourceType? resourceType, String? supportCode, List<Tag>? tags})
Domain.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the domain recordset (e.g., arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).
final
createdAt DateTime?
The date when the domain recordset was created.
final
domainEntries List<DomainEntry>?
An array of key-value pairs containing information about the domain entries.
final
hashCode int
The hash code for this object.
no setterinherited
location ResourceLocation?
The AWS Region and Availability Zones where the domain recordset was created.
final
name String?
The name of the domain.
final
resourceType ResourceType?
The resource type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportCode String?
The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
final
tags List<Tag>?
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.
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