AWS::EC2::NetworkInsightsAnalysis AnalysisLoadBalancerTarget - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EC2::NetworkInsightsAnalysis AnalysisLoadBalancerTarget

Describes a load balancer target.

Syntax

To declare this entity in your Amazon 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