Show / Hide Table of Contents

Interface IRecordSet

A record set.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRecordSet : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IRecordSet Inherits IResource, 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