@Stability(value=Stable)
public static interface CfnResourceSet.R53ResourceRecordProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getDomainName()
The DNS target domain name.
|
default String |
getRecordSetId()
The Route 53 Resource Record Set ID.
|
@Stability(value=Stable) @Nullable default String getDomainName()
@Stability(value=Stable) @Nullable default String getRecordSetId()
@Stability(value=Stable) static CfnResourceSet.R53ResourceRecordProperty.Builder builder()
Copyright © 2022. All rights reserved.