@Stability(value=Stable)
public static interface CfnResourceSet.TargetResourceProperty
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.*;
TargetResourceProperty targetResourceProperty = TargetResourceProperty.builder()
.nlbResource(NLBResourceProperty.builder()
.arn("arn")
.build())
.r53Resource(R53ResourceRecordProperty.builder()
.domainName("domainName")
.recordSetId("recordSetId")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceSet.TargetResourceProperty.Builder
A builder for
CfnResourceSet.TargetResourceProperty |
static class |
CfnResourceSet.TargetResourceProperty.Jsii$Proxy
An implementation for
CfnResourceSet.TargetResourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceSet.TargetResourceProperty.Builder |
builder() |
default Object |
getNlbResource()
The Network Load Balancer resource that a DNS target resource points to.
|
default Object |
getR53Resource()
The Route 53 resource that a DNS target resource record points to.
|
@Stability(value=Stable) @Nullable default Object getNlbResource()
@Stability(value=Stable) @Nullable default Object getR53Resource()
@Stability(value=Stable) static CfnResourceSet.TargetResourceProperty.Builder builder()
Copyright © 2022. All rights reserved.