Interface CfnTargetDomainPropsMixin.DnsVerificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTargetDomainPropsMixin.DnsVerificationProperty.Jsii$Proxy
- Enclosing class:
CfnTargetDomainPropsMixin
@Stability(Stable)
public static interface CfnTargetDomainPropsMixin.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.cfnpropertymixins.services.securityagent.*;
DnsVerificationProperty dnsVerificationProperty = DnsVerificationProperty.builder()
.dnsRecordName("dnsRecordName")
.dnsRecordType("dnsRecordType")
.token("token")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTargetDomainPropsMixin.DnsVerificationPropertystatic final classAn implementation forCfnTargetDomainPropsMixin.DnsVerificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDnsRecordName
Record name to be added in DNS for target domain.- See Also:
-
getDnsRecordType
Type of record to be added in DNS for target domain.- See Also:
-
getToken
Token used to verify domain ownership.- See Also:
-
builder
-