Ec2SecurityGroup

This data type is used as a response element in the following actions:

  • AuthorizeDBSecurityGroupIngress

  • DescribeDBSecurityGroups

  • RevokeDBSecurityGroupIngress

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the id of the EC2 security group.

Link copied to clipboard

Specifies the name of the EC2 security group.

Link copied to clipboard

Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

Link copied to clipboard

Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".

Functions

Link copied to clipboard
inline fun copy(block: Ec2SecurityGroup.Builder.() -> Unit = {}): Ec2SecurityGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String