This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringAvailabilityZone:StringInstance:AnalysisComponentPort:Integer
Properties
Address-
The IP address.
Required: No
Type: String
Pattern:
^([0-9]{1,3}.){3}[0-9]{1,3}$Minimum:
0Maximum:
15Update 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:
0Maximum:
65535Update requires: No interruption