GetSecurityGroupResult

data class GetSecurityGroupResult(val groupId: String? = null, val id: String? = null, val securityGroupEgress: List<SecurityGroupEgress>? = null, val securityGroupIngress: List<SecurityGroupIngress>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(groupId: String? = null, id: String? = null, securityGroupEgress: List<SecurityGroupEgress>? = null, securityGroupIngress: List<SecurityGroupIngress>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupId: String? = null

The group ID of the specified security group.

Link copied to clipboard
val id: String? = null

The group name or group ID depending on whether the SG is created in default or specific VPC

Link copied to clipboard

VPC only The outbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.

Link copied to clipboard

The inbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.

Link copied to clipboard
val tags: List<Tag>? = null

Any tags assigned to the security group.