CreateClusterSecurityGroupMessage
public struct CreateClusterSecurityGroupMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name for the security group. Amazon Redshift stores the value as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be “Default”. Must be unique for all security groups that are created by your AWS account. Example: examplesecuritygroup
Declaration
Swift
public let clusterSecurityGroupName: String
-
A description for the security group.
Declaration
Swift
public let description: String
-
A list of tag instances.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(clusterSecurityGroupName: String, description: String, tags: [Tag]? = nil)