GetSecurityGroupVpcAssociationPlainArgs

data class GetSecurityGroupVpcAssociationPlainArgs(val groupId: String, val vpcId: String) : ConvertibleToJava<GetSecurityGroupVpcAssociationPlainArgs>

Constructors

Link copied to clipboard
constructor(groupId: String, vpcId: String)

Properties

Link copied to clipboard

The group ID of the specified security group.

Link copied to clipboard

The ID of the VPC in the security group vpc association.

Functions

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