class Aws::Redshift::Types::PartnerIntegrationInputMessage

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

data as a hash:

    {
      account_id: "PartnerIntegrationAccountId", # required
      cluster_identifier: "PartnerIntegrationClusterIdentifier", # required
      database_name: "PartnerIntegrationDatabaseName", # required
      partner_name: "PartnerIntegrationPartnerName", # required
    }

@!attribute [rw] account_id

The Amazon Web Services account ID that owns the cluster.
@return [String]

@!attribute [rw] cluster_identifier

The cluster identifier of the cluster that receives data from the
partner.
@return [String]

@!attribute [rw] database_name

The name of the database that receives data from the partner.
@return [String]

@!attribute [rw] partner_name

The name of the partner that is authorized to send data.
@return [String]

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

Constants

SENSITIVE