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::NetworkInsightsAccessScope AccessScopePathRequest Describes a path. ## Syntax To declare this entity in your CloudFormation template, use the following syntax: ### JSON ``` { "[Destination](#cfn-ec2-networkinsightsaccessscope-accessscopepathrequest-destination)" : {{PathStatementRequest}}, "[Source](#cfn-ec2-networkinsightsaccessscope-accessscopepathrequest-source)" : {{PathStatementRequest}}, "[ThroughResources](#cfn-ec2-networkinsightsaccessscope-accessscopepathrequest-throughresources)" : {{[ ThroughResourcesStatementRequest, ... ]}} } ``` ### YAML ``` [Destination](#cfn-ec2-networkinsightsaccessscope-accessscopepathrequest-destination): {{ PathStatementRequest}} [Source](#cfn-ec2-networkinsightsaccessscope-accessscopepathrequest-source): {{ PathStatementRequest}} [ThroughResources](#cfn-ec2-networkinsightsaccessscope-accessscopepathrequest-throughresources): {{ - ThroughResourcesStatementRequest}} ``` ## Properties `Destination` The destination. *Required*: No *Type*: [PathStatementRequest](aws-properties-ec2-networkinsightsaccessscope-pathstatementrequest.md) *Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) `Source` The source. *Required*: No *Type*: [PathStatementRequest](aws-properties-ec2-networkinsightsaccessscope-pathstatementrequest.md) *Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) `ThroughResources` The through resources. *Required*: No *Type*: Array of [ThroughResourcesStatementRequest](aws-properties-ec2-networkinsightsaccessscope-throughresourcesstatementrequest.md) *Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)