Show / Hide Table of Contents

Interface CfnResourceSet.INLBResourceProperty

The Network Load Balancer resource that a DNS target resource points to.

Namespace: Amazon.CDK.AWS.Route53RecoveryReadiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnResourceSet.INLBResourceProperty
Syntax (vb)
Public Interface CfnResourceSet.INLBResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoveryreadiness-resourceset-nlbresource.html

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.AWS.Route53RecoveryReadiness;

             var nLBResourceProperty = new NLBResourceProperty {
                 Arn = "arn"
             };

Synopsis

Properties

Arn

The Network Load Balancer resource Amazon Resource Name (ARN).

Properties

Arn

The Network Load Balancer resource Amazon Resource Name (ARN).

string? Arn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoveryreadiness-resourceset-nlbresource.html#cfn-route53recoveryreadiness-resourceset-nlbresource-arn

Back to top Generated by DocFX