| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53 |
Amazon Route53 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
RecordType |
RecordSetProps.getRecordType()
(experimental) The record type.
|
RecordType |
RecordSetProps.Jsii$Proxy.getRecordType() |
static RecordType |
RecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
RecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSet.Builder |
RecordSet.Builder.recordType(RecordType recordType)
(experimental) The record type.
|
RecordSetProps.Builder |
RecordSetProps.Builder.recordType(RecordType recordType)
Sets the value of
RecordSetProps.getRecordType() |
| Constructor and Description |
|---|
Jsii$Proxy(RecordType recordType,
RecordTarget target,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
RecordSetProps.Builder. |
Copyright © 2021. All rights reserved.