GetSecurityGroupsPlainArgs

data class GetSecurityGroupsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetSecurityGroupsPlainArgs>

A collection of arguments for invoking getSecurityGroups.

Constructors

Link copied to clipboard
constructor(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, tags: Map<String, String>? = null, vpcId: String? = null)

Properties

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard
val ids: List<String>? = null

A list of Security Group IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter the resulting security groups by their names.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val resourceGroupId: String? = null

The Id of resource group which the security_group belongs.

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

A map of tags assigned to the ECS instances. It must be in the format:

Link copied to clipboard
val vpcId: String? = null

Used to retrieve security groups that belong to the specified VPC ID.

Functions

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