Class ZoneDelegationRecordProps.Jsii$Proxy
- All Implemented Interfaces:
RecordSetOptions,ZoneDelegationRecordProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ZoneDelegationRecordProps
ZoneDelegationRecordProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.ZoneDelegationRecordProps
ZoneDelegationRecordProps.Builder, ZoneDelegationRecordProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theZoneDelegationRecordProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA comment to add on the record.final BooleanWhether to delete the same record set in the hosted zone if it already exists (dangerous!).final GeoLocationThe geographical origin for this record to return DNS records based on the user's location.The name servers to report in the delegation records.final StringThe subdomain name for this record.final DurationgetTtl()The resource record cache time to live (TTL).final IHostedZonegetZone()The hosted zone in which to define the new record.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theZoneDelegationRecordProps.Builder.
-
-
Method Details
-
getNameServers
Description copied from interface:ZoneDelegationRecordPropsThe name servers to report in the delegation records.- Specified by:
getNameServersin interfaceZoneDelegationRecordProps
-
getZone
Description copied from interface:RecordSetOptionsThe hosted zone in which to define the new record.- Specified by:
getZonein interfaceRecordSetOptions
-
getComment
Description copied from interface:RecordSetOptionsA comment to add on the record.Default: no comment
- Specified by:
getCommentin interfaceRecordSetOptions
-
getDeleteExisting
Description copied from interface:RecordSetOptionsWhether to delete the same record set in the hosted zone if it already exists (dangerous!).This allows to deploy a new record set while minimizing the downtime because the new record set will be created immediately after the existing one is deleted. It also avoids "manual" actions to delete existing record sets.
N.B.: this feature is dangerous, use with caution! It can only be used safely when
deleteExistingis set totrueas soon as the resource is added to the stack. Changing an existing Record Set'sdeleteExistingproperty fromfalse -> trueafter deployment will delete the record!Default: false
- Specified by:
getDeleteExistingin interfaceRecordSetOptions
-
getGeoLocation
Description copied from interface:RecordSetOptionsThe geographical origin for this record to return DNS records based on the user's location.- Specified by:
getGeoLocationin interfaceRecordSetOptions
-
getRecordName
Description copied from interface:RecordSetOptionsThe subdomain name for this record. This should be relative to the zone root name.For example, if you want to create a record for acme.example.com, specify "acme".
You can also specify the fully qualified domain name which terminates with a ".". For example, "acme.example.com.".
Default: zone root
- Specified by:
getRecordNamein interfaceRecordSetOptions
-
getTtl
Description copied from interface:RecordSetOptionsThe resource record cache time to live (TTL).Default: Duration.minutes(30)
- Specified by:
getTtlin interfaceRecordSetOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-