Show / Hide Table of Contents

Interface CfnNetworkInsightsAnalysis.IAnalysisLoadBalancerTargetProperty

Describes a load balancer target.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsAnalysis.IAnalysisLoadBalancerTargetProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAnalysis.IAnalysisLoadBalancerTargetProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisloadbalancertarget.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.EC2;

             var analysisLoadBalancerTargetProperty = new AnalysisLoadBalancerTargetProperty {
                 Address = "address",
                 AvailabilityZone = "availabilityZone",
                 Instance = new AnalysisComponentProperty {
                     Arn = "arn",
                     Id = "id"
                 },
                 Port = 123
             };

Synopsis

Properties

Address

The IP address.

AvailabilityZone

The Availability Zone.

Instance

Information about the instance.

Port

The port on which the target is listening.

Properties

Address

The IP address.

string? Address { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisloadbalancertarget.html#cfn-ec2-networkinsightsanalysis-analysisloadbalancertarget-address

AvailabilityZone

The Availability Zone.

string? AvailabilityZone { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisloadbalancertarget.html#cfn-ec2-networkinsightsanalysis-analysisloadbalancertarget-availabilityzone

Instance

Information about the instance.

object? Instance { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisloadbalancertarget.html#cfn-ec2-networkinsightsanalysis-analysisloadbalancertarget-instance

Port

The port on which the target is listening.

double? Port { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisloadbalancertarget.html#cfn-ec2-networkinsightsanalysis-analysisloadbalancertarget-port

Back to top Generated by DocFX