interface AccessScopePathRequestProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnNetworkInsightsAccessScope_AccessScopePathRequestProperty |
![]() | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty |
![]() | aws_cdk.aws_ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnNetworkInsightsAccessScope » AccessScopePathRequestProperty |
Describes a path.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const accessScopePathRequestProperty: ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty = {
destination: {
packetHeaderStatement: {
destinationAddresses: ['destinationAddresses'],
destinationPorts: ['destinationPorts'],
destinationPrefixLists: ['destinationPrefixLists'],
protocols: ['protocols'],
sourceAddresses: ['sourceAddresses'],
sourcePorts: ['sourcePorts'],
sourcePrefixLists: ['sourcePrefixLists'],
},
resourceStatement: {
resources: ['resources'],
resourceTypes: ['resourceTypes'],
},
},
source: {
packetHeaderStatement: {
destinationAddresses: ['destinationAddresses'],
destinationPorts: ['destinationPorts'],
destinationPrefixLists: ['destinationPrefixLists'],
protocols: ['protocols'],
sourceAddresses: ['sourceAddresses'],
sourcePorts: ['sourcePorts'],
sourcePrefixLists: ['sourcePrefixLists'],
},
resourceStatement: {
resources: ['resources'],
resourceTypes: ['resourceTypes'],
},
},
throughResources: [{
resourceStatement: {
resources: ['resources'],
resourceTypes: ['resourceTypes'],
},
}],
};
Properties
Name | Type | Description |
---|---|---|
destination? | IResolvable | Path | The destination. |
source? | IResolvable | Path | The source. |
through | IResolvable | IResolvable | Through [] | The through resources. |
destination?
Type:
IResolvable
|
Path
(optional)
The destination.
source?
Type:
IResolvable
|
Path
(optional)
The source.
throughResources?
Type:
IResolvable
|
IResolvable
|
Through
[]
(optional)
The through resources.