Interface CfnRecordSetPropsMixin.CidrRoutingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRecordSetPropsMixin.CidrRoutingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnRecordSetPropsMixin
@Stability(Stable)
public static interface CfnRecordSetPropsMixin.CidrRoutingConfigProperty
extends software.amazon.jsii.JsiiSerializable
The object that is specified in resource record set object when you are linking a resource record set to a CIDR location.
A LocationName with an asterisk “*” can be used to create a default CIDR record. CollectionId is still required for default 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.cfnpropertymixins.services.route53.*;
CidrRoutingConfigProperty cidrRoutingConfigProperty = CidrRoutingConfigProperty.builder()
.collectionId("collectionId")
.locationName("locationName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRecordSetPropsMixin.CidrRoutingConfigPropertystatic final classAn implementation forCfnRecordSetPropsMixin.CidrRoutingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCollectionId
The CIDR collection ID.- See Also:
-
getLocationName
The CIDR collection location name.- See Also:
-
builder
-