NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule constructor

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

Creates a new NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule. cidr Optional. direction Optional. portRanges Optional. prefixListId Optional. protocol Optional. securityGroupId Optional.

Implementation

const NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule({
  this.cidr,
  this.direction,
  this.portRanges,
  this.prefixListId,
  this.protocol,
  this.securityGroupId,
});