Show / Hide Table of Contents

Interface CfnService.IDnsEntryProperty

Describes the DNS information of a service.

Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnService.IDnsEntryProperty
Syntax (vb)
Public Interface 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

Properties

DomainName

The domain name of the service.

HostedZoneId

The ID of the hosted zone.

Properties

DomainName

The domain name of the service.

string? DomainName { get; }
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.

string? HostedZoneId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX