Ec2SecurityGroup

Describes an Amazon EC2 security group.

Types

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

Properties

Link copied to clipboard

The name of the EC2 Security Group.

Link copied to clipboard

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

Link copied to clipboard

The status of the EC2 security group.

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

The list of tags for the EC2 security group.

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