Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
EndPoint' | |
|
Instances
Eq EndPoint Source # | |
Read EndPoint Source # | |
Show EndPoint Source # | |
Generic EndPoint Source # | |
NFData EndPoint Source # | |
Defined in Amazonka.CloudFront.Types.EndPoint | |
Hashable EndPoint Source # | |
Defined in Amazonka.CloudFront.Types.EndPoint | |
FromXML EndPoint Source # | |
ToXML 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" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" '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.