Interface CfnResourceSetPropsMixin.NLBResourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnResourceSetPropsMixin.NLBResourceProperty.Jsii$Proxy
Enclosing class:
CfnResourceSetPropsMixin

@Stability(Stable) public static interface CfnResourceSetPropsMixin.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.cfnpropertymixins.services.route53recoveryreadiness.*;
 NLBResourceProperty nLBResourceProperty = NLBResourceProperty.builder()
         .arn("arn")
         .build();
 

See Also: