AWS::EC2::NetworkInsightsAccessScopeAnalysis - AWS CloudFormation

AWS::EC2::NetworkInsightsAccessScopeAnalysis

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: 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.

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.