GetSecurityGroupPlainArgs

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.

Constructors

Link copied to clipboard
constructor(filters: List<GetSecurityGroupFilter>? = null, id: String? = null, name: String? = null, tags: Map<String, String>? = null, vpcId: String? = null)

Properties

Link copied to clipboard

Custom filter block as described below.

Link copied to clipboard
val id: String? = null

Id of the specific security group to retrieve.

Link copied to clipboard
val name: String? = null

Name of the field to filter by, as defined by the underlying AWS API.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags, each pair of which must exactly match a pair on the desired security group.

Link copied to clipboard
val vpcId: String? = null

Id of the VPC that the desired security group belongs to. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Functions

Link copied to clipboard
open override fun toJava(): GetSecurityGroupPlainArgs