class Aws::ElastiCache::Types::AuthorizeCacheSecurityGroupIngressMessage

Represents the input of an AuthorizeCacheSecurityGroupIngress operation.

@note When making an API call, you may pass AuthorizeCacheSecurityGroupIngressMessage

data as a hash:

    {
      cache_security_group_name: "String", # required
      ec2_security_group_name: "String", # required
      ec2_security_group_owner_id: "String", # required
    }

@!attribute [rw] cache_security_group_name

The cache security group that allows network ingress.
@return [String]

@!attribute [rw] ec2_security_group_name

The Amazon EC2 security group to be authorized for ingress to the
cache security group.
@return [String]

@!attribute [rw] ec2_security_group_owner_id

The Amazon account number of the Amazon EC2 security group owner.
Note that this is not the same thing as an Amazon access key ID -
you must provide a valid Amazon account number for this parameter.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AuthorizeCacheSecurityGroupIngressMessage AWS API Documentation

Constants

SENSITIVE