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
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
Remarks
IpAddressType
The IP address type for the resource configuration.
string? IpAddressType { get; }