interface PropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ServiceDiscovery.CfnPrivateDnsNamespacePropsMixin.PropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsservicediscovery#CfnPrivateDnsNamespacePropsMixin_PropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.servicediscovery.CfnPrivateDnsNamespacePropsMixin.PropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_servicediscovery.CfnPrivateDnsNamespacePropsMixin.PropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_servicediscovery » CfnPrivateDnsNamespacePropsMixin » PropertiesProperty |
Properties for the private DNS namespace.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicediscovery as servicediscovery } from '@aws-cdk/cfn-property-mixins';
const propertiesProperty: servicediscovery.CfnPrivateDnsNamespacePropsMixin.PropertiesProperty = {
dnsProperties: {
soa: {
ttl: 123,
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| dns | IResolvable | Private | DNS properties for the private DNS namespace. |
dnsProperties?
Type:
IResolvable | Private
(optional)
DNS properties for the private DNS namespace.

.NET
Go
Java
Python
TypeScript