Show / Hide Table of Contents

Interface CfnResourceConfigurationPropsMixin.IDnsResourceProperty

The domain name of the resource configuration.

Namespace: Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnResourceConfigurationPropsMixin.IDnsResourceProperty
Syntax (vb)
Public Interface CfnResourceConfigurationPropsMixin.IDnsResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-dnsresource.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.Mixins.Preview.AWS.VpcLattice.Mixins;

             var dnsResourceProperty = new DnsResourceProperty {
                 DomainName = "domainName",
                 IpAddressType = "ipAddressType"
             };

Synopsis

Properties

DomainName

The domain name of the resource configuration.

IpAddressType

The IP address type for the resource configuration.

Properties

DomainName

The domain name of the resource configuration.

string? DomainName { get; }
Property Value

string

Remarks

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

IpAddressType

The IP address type for the resource configuration.

string? IpAddressType { get; }
Property Value

string

Remarks

Dualstack is not currently supported.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-dnsresource.html#cfn-vpclattice-resourceconfiguration-dnsresource-ipaddresstype

Back to top Generated by DocFX