aws-cdk-lib.aws_servicediscovery.CfnPublicDnsNamespace.PropertiesProperty

interface PropertiesProperty

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

Properties

NameTypeDescription
dnsProperties?IResolvable | PublicDnsPropertiesMutablePropertyDNS properties for the public DNS namespace.

dnsProperties?

Type: IResolvable | PublicDnsPropertiesMutableProperty (optional)

DNS properties for the public DNS namespace.