Get Security Group Plain Args
data class GetSecurityGroupPlainArgs(val filters: List<GetSecurityGroupFilter>? = null, val id: String? = null, val name: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetSecurityGroupPlainArgs>
A collection of arguments for invoking getSecurityGroup.
Properties
Link copied to clipboard
Custom filter block as described below.
Link copied to clipboard
Name of the field to filter by, as defined by the underlying AWS API.