interface NLBResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Route53RecoveryReadiness.Mixins.CfnResourceSetPropsMixin.NLBResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsroute53recoveryreadiness/mixins#CfnResourceSetPropsMixin_NLBResourceProperty |
Java | software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.mixins.CfnResourceSetPropsMixin.NLBResourceProperty |
Python | aws_cdk.mixins_preview.aws_route53recoveryreadiness.mixins.CfnResourceSetPropsMixin.NLBResourceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_route53recoveryreadiness » mixins » CfnResourceSetPropsMixin » NLBResourceProperty |
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 { mixins as route53recoveryreadiness_mixins } from '@aws-cdk/mixins-preview/aws-route53recoveryreadiness';
const nLBResourceProperty: route53recoveryreadiness_mixins.CfnResourceSetPropsMixin.NLBResourceProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The Network Load Balancer resource Amazon Resource Name (ARN). |
arn?
Type:
string
(optional)
The Network Load Balancer resource Amazon Resource Name (ARN).

.NET
Go
Java
Python
TypeScript