@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:31.742Z") public class ZoneDelegationRecord extends RecordSet
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.*; import software.amazon.awscdk.core.*; HostedZone hostedZone; ZoneDelegationRecord zoneDelegationRecord = ZoneDelegationRecord.Builder.create(this, "MyZoneDelegationRecord") .nameServers(List.of("nameServers")) .zone(hostedZone) // the properties below are optional .comment("comment") .recordName("recordName") .ttl(Duration.minutes(30)) .build();
Modifier and Type | Class and Description |
---|---|
static class |
ZoneDelegationRecord.Builder
A fluent builder for
ZoneDelegationRecord . |
IRecordSet.Jsii$Default, IRecordSet.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
ZoneDelegationRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ZoneDelegationRecord(software.amazon.jsii.JsiiObjectRef objRef) |
|
ZoneDelegationRecord(software.constructs.Construct scope,
java.lang.String id,
ZoneDelegationRecordProps props) |
getDomainName
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyRemovalPolicy, getEnv, getStack
getNode
protected ZoneDelegationRecord(software.amazon.jsii.JsiiObjectRef objRef)
protected ZoneDelegationRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public ZoneDelegationRecord(software.constructs.Construct scope, java.lang.String id, ZoneDelegationRecordProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.