Network Insights Analysis Return Path Component Security Group Rule
data class NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule(val cidr: String? = null, val direction: String? = null, val portRanges: List<NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange>? = null, val prefixListId: String? = null, val protocol: String? = null, val securityGroupId: String? = null)
Constructors
Link copied to clipboard
fun NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule(cidr: String? = null, direction: String? = null, portRanges: List<NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange>? = null, prefixListId: String? = null, protocol: String? = null, securityGroupId: String? = null)