interface DnsResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.VpcLattice.CfnResourceConfigurationPropsMixin.DnsResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsvpclattice#CfnResourceConfigurationPropsMixin_DnsResourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnResourceConfigurationPropsMixin.DnsResourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_vpclattice.CfnResourceConfigurationPropsMixin.DnsResourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_vpclattice » CfnResourceConfigurationPropsMixin » DnsResourceProperty |
The domain name of the resource configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as vpclattice } from '@aws-cdk/cfn-property-mixins';
const dnsResourceProperty: vpclattice.CfnResourceConfigurationPropsMixin.DnsResourceProperty = {
domainName: 'domainName',
ipAddressType: 'ipAddressType',
};
Properties
| Name | Type | Description |
|---|---|---|
| domain | string | The domain name of the resource configuration. |
| ip | string | The IP address type for the resource configuration. |
domainName?
Type:
string
(optional)
The domain name of the resource configuration.
ipAddressType?
Type:
string
(optional)
The IP address type for the resource configuration.
Dualstack is not currently supported.

.NET
Go
Java
Python
TypeScript