aws-cdk-lib.aws_servicediscovery.CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty

interface PublicDnsPropertiesMutableProperty

LanguageType name
.NETAmazon.CDK.AWS.ServiceDiscovery.CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#CfnPublicDnsNamespace_PublicDnsPropertiesMutableProperty
Javasoftware.amazon.awscdk.services.servicediscovery.CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty
Pythonaws_cdk.aws_servicediscovery.CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty
TypeScript aws-cdk-lib » aws_servicediscovery » CfnPublicDnsNamespace » PublicDnsPropertiesMutableProperty

DNS 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 publicDnsPropertiesMutableProperty: servicediscovery.CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty = {
  soa: {
    ttl: 123,
  },
};

Properties

NameTypeDescription
soa?IResolvable | SOAPropertyStart of Authority (SOA) record for the hosted zone for the public DNS namespace.

soa?

Type: IResolvable | SOAProperty (optional)

Start of Authority (SOA) record for the hosted zone for the public DNS namespace.