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();
 

See Also: