AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a domain where you are storing recordsets.

Inheritance Hierarchy

System.Object
  Amazon.Lightsail.Model.Domain

Namespace: Amazon.Lightsail.Model
Assembly: AWSSDK.Lightsail.dll
Version: 3.x.y.z

Syntax

C#
public class Domain

The Domain type exposes the following members

Constructors

NameDescription
Public Method Domain()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the domain recordset (arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date when the domain recordset was created.

Public Property DomainEntries System.Collections.Generic.List<Amazon.Lightsail.Model.DomainEntry>

Gets and sets the property DomainEntries.

An array of key-value pairs containing information about the domain entries.

Public Property Location Amazon.Lightsail.Model.ResourceLocation

Gets and sets the property Location.

The AWS Region and Availability Zones where the domain recordset was created.

Public Property Name System.String

Gets and sets the property Name.

The name of the domain.

Public Property RegisteredDomainDelegationInfo Amazon.Lightsail.Model.RegisteredDomainDelegationInfo

Gets and sets the property RegisteredDomainDelegationInfo.

An object that describes the state of the RouteĀ 53 domain delegation to a Lightsail DNS zone.

Public Property ResourceType Amazon.Lightsail.ResourceType

Gets and sets the property ResourceType.

The resource type.

Public Property SupportCode System.String

Gets and sets the property SupportCode.

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.

Public Property Tags System.Collections.Generic.List<Amazon.Lightsail.Model.Tag>

Gets and sets the property Tags.

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5