Interface CfnApi.Route53ConfigurationProperty

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

@Stability(Stable) public static interface CfnApi.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();
 
  • Method Details

    • getDistributedDomainName

      @Stability(Stable) @Nullable default String getDistributedDomainName()
      CfnApi.Route53ConfigurationProperty.DistributedDomainName.
    • getEvaluateTargetHealth

      @Stability(Stable) @Nullable default Object getEvaluateTargetHealth()
      CfnApi.Route53ConfigurationProperty.EvaluateTargetHealth.
    • getHostedZoneId

      @Stability(Stable) @Nullable default String getHostedZoneId()
      CfnApi.Route53ConfigurationProperty.HostedZoneId.
    • getHostedZoneName

      @Stability(Stable) @Nullable default String getHostedZoneName()
      CfnApi.Route53ConfigurationProperty.HostedZoneName.
    • getIpV6

      @Stability(Stable) @Nullable default Object getIpV6()
      CfnApi.Route53ConfigurationProperty.IpV6.
    • builder

      @Stability(Stable) static CfnApi.Route53ConfigurationProperty.Builder builder()
      Returns:
      a CfnApi.Route53ConfigurationProperty.Builder of CfnApi.Route53ConfigurationProperty