| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53 |
Amazon Route53 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CaaRecordValue.Jsii$Proxy
An implementation for
CaaRecordValue |
| Modifier and Type | Method and Description |
|---|---|
CaaRecordValue |
CaaRecordValue.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaaRecordValue> |
CaaRecordProps.getValues()
(experimental) The values.
|
List<CaaRecordValue> |
CaaRecordProps.Jsii$Proxy.getValues() |
| Modifier and Type | Method and Description |
|---|---|
CaaRecordProps.Builder |
CaaRecordProps.Builder.values(List<? extends CaaRecordValue> values)
Sets the value of
CaaRecordProps.getValues() |
CaaRecord.Builder |
CaaRecord.Builder.values(List<? extends CaaRecordValue> values)
(experimental) The values.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends CaaRecordValue> values,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
CaaRecordProps.Builder. |
Copyright © 2021. All rights reserved.