Interface CfnDomainVerification.TxtMethodConfigProperty

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

@Stability(Stable) public static interface CfnDomainVerification.TxtMethodConfigProperty extends software.amazon.jsii.JsiiSerializable
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.vpclattice.*;
 TxtMethodConfigProperty txtMethodConfigProperty = TxtMethodConfigProperty.builder()
         .name("name")
         .value("value")
         .build();
 

See Also: