@Stability(value=Stable)
public static interface CfnResourceSet.ResourceProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
ResourceProperty resourceProperty = ResourceProperty.builder()
.componentId("componentId")
.dnsTargetResource(DNSTargetResourceProperty.builder()
.domainName("domainName")
.hostedZoneArn("hostedZoneArn")
.recordSetId("recordSetId")
.recordType("recordType")
.targetResource(TargetResourceProperty.builder()
.nlbResource(NLBResourceProperty.builder()
.arn("arn")
.build())
.r53Resource(R53ResourceRecordProperty.builder()
.domainName("domainName")
.recordSetId("recordSetId")
.build())
.build())
.build())
.readinessScopes(List.of("readinessScopes"))
.resourceArn("resourceArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceSet.ResourceProperty.Builder
A builder for
CfnResourceSet.ResourceProperty |
static class |
CfnResourceSet.ResourceProperty.Jsii$Proxy
An implementation for
CfnResourceSet.ResourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceSet.ResourceProperty.Builder |
builder() |
default String |
getComponentId()
`CfnResourceSet.ResourceProperty.ComponentId`.
|
default Object |
getDnsTargetResource()
`CfnResourceSet.ResourceProperty.DnsTargetResource`.
|
default List<String> |
getReadinessScopes()
`CfnResourceSet.ResourceProperty.ReadinessScopes`.
|
default String |
getResourceArn()
`CfnResourceSet.ResourceProperty.ResourceArn`.
|
@Stability(value=Stable) @Nullable default String getComponentId()
@Stability(value=Stable) @Nullable default Object getDnsTargetResource()
@Stability(value=Stable) @Nullable default List<String> getReadinessScopes()
@Stability(value=Stable) @Nullable default String getResourceArn()
@Stability(value=Stable) static CfnResourceSet.ResourceProperty.Builder builder()
Copyright © 2021. All rights reserved.