Interface CfnHttpApi.Route53ConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHttpApi.Route53ConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnHttpApi
@Stability(Stable)
public static interface CfnHttpApi.Route53ConfigurationProperty
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.sam.*; Route53ConfigurationProperty route53ConfigurationProperty = Route53ConfigurationProperty.builder() .distributedDomainName("distributedDomainName") .evaluateTargetHealth(false) .hostedZoneId("hostedZoneId") .hostedZoneName("hostedZoneName") .ipV6(false) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnHttpApi.Route53ConfigurationProperty
static final class
An implementation forCfnHttpApi.Route53ConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDistributedDomainName
- See Also:
-
getEvaluateTargetHealth
- See Also:
-
getHostedZoneId
- See Also:
-
getHostedZoneName
- See Also:
-
getIpV6
- See Also:
-
builder
-