AWS::EC2::NetworkInsightsAnalysis
Specifies a network insights analysis.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::NetworkInsightsAnalysis", "Properties" : { "AdditionalAccounts" :[ String, ... ], "FilterInArns" :[ String, ... ], "NetworkInsightsPathId" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::EC2::NetworkInsightsAnalysis Properties: AdditionalAccounts:- StringFilterInArns:- StringNetworkInsightsPathId:StringTags:- Tag
Properties
AdditionalAccounts-
The member accounts that contain resources that the path can traverse.
Required: No
Type: List of String
Update requires: No interruption
FilterInArns-
The Amazon Resource Names (ARN) of the resources that the path must traverse.
Required: No
Type: List of String
Update requires: Replacement
NetworkInsightsPathId-
The ID of the path.
Required: Yes
Type: String
Update requires: Replacement
Tags-
The tags to apply.
Required: No
Type: List of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the ID of the network insights analysis.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.
AlternatePathHints-
Potential intermediate components.
Explanations-
The explanations. For more information, see Reachability Analyzer explanation codes.
ForwardPathComponents-
The components in the path from source to destination.
NetworkInsightsAnalysisArn-
The Amazon Resource Name (ARN) of the network insights analysis.
NetworkInsightsAnalysisId-
The ID of the network insights analysis.
NetworkPathFound-
Indicates whether the destination is reachable from the source.
ReturnPathComponents-
The components in the path from destination to source.
StartDate-
The time the analysis started.
Status-
The status of the network insights analysis.
StatusMessage-
The status message, if the status is
failed. SuggestedAccounts-
The IDs of potential intermediate accounts.