GetSecurityGroupsResult

data class GetSecurityGroupsResult(val arns: List<String>, val filters: List<GetSecurityGroupsFilter>? = null, val id: String, val ids: List<String>, val tags: Map<String, String>, val vpcIds: List<String>)

A collection of values returned by getSecurityGroups.

Constructors

Link copied to clipboard
constructor(arns: List<String>, filters: List<GetSecurityGroupsFilter>? = null, id: String, ids: List<String>, tags: Map<String, String>, vpcIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARNs of the matched security groups.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

IDs of the matches security groups.

Link copied to clipboard
Link copied to clipboard

VPC IDs of the matched security groups. The data source's tag or filter will span VPCs unless the vpc-id filter is also used.