Interface CfnRecordSet.GeoLocationProperty

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

@Stability(Stable) public static interface CfnRecordSet.GeoLocationProperty extends software.amazon.jsii.JsiiSerializable
A complex type that contains information about a geographic location.

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.*;
 GeoLocationProperty geoLocationProperty = GeoLocationProperty.builder()
         .continentCode("continentCode")
         .countryCode("countryCode")
         .subdivisionCode("subdivisionCode")
         .build();
 

See Also: