@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.663Z") @Stability(value=Stable) public interface DsRecordProps extends software.amazon.jsii.JsiiSerializable, RecordSetOptions
Example:
HostedZone myZone;
DsRecord.Builder.create(this, "DSRecord")
.zone(myZone)
.recordName("foo")
.values(List.of("12345 3 1 123456789abcdef67890123456789abcdef67890"))
.ttl(Duration.minutes(90))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DsRecordProps.Builder
A builder for
DsRecordProps |
static class |
DsRecordProps.Jsii$Proxy
An implementation for
DsRecordProps |
| Modifier and Type | Method and Description |
|---|---|
static DsRecordProps.Builder |
builder() |
List<String> |
getValues()
The DS values.
|
getComment, getDeleteExisting, getRecordName, getTtl, getZone@Stability(value=Stable) static DsRecordProps.Builder builder()
builder in interface RecordSetOptionsDsRecordProps.Builder of DsRecordPropsCopyright © 2022. All rights reserved.