OptionGroup

Types

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

Properties

Link copied to clipboard

Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.

Link copied to clipboard

Indicates when the option group was copied.

Link copied to clipboard

Indicates the name of the engine that this option group can be applied to.

Link copied to clipboard

Indicates the major engine version associated with this option group.

Link copied to clipboard

Specifies the Amazon Resource Name (ARN) for the option group.

Link copied to clipboard

Provides a description of the option group.

Link copied to clipboard

Specifies the name of the option group.

Link copied to clipboard

Indicates what options are available in the option group.

Link copied to clipboard

Specifies the Amazon Web Services account ID for the option group from which this option group is copied.

Link copied to clipboard

Specifies the name of the option group from which this option group is copied.

Link copied to clipboard

If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.

Functions

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