ClusterSecurityGroup

public struct ClusterSecurityGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the cluster security group to which the operation was applied.

    Declaration

    Swift

    public let clusterSecurityGroupName: String?
  • A description of the security group.

    Declaration

    Swift

    public let description: String?
  • A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

    Declaration

    Swift

    public let eC2SecurityGroups: [EC2SecurityGroup]?
  • A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

    Declaration

    Swift

    public let iPRanges: [IPRange]?
  • The list of tags for the cluster security group.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(clusterSecurityGroupName: String? = nil, description: String? = nil, eC2SecurityGroups: [EC2SecurityGroup]? = nil, iPRanges: [IPRange]? = nil, tags: [Tag]? = nil)