Get Security Group Result
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)
Properties
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.