| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Redshift.Types.PartnerIntegrationInputMessage
Description
Synopsis
- data PartnerIntegrationInputMessage = PartnerIntegrationInputMessage' {}
- newPartnerIntegrationInputMessage :: Text -> Text -> Text -> Text -> PartnerIntegrationInputMessage
- partnerIntegrationInputMessage_accountId :: Lens' PartnerIntegrationInputMessage Text
- partnerIntegrationInputMessage_clusterIdentifier :: Lens' PartnerIntegrationInputMessage Text
- partnerIntegrationInputMessage_databaseName :: Lens' PartnerIntegrationInputMessage Text
- partnerIntegrationInputMessage_partnerName :: Lens' PartnerIntegrationInputMessage Text
Documentation
data PartnerIntegrationInputMessage Source #
See: newPartnerIntegrationInputMessage smart constructor.
Constructors
| PartnerIntegrationInputMessage' | |
Fields
| |
Instances
newPartnerIntegrationInputMessage Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> PartnerIntegrationInputMessage |
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.