AWS::EC2::NetworkInsightsAccessScopeAnalysis - AWS CloudFormation (original) (raw)
Describes a Network Access Scope analysis.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Type" : "AWS::EC2::NetworkInsightsAccessScopeAnalysis",
"Properties" : {
"NetworkInsightsAccessScopeId" : String,
"Tags" : [ Tag, ... ]
}
}
YAML
Type: AWS::EC2::NetworkInsightsAccessScopeAnalysis
Properties:
NetworkInsightsAccessScopeId: String
Tags:
- Tag
Properties
NetworkInsightsAccessScopeId
The ID of the Network Access Scope.
Required: Yes
Type: String
Update requires: Replacement
Tags
The tags.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the ID of the network insights analysis.
For more information about using the Ref
function, see Ref.
Fn::GetAtt
The Fn::GetAtt
intrinsic 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::GetAtt
intrinsic function, see Fn::GetAtt.
AnalyzedEniCount
The number of network interfaces analyzed.
EndDate
The end date of the analysis.
FindingsFound
Indicates whether there are findings (true | false | unknown).
NetworkInsightsAccessScopeAnalysisArn
The ARN of the Network Access Scope analysis.
NetworkInsightsAccessScopeAnalysisId
The ID of the Network Access Scope analysis.
StartDate
The start date of the analysis.
Status
The status of the analysis (running | succeeded | failed).
StatusMessage
The status message.