AuthorizeClusterSecurityGroupIngressMessage
public struct AuthorizeClusterSecurityGroupIngressMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The IP range to be added the Amazon Redshift security group.
Declaration
Swift
public let cidrip: String? -
The name of the security group to which the ingress rule is added.
Declaration
Swift
public let clusterSecurityGroupName: String -
The EC2 security group to be added the Amazon Redshift security group.
Declaration
Swift
public let eC2SecurityGroupName: String? -
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. Example: 111122223333
Declaration
Swift
public let eC2SecurityGroupOwnerId: String? -
Undocumented
Declaration
Swift
public init(cidrip: String? = nil, clusterSecurityGroupName: String, eC2SecurityGroupName: String? = nil, eC2SecurityGroupOwnerId: String? = nil)
View on GitHub
AuthorizeClusterSecurityGroupIngressMessage Structure Reference