aws-cdk-lib.aws_servicediscovery.CfnPublicDnsNamespace.SOAProperty

interface SOAProperty

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

Start of Authority (SOA) properties for a public or 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 sOAProperty: servicediscovery.CfnPublicDnsNamespace.SOAProperty = {
  ttl: 123,
};

Properties

NameTypeDescription
ttl?numberThe time to live (TTL) for purposes of negative caching.

ttl?

Type: number (optional)

The time to live (TTL) for purposes of negative caching.