Interface CfnTargetDomain.HttpVerificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTargetDomain.HttpVerificationProperty.Jsii$Proxy
- Enclosing class:
CfnTargetDomain
@Stability(Stable)
public static interface CfnTargetDomain.HttpVerificationProperty
extends software.amazon.jsii.JsiiSerializable
Represents HTTP route 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.*;
HttpVerificationProperty httpVerificationProperty = HttpVerificationProperty.builder()
.routePath("routePath")
.token("token")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTargetDomain.HttpVerificationPropertystatic final classAn implementation forCfnTargetDomain.HttpVerificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRoutePath
Route path where verification token should be placed.- See Also:
-
getToken
Token used to verify domain ownership.- See Also:
-
builder
-