public static interface CfnResourceSet.NLBResourceProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnResourceSet.NLBResourceProperty.Builder
A builder for
CfnResourceSet.NLBResourceProperty |
static class |
CfnResourceSet.NLBResourceProperty.Jsii$Proxy
An implementation for
CfnResourceSet.NLBResourceProperty |
Modifier and Type | Method and Description |
---|---|
static CfnResourceSet.NLBResourceProperty.Builder |
builder() |
default java.lang.String |
getArn()
The Network Load Balancer resource Amazon Resource Name (ARN).
|
default java.lang.String getArn()
static CfnResourceSet.NLBResourceProperty.Builder builder()