| 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.CloudFront.Types.EndPoint
Description
Synopsis
Documentation
Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.
See: newEndPoint smart constructor.
Constructors
| EndPoint' | |
Fields
| |
Instances
| FromXML EndPoint Source # | |
| ToXML EndPoint Source # | |
Defined in Amazonka.CloudFront.Types.EndPoint | |
| Generic EndPoint Source # | |
| Read EndPoint Source # | |
| Show EndPoint Source # | |
| NFData EndPoint Source # | |
Defined in Amazonka.CloudFront.Types.EndPoint | |
| Eq EndPoint Source # | |
| Hashable EndPoint Source # | |
Defined in Amazonka.CloudFront.Types.EndPoint | |
| type Rep EndPoint Source # | |
Defined in Amazonka.CloudFront.Types.EndPoint type Rep EndPoint = D1 ('MetaData "EndPoint" "Amazonka.CloudFront.Types.EndPoint" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "EndPoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kinesisStreamConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisStreamConfig)) :*: S1 ('MetaSel ('Just "streamType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of EndPoint 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:kinesisStreamConfig:EndPoint', endPoint_kinesisStreamConfig - Contains information about the Amazon Kinesis data stream where you are
sending real-time log data.
$sel:streamType:EndPoint', endPoint_streamType - The type of data stream where you are sending real-time log data. The
only valid value is Kinesis.
endPoint_kinesisStreamConfig :: Lens' EndPoint (Maybe KinesisStreamConfig) Source #
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.