This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). # AWS::EC2::NetworkInsightsAccessScopeAnalysis Describes a Network Access Scope analysis. ## Syntax To declare this entity in your CloudFormation template, use the following syntax: ### JSON ``` { "Type" : "AWS::EC2::NetworkInsightsAccessScopeAnalysis", "Properties" : { "[NetworkInsightsAccessScopeId](#cfn-ec2-networkinsightsaccessscopeanalysis-networkinsightsaccessscopeid)" : {{String}}, "[Tags](#cfn-ec2-networkinsightsaccessscopeanalysis-tags)" : {{[ Tag, ... ]}} } } ``` ### YAML ``` Type: AWS::EC2::NetworkInsightsAccessScopeAnalysis Properties: [NetworkInsightsAccessScopeId](#cfn-ec2-networkinsightsaccessscopeanalysis-networkinsightsaccessscopeid): {{String}} [Tags](#cfn-ec2-networkinsightsaccessscopeanalysis-tags): {{ - Tag}} ``` ## Properties `NetworkInsightsAccessScopeId` The ID of the Network Access Scope. *Required*: Yes *Type*: String *Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) `Tags` The tags. *Required*: No *Type*: Array of [Tag](aws-properties-ec2-networkinsightsaccessscopeanalysis-tag.md) *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) ## 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 [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html). ### 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 [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html). #### `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.

AltStyle によって変換されたページ (->オリジナル) /