Show / Hide Table of Contents

Class CfnService.DnsEntryProperty

Describes the DNS information of a service.

Inheritance
object
CfnService.DnsEntryProperty
Implements
CfnService.IDnsEntryProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnService.DnsEntryProperty : CfnService.IDnsEntryProperty
Syntax (vb)
Public Class CfnService.DnsEntryProperty Implements CfnService.IDnsEntryProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-service-dnsentry.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.VpcLattice;

             var dnsEntryProperty = new DnsEntryProperty {
                 DomainName = "domainName",
                 HostedZoneId = "hostedZoneId"
             };

Synopsis

Constructors

DnsEntryProperty()

Describes the DNS information of a service.

Properties

DomainName

The domain name of the service.

HostedZoneId

The ID of the hosted zone.

Constructors

DnsEntryProperty()

Describes the DNS information of a service.

public DnsEntryProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-service-dnsentry.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.VpcLattice;

             var dnsEntryProperty = new DnsEntryProperty {
                 DomainName = "domainName",
                 HostedZoneId = "hostedZoneId"
             };

Properties

DomainName

The domain name of the service.

public string? DomainName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-service-dnsentry.html#cfn-vpclattice-service-dnsentry-domainname

HostedZoneId

The ID of the hosted zone.

public string? HostedZoneId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-service-dnsentry.html#cfn-vpclattice-service-dnsentry-hostedzoneid

Implements

CfnService.IDnsEntryProperty
Back to top Generated by DocFX