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