interface PrivateDnsPropertiesMutableProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ServiceDiscovery.CfnPrivateDnsNamespace.PrivateDnsPropertiesMutableProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#CfnPrivateDnsNamespace_PrivateDnsPropertiesMutableProperty |
![]() | software.amazon.awscdk.services.servicediscovery.CfnPrivateDnsNamespace.PrivateDnsPropertiesMutableProperty |
![]() | aws_cdk.aws_servicediscovery.CfnPrivateDnsNamespace.PrivateDnsPropertiesMutableProperty |
![]() | aws-cdk-lib » aws_servicediscovery » CfnPrivateDnsNamespace » PrivateDnsPropertiesMutableProperty |
DNS properties for the 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 privateDnsPropertiesMutableProperty: servicediscovery.CfnPrivateDnsNamespace.PrivateDnsPropertiesMutableProperty = {
soa: {
ttl: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
soa? | IResolvable | SOAProperty | Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace. |
soa?
Type:
IResolvable
|
SOAProperty
(optional)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.