AWS::EC2::NetworkInsightsAnalysis AlternatePathHint
Describes an potential intermediate component of a feasible path.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ComponentArn" :
String
, "ComponentId" :String
}
YAML
ComponentArn:
String
ComponentId:String
Properties
ComponentArn
-
The Amazon Resource Name (ARN) of the component.
Required: No
Type: String
Update requires: No interruption
ComponentId
-
The ID of the component.
Required: No
Type: String
Update requires: No interruption