GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule constructor

const GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule({
  1. required Input<String> cidr,
  2. required Input<String> direction,
  3. required Input<List<GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange>> portRanges,
  4. required Input<String> prefixListId,
  5. required Input<String> protocol,
  6. required Input<String> securityGroupId,
})

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,
});