Show / Hide Table of Contents

Class CfnResourceSetPropsMixin.NLBResourceProperty

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

Inheritance
object
CfnResourceSetPropsMixin.NLBResourceProperty
Implements
CfnResourceSetPropsMixin.INLBResourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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; }
Property Value

string

Remarks

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

Implements

CfnResourceSetPropsMixin.INLBResourceProperty
Back to top Generated by DocFX