CacheSecurityGroup

public struct CacheSecurityGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN (Amazon Resource Name) of the cache security group.

    Declaration

    Swift

    public let arn: String?
  • The name of the cache security group.

    Declaration

    Swift

    public let cacheSecurityGroupName: String?
  • The description of the cache security group.

    Declaration

    Swift

    public let description: String?
  • A list of Amazon EC2 security groups that are associated with this cache security group.

    Declaration

    Swift

    public let eC2SecurityGroups: [EC2SecurityGroup]?
  • The AWS account ID of the cache security group owner.

    Declaration

    Swift

    public let ownerId: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, cacheSecurityGroupName: String? = nil, description: String? = nil, eC2SecurityGroups: [EC2SecurityGroup]? = nil, ownerId: String? = nil)