Get Security Group Rule Plain Args
data class GetSecurityGroupRulePlainArgs(val filters: List<GetSecurityGroupRuleFilter>? = null, val securityGroupRuleId: String? = null) : ConvertibleToJava<GetSecurityGroupRulePlainArgs>
A collection of arguments for invoking getSecurityGroupRule.
Properties
Link copied to clipboard
Configuration block(s) for filtering. Detailed below. The arguments of this data source act as filters for querying the available security group rules. The given filters must match exactly one security group rule whose data will be exported as attributes.
Link copied to clipboard
ID of the security group rule to select.