interface PropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ServiceDiscovery.CfnPublicDnsNamespace.PropertiesProperty |
Java | software.amazon.awscdk.services.servicediscovery.CfnPublicDnsNamespace.PropertiesProperty |
Python | aws_cdk.aws_servicediscovery.CfnPublicDnsNamespace.PropertiesProperty |
TypeScript | @aws-cdk/aws-servicediscovery » CfnPublicDnsNamespace » PropertiesProperty |
Properties for the public DNS namespace.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as servicediscovery from '@aws-cdk/aws-servicediscovery';
const propertiesProperty: servicediscovery.CfnPublicDnsNamespace.PropertiesProperty = {
dnsProperties: {
soa: {
ttl: 123,
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| dns | IResolvable | Public | DNS properties for the public DNS namespace. |
dnsProperties?
Type:
IResolvable | Public
(optional)
DNS properties for the public DNS namespace.

.NET
Java
Python
TypeScript