GetNetworkInsightsAnalysisForwardPathComponent constructor
const
GetNetworkInsightsAnalysisForwardPathComponent({
- required Input<
List< aclRules,GetNetworkInsightsAnalysisForwardPathComponentAclRule> > - required Input<
List< additionalDetails,GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail> > - required Input<
List< attachedTos,GetNetworkInsightsAnalysisForwardPathComponentAttachedTo> > - required Input<
List< components,GetNetworkInsightsAnalysisForwardPathComponentComponent> > - required Input<
List< destinationVpcs,GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc> > - required Input<
List< inboundHeaders,GetNetworkInsightsAnalysisForwardPathComponentInboundHeader> > - required Input<
List< outboundHeaders,GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader> > - required Input<
List< routeTableRoutes,GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute> > - required Input<
List< securityGroupRules,GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule> > - required Input<
int> sequenceNumber, - required Input<
List< sourceVpcs,GetNetworkInsightsAnalysisForwardPathComponentSourceVpc> > - required Input<
List< subnets,GetNetworkInsightsAnalysisForwardPathComponentSubnet> > - required Input<
List< transitGatewayRouteTableRoutes,GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute> > - required Input<
List< transitGateways,GetNetworkInsightsAnalysisForwardPathComponentTransitGateway> > - required Input<
List< vpcs,GetNetworkInsightsAnalysisForwardPathComponentVpc> >
Creates a new GetNetworkInsightsAnalysisForwardPathComponent.
aclRules Required.
additionalDetails Required.
attachedTos Required.
components Required.
destinationVpcs Required.
inboundHeaders Required.
outboundHeaders Required.
routeTableRoutes Required.
securityGroupRules Required.
sequenceNumber Required.
sourceVpcs Required.
subnets Required.
transitGatewayRouteTableRoutes Required.
transitGateways Required.
vpcs Required.
Implementation
const GetNetworkInsightsAnalysisForwardPathComponent({
required this.aclRules,
required this.additionalDetails,
required this.attachedTos,
required this.components,
required this.destinationVpcs,
required this.inboundHeaders,
required this.outboundHeaders,
required this.routeTableRoutes,
required this.securityGroupRules,
required this.sequenceNumber,
required this.sourceVpcs,
required this.subnets,
required this.transitGatewayRouteTableRoutes,
required this.transitGateways,
required this.vpcs,
});