Interface CfnDomainVerificationPropsMixin.TxtMethodConfigProperty

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

@Stability(Stable) public static interface CfnDomainVerificationPropsMixin.TxtMethodConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration for TXT record-based domain verification method.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.vpclattice.*;
 TxtMethodConfigProperty txtMethodConfigProperty = TxtMethodConfigProperty.builder()
         .name("name")
         .value("value")
         .build();
 

See Also: