GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule constructor
const
GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule({})
Creates a new GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule.
cidr Required.
direction Required.
portRanges Required.
prefixListId Required.
protocol Required.
securityGroupId Required.
Implementation
const GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule({
required this.cidr,
required this.direction,
required this.portRanges,
required this.prefixListId,
required this.protocol,
required this.securityGroupId,
});