Interface CfnResourceSet.NLBResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceSet.NLBResourceProperty.Jsii$Proxy
- Enclosing class:
CfnResourceSet
@Stability(Stable)
public static interface CfnResourceSet.NLBResourceProperty
extends software.amazon.jsii.JsiiSerializable
The Network Load Balancer resource that a DNS target resource points to.
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.*; NLBResourceProperty nLBResourceProperty = NLBResourceProperty.builder() .arn("arn") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResourceSet.NLBResourceProperty
static final class
An implementation forCfnResourceSet.NLBResourceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Network Load Balancer resource Amazon Resource Name (ARN). -
builder
-