DbSecurityGroup

Contains the details for an Amazon RDS DB security group.

This data type is used as a response element in the DescribeDBSecurityGroups action.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the DB security group.

Link copied to clipboard

Provides the description of the DB security group.

Link copied to clipboard

Specifies the name of the DB security group.

Link copied to clipboard

Contains a list of EC2SecurityGroup elements.

Link copied to clipboard

Contains a list of IPRange elements.

Link copied to clipboard

Provides the Amazon Web Services ID of the owner of a specific DB security group.

Link copied to clipboard

Provides the VpcId of the DB security group.

Functions

Link copied to clipboard
inline fun copy(block: DbSecurityGroup.Builder.() -> Unit = {}): DbSecurityGroup
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