class Aws::RDS::Types::CreateDBSecurityGroupMessage
@note When making an API call, you may pass CreateDBSecurityGroupMessage
data as a hash: { db_security_group_name: "String", # required db_security_group_description: "String", # required tags: [ { key: "String", value: "String", }, ], }
@!attribute [rw] db_security_group_name
The name for the DB security group. This value is stored as a lowercase string. Constraints: * Must be 1 to 255 letters, numbers, or hyphens. * First character must be a letter * Can't end with a hyphen or contain two consecutive hyphens * Must not be "Default" Example: `mysecuritygroup` @return [String]
@!attribute [rw] db_security_group_description
The description for the DB security group. @return [String]
@!attribute [rw] tags
Tags to assign to the DB security group. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSecurityGroupMessage AWS API Documentation
Constants
- SENSITIVE