UserIdGroupPairArgs

data class UserIdGroupPairArgs(val description: Output<String>? = null, val groupId: Output<String>? = null, val groupName: Output<String>? = null, val peeringStatus: Output<String>? = null, val userId: Output<String>? = null, val vpcId: Output<String>? = null, val vpcPeeringConnectionId: Output<String>? = null) : ConvertibleToJava<UserIdGroupPairArgs>

Definition of UserIdGroupPair

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, groupId: Output<String>? = null, groupName: Output<String>? = null, peeringStatus: Output<String>? = null, userId: Output<String>? = null, vpcId: Output<String>? = null, vpcPeeringConnectionId: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A description for the security group rule that references this user ID group pair.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

Link copied to clipboard
val groupId: Output<String>? = null

The ID of the security group.

Link copied to clipboard
val groupName: Output<String>? = null

[Default VPC] The name of the security group. For a security group in a nondefault VPC, use the security group ID.

For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.

Link copied to clipboard
val peeringStatus: Output<String>? = null

The status of a VPC peering connection, if applicable.

Link copied to clipboard
val userId: Output<String>? = null

The ID of an Amazon Web Services account.

For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the VPC for the referenced security group, if applicable.

Link copied to clipboard
val vpcPeeringConnectionId: Output<String>? = null

The ID of the VPC peering connection, if applicable.

Functions

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