Interface DsRecordProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,RecordSetOptions
- All Known Implementing Classes:
DsRecordProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:44.256Z")
@Stability(Stable)
public interface DsRecordProps
extends software.amazon.jsii.JsiiSerializable, RecordSetOptions
Construction properties for a DSRecord.
Example:
HostedZone myZone;
DsRecord.Builder.create(this, "DSRecord")
.zone(myZone)
.recordName("foo")
.values(List.of("12345 3 1 123456789abcdef67890123456789abcdef67890"))
.ttl(Duration.minutes(90))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDsRecordPropsstatic final classAn implementation forDsRecordProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.route53.RecordSetOptions
getCidrRoutingConfig, getComment, getDeleteExisting, getGeoLocation, getHealthCheck, getMultiValueAnswer, getRecordName, getRegion, getSetIdentifier, getTtl, getWeight, getZone
-
Method Details
-
getValues
The DS values. -
builder
- Returns:
- a
DsRecordProps.BuilderofDsRecordProps
-