interface SOAProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ServiceDiscovery.CfnPublicDnsNamespace.SOAProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#CfnPublicDnsNamespace_SOAProperty |
![]() | software.amazon.awscdk.services.servicediscovery.CfnPublicDnsNamespace.SOAProperty |
![]() | aws_cdk.aws_servicediscovery.CfnPublicDnsNamespace.SOAProperty |
![]() | 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
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.