Interface CfnTargetDomain.DnsVerificationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTargetDomain.DnsVerificationProperty.Jsii$Proxy
Enclosing class:
CfnTargetDomain

@Stability(Stable) public static interface CfnTargetDomain.DnsVerificationProperty extends software.amazon.jsii.JsiiSerializable
Represents DNS TXT verification details.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.securityagent.*;
 DnsVerificationProperty dnsVerificationProperty = DnsVerificationProperty.builder()
         .dnsRecordName("dnsRecordName")
         .dnsRecordType("dnsRecordType")
         .token("token")
         .build();
 

See Also: