aws-cdk-lib.aws_servicediscovery.CfnPrivateDnsNamespace.PropertiesProperty

interface PropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.ServiceDiscovery.CfnPrivateDnsNamespace.PropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#CfnPrivateDnsNamespace_PropertiesProperty
Javasoftware.amazon.awscdk.services.servicediscovery.CfnPrivateDnsNamespace.PropertiesProperty
Pythonaws_cdk.aws_servicediscovery.CfnPrivateDnsNamespace.PropertiesProperty
TypeScript aws-cdk-lib » aws_servicediscovery » CfnPrivateDnsNamespace » 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-lib';
const propertiesProperty: servicediscovery.CfnPrivateDnsNamespace.PropertiesProperty = {
  dnsProperties: {
    soa: {
      ttl: 123,
    },
  },
};

Properties

NameTypeDescription
dnsProperties?IResolvable | PrivateDnsPropertiesMutablePropertyDNS properties for the private DNS namespace.

dnsProperties?

Type: IResolvable | PrivateDnsPropertiesMutableProperty (optional)

DNS properties for the private DNS namespace.