class Aws::Redshift::Types::AuthorizeEndpointAccessMessage

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

data as a hash:

    {
      cluster_identifier: "String",
      account: "String", # required
      vpc_ids: ["String"],
    }

@!attribute [rw] cluster_identifier

The cluster identifier of the cluster to grant access to.
@return [String]

@!attribute [rw] account

The Amazon Web Services account ID to grant access to.
@return [String]

@!attribute [rw] vpc_ids

The virtual private cloud (VPC) identifiers to grant access to.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthorizeEndpointAccessMessage AWS API Documentation

Constants

SENSITIVE