@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.808Z") @Stability(value=Stable) public class NsRecord extends RecordSet
Example:
HostedZone myZone;
NsRecord.Builder.create(this, "NSRecord")
.zone(myZone)
.recordName("foo")
.values(List.of("ns-1.awsdns.co.uk.", "ns-2.awsdns.com."))
.ttl(Duration.minutes(90))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
NsRecord.Builder
A fluent builder for
NsRecord. |
software.amazon.jsii.JsiiObject.InitializationModeIRecordSet.Jsii$Default, IRecordSet.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
NsRecord(software.constructs.Construct scope,
String id,
NsRecordProps props) |
protected |
NsRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
NsRecord(software.amazon.jsii.JsiiObjectRef objRef) |
getDomainNameapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackgetNodeprotected NsRecord(software.amazon.jsii.JsiiObjectRef objRef)
protected NsRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public NsRecord(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
NsRecordProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.