amazonka-redshift-2.0: Amazon Redshift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Redshift.Types.PartnerIntegrationInputMessage

Description

 
Synopsis

Documentation

data PartnerIntegrationInputMessage Source #

See: newPartnerIntegrationInputMessage smart constructor.

Constructors

PartnerIntegrationInputMessage' 

Fields

  • accountId :: Text

    The Amazon Web Services account ID that owns the cluster.

  • clusterIdentifier :: Text

    The cluster identifier of the cluster that receives data from the partner.

  • databaseName :: Text

    The name of the database that receives data from the partner.

  • partnerName :: Text

    The name of the partner that is authorized to send data.

Instances

Instances details
ToQuery PartnerIntegrationInputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInputMessage

Generic PartnerIntegrationInputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInputMessage

Associated Types

type Rep PartnerIntegrationInputMessage :: Type -> Type #

Read PartnerIntegrationInputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInputMessage

Show PartnerIntegrationInputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInputMessage

NFData PartnerIntegrationInputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInputMessage

Eq PartnerIntegrationInputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInputMessage

Hashable PartnerIntegrationInputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInputMessage

type Rep PartnerIntegrationInputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInputMessage

type Rep PartnerIntegrationInputMessage = D1 ('MetaData "PartnerIntegrationInputMessage" "Amazonka.Redshift.Types.PartnerIntegrationInputMessage" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "PartnerIntegrationInputMessage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "partnerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPartnerIntegrationInputMessage Source #

Create a value of PartnerIntegrationInputMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:PartnerIntegrationInputMessage', partnerIntegrationInputMessage_accountId - The Amazon Web Services account ID that owns the cluster.

$sel:clusterIdentifier:PartnerIntegrationInputMessage', partnerIntegrationInputMessage_clusterIdentifier - The cluster identifier of the cluster that receives data from the partner.

$sel:databaseName:PartnerIntegrationInputMessage', partnerIntegrationInputMessage_databaseName - The name of the database that receives data from the partner.

$sel:partnerName:PartnerIntegrationInputMessage', partnerIntegrationInputMessage_partnerName - The name of the partner that is authorized to send data.

partnerIntegrationInputMessage_accountId :: Lens' PartnerIntegrationInputMessage Text Source #

The Amazon Web Services account ID that owns the cluster.

partnerIntegrationInputMessage_clusterIdentifier :: Lens' PartnerIntegrationInputMessage Text Source #

The cluster identifier of the cluster that receives data from the partner.

partnerIntegrationInputMessage_databaseName :: Lens' PartnerIntegrationInputMessage Text Source #

The name of the database that receives data from the partner.

partnerIntegrationInputMessage_partnerName :: Lens' PartnerIntegrationInputMessage Text Source #

The name of the partner that is authorized to send data.