AuthorizeCacheSecurityGroupIngressMessage
public struct AuthorizeCacheSecurityGroupIngressMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cache security group that allows network ingress.
Declaration
Swift
public let cacheSecurityGroupName: String
-
The Amazon EC2 security group to be authorized for ingress to the cache security group.
Declaration
Swift
public let eC2SecurityGroupName: String
-
The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.
Declaration
Swift
public let eC2SecurityGroupOwnerId: String
-
Undocumented
Declaration
Swift
public init(cacheSecurityGroupName: String, eC2SecurityGroupName: String, eC2SecurityGroupOwnerId: String)