public static interface CfnResourceSet.R53ResourceRecordProperty
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.route53recoveryreadiness.*; R53ResourceRecordProperty r53ResourceRecordProperty = R53ResourceRecordProperty.builder() .domainName("domainName") .recordSetId("recordSetId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnResourceSet.R53ResourceRecordProperty.Builder
A builder for
CfnResourceSet.R53ResourceRecordProperty |
static class |
CfnResourceSet.R53ResourceRecordProperty.Jsii$Proxy
An implementation for
CfnResourceSet.R53ResourceRecordProperty |
Modifier and Type | Method and Description |
---|---|
static CfnResourceSet.R53ResourceRecordProperty.Builder |
builder() |
default java.lang.String |
getDomainName()
The DNS target domain name.
|
default java.lang.String |
getRecordSetId()
The Amazon Route 53 Resource Record Set ID.
|
default java.lang.String getDomainName()
default java.lang.String getRecordSetId()
static CfnResourceSet.R53ResourceRecordProperty.Builder builder()