| 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.DataShareAssociation
Description
Synopsis
- data DataShareAssociation = DataShareAssociation' {}
- newDataShareAssociation :: DataShareAssociation
- dataShareAssociation_consumerIdentifier :: Lens' DataShareAssociation (Maybe Text)
- dataShareAssociation_consumerRegion :: Lens' DataShareAssociation (Maybe Text)
- dataShareAssociation_createdDate :: Lens' DataShareAssociation (Maybe UTCTime)
- dataShareAssociation_status :: Lens' DataShareAssociation (Maybe DataShareStatus)
- dataShareAssociation_statusChangeDate :: Lens' DataShareAssociation (Maybe UTCTime)
Documentation
data DataShareAssociation Source #
The association of a datashare from a producer account with a data consumer.
See: newDataShareAssociation smart constructor.
Constructors
| DataShareAssociation' | |
Fields
| |
Instances
newDataShareAssociation :: DataShareAssociation Source #
Create a value of DataShareAssociation 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:consumerIdentifier:DataShareAssociation', dataShareAssociation_consumerIdentifier - The name of the consumer accounts that have an association with a
producer datashare.
$sel:consumerRegion:DataShareAssociation', dataShareAssociation_consumerRegion - The Amazon Web Services Region of the consumer accounts that have an
association with a producer datashare.
$sel:createdDate:DataShareAssociation', dataShareAssociation_createdDate - The creation date of the datashare that is associated.
$sel:status:DataShareAssociation', dataShareAssociation_status - The status of the datashare that is associated.
$sel:statusChangeDate:DataShareAssociation', dataShareAssociation_statusChangeDate - The status change data of the datashare that is associated.
dataShareAssociation_consumerIdentifier :: Lens' DataShareAssociation (Maybe Text) Source #
The name of the consumer accounts that have an association with a producer datashare.
dataShareAssociation_consumerRegion :: Lens' DataShareAssociation (Maybe Text) Source #
The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.
dataShareAssociation_createdDate :: Lens' DataShareAssociation (Maybe UTCTime) Source #
The creation date of the datashare that is associated.
dataShareAssociation_status :: Lens' DataShareAssociation (Maybe DataShareStatus) Source #
The status of the datashare that is associated.
dataShareAssociation_statusChangeDate :: Lens' DataShareAssociation (Maybe UTCTime) Source #
The status change data of the datashare that is associated.