Class CfnResourceSetPropsMixin.NLBResourceProperty
The Network Load Balancer resource that a DNS target resource points to.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Route53RecoveryReadiness
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnResourceSetPropsMixin.NLBResourceProperty : CfnResourceSetPropsMixin.INLBResourceProperty
Syntax (vb)
Public Class CfnResourceSetPropsMixin.NLBResourceProperty Implements CfnResourceSetPropsMixin.INLBResourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Route53RecoveryReadiness;
var nLBResourceProperty = new NLBResourceProperty {
Arn = "arn"
};
Synopsis
Constructors
| NLBResourceProperty() | The Network Load Balancer resource that a DNS target resource points to. |
Properties
| Arn | The Network Load Balancer resource Amazon Resource Name (ARN). |
Constructors
NLBResourceProperty()
The Network Load Balancer resource that a DNS target resource points to.
public NLBResourceProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Route53RecoveryReadiness;
var nLBResourceProperty = new NLBResourceProperty {
Arn = "arn"
};
Properties
Arn
The Network Load Balancer resource Amazon Resource Name (ARN).
public string? Arn { get; set; }