AWS::EC2::NetworkInsightsAnalysis AnalysisLoadBalancerTarget - AWS CloudFormation

AWS::EC2::NetworkInsightsAnalysis AnalysisLoadBalancerTarget

Describes a load balancer target.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Address" : String, "AvailabilityZone" : String, "Instance" : AnalysisComponent, "Port" : Integer }

YAML

Address: String AvailabilityZone: String Instance: AnalysisComponent Port: Integer

Properties

Address

The IP address.

Required: No

Type: String

Pattern: ^([0-9]{1,3}.){3}[0-9]{1,3}$

Minimum: 0

Maximum: 15

Update requires: No interruption

AvailabilityZone

The Availability Zone.

Required: No

Type: String

Update requires: No interruption

Instance

Information about the instance.

Required: No

Type: AnalysisComponent

Update requires: No interruption

Port

The port on which the target is listening.

Required: No

Type: Integer

Minimum: 0

Maximum: 65535

Update requires: No interruption