Show / Hide Table of Contents

Interface IRecordSet

A record set.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IRecordSetRef.RecordSetRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRecordSet : IResource, IRecordSetRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IRecordSet Inherits IResource, IRecordSetRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

DomainName

The domain name of the record.

Properties

DomainName

The domain name of the record.

string DomainName { get; }
Property Value

string

Back to top Generated by DocFX