interface SOAProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ServiceDiscovery.CfnPublicDnsNamespace.SOAProperty |
Java | software.amazon.awscdk.services.servicediscovery.CfnPublicDnsNamespace.SOAProperty |
Python | aws_cdk.aws_servicediscovery.CfnPublicDnsNamespace.SOAProperty |
TypeScript | @aws-cdk/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 * as servicediscovery from '@aws-cdk/aws-servicediscovery';
const sOAProperty: servicediscovery.CfnPublicDnsNamespace.SOAProperty = {
ttl: 123,
};
Properties
Name | Type | Description |
---|---|---|
ttl? | number | The time to live (TTL) for purposes of negative caching. |
ttl?
Type:
number
(optional)
The time to live (TTL) for purposes of negative caching.