Interface CfnRecordSet.CoordinatesProperty

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

@Stability(Stable) public static interface CfnRecordSet.CoordinatesProperty extends software.amazon.jsii.JsiiSerializable
A complex type that lists the coordinates for a geoproximity resource record.

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.route53.*;
 CoordinatesProperty coordinatesProperty = CoordinatesProperty.builder()
         .latitude("latitude")
         .longitude("longitude")
         .build();
 

See Also: