NetworkInsightsAnalysisReturnPathComponent constructor
const
NetworkInsightsAnalysisReturnPathComponent({
- Input<
List< ? aclRules,NetworkInsightsAnalysisReturnPathComponentAclRule> ?> - Input<
List< ? additionalDetails,NetworkInsightsAnalysisReturnPathComponentAdditionalDetail> ?> - Input<
List< ? attachedTos,NetworkInsightsAnalysisReturnPathComponentAttachedTo> ?> - Input<
List< ? components,NetworkInsightsAnalysisReturnPathComponentComponent> ?> - Input<
List< ? destinationVpcs,NetworkInsightsAnalysisReturnPathComponentDestinationVpc> ?> - Input<
List< ? inboundHeaders,NetworkInsightsAnalysisReturnPathComponentInboundHeader> ?> - Input<
List< ? outboundHeaders,NetworkInsightsAnalysisReturnPathComponentOutboundHeader> ?> - Input<
List< ? routeTableRoutes,NetworkInsightsAnalysisReturnPathComponentRouteTableRoute> ?> - Input<
List< ? securityGroupRules,NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule> ?> - Input<
int?> ? sequenceNumber, - Input<
List< ? sourceVpcs,NetworkInsightsAnalysisReturnPathComponentSourceVpc> ?> - Input<
List< ? subnets,NetworkInsightsAnalysisReturnPathComponentSubnet> ?> - Input<
List< ? transitGatewayRouteTableRoutes,NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute> ?> - Input<
List< ? transitGateways,NetworkInsightsAnalysisReturnPathComponentTransitGateway> ?> - Input<
List< ? vpcs,NetworkInsightsAnalysisReturnPathComponentVpc> ?>
Creates a new NetworkInsightsAnalysisReturnPathComponent.
aclRules Optional.
additionalDetails Optional.
attachedTos Optional.
components Optional.
destinationVpcs Optional.
inboundHeaders Optional.
outboundHeaders Optional.
routeTableRoutes Optional.
securityGroupRules Optional.
sequenceNumber Optional.
sourceVpcs Optional.
subnets Optional.
transitGatewayRouteTableRoutes Optional.
transitGateways Optional.
vpcs Optional.
Implementation
const NetworkInsightsAnalysisReturnPathComponent({
this.aclRules,
this.additionalDetails,
this.attachedTos,
this.components,
this.destinationVpcs,
this.inboundHeaders,
this.outboundHeaders,
this.routeTableRoutes,
this.securityGroupRules,
this.sequenceNumber,
this.sourceVpcs,
this.subnets,
this.transitGatewayRouteTableRoutes,
this.transitGateways,
this.vpcs,
});