amazonka-cloudfront-2.0: Amazon CloudFront 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.CloudFront.Types.EndPoint

Description

 
Synopsis

Documentation

data EndPoint Source #

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

Instances details
FromXML EndPoint Source # 
Instance details

Defined in Amazonka.CloudFront.Types.EndPoint

ToXML EndPoint Source # 
Instance details

Defined in Amazonka.CloudFront.Types.EndPoint

Methods

toXML :: EndPoint -> XML #

Generic EndPoint Source # 
Instance details

Defined in Amazonka.CloudFront.Types.EndPoint

Associated Types

type Rep EndPoint :: Type -> Type #

Methods

from :: EndPoint -> Rep EndPoint x #

to :: Rep EndPoint x -> EndPoint #

Read EndPoint Source # 
Instance details

Defined in Amazonka.CloudFront.Types.EndPoint

Show EndPoint Source # 
Instance details

Defined in Amazonka.CloudFront.Types.EndPoint

NFData EndPoint Source # 
Instance details

Defined in Amazonka.CloudFront.Types.EndPoint

Methods

rnf :: EndPoint -> () #

Eq EndPoint Source # 
Instance details

Defined in Amazonka.CloudFront.Types.EndPoint

Hashable EndPoint Source # 
Instance details

Defined in Amazonka.CloudFront.Types.EndPoint

Methods

hashWithSalt :: Int -> EndPoint -> Int #

hash :: EndPoint -> Int #

type Rep EndPoint Source # 
Instance details

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)))

newEndPoint Source #

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.

endPoint_streamType :: Lens' EndPoint Text Source #

The type of data stream where you are sending real-time log data. The only valid value is Kinesis.