| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.CloudFront.RealtimeLogConfig
Documentation
data EndPointProperty Source #
Constructors
| EndPointProperty | |
Fields | |
Instances
data KinesisStreamConfigProperty Source #
Constructors
| KinesisStreamConfigProperty | |
Instances
| ToJSON KinesisStreamConfigProperty Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig.KinesisStreamConfigProperty Methods toJSON :: KinesisStreamConfigProperty -> Value # toEncoding :: KinesisStreamConfigProperty -> Encoding # toJSONList :: [KinesisStreamConfigProperty] -> Value # toEncodingList :: [KinesisStreamConfigProperty] -> Encoding # | |||||
| Show KinesisStreamConfigProperty Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig.KinesisStreamConfigProperty Methods showsPrec :: Int -> KinesisStreamConfigProperty -> ShowS # show :: KinesisStreamConfigProperty -> String # showList :: [KinesisStreamConfigProperty] -> ShowS # | |||||
| Eq KinesisStreamConfigProperty Source # | |||||
| ToResourceProperties KinesisStreamConfigProperty Source # | |||||
| Property "RoleArn" KinesisStreamConfigProperty Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig.KinesisStreamConfigProperty Associated Types
Methods set :: PropertyType "RoleArn" KinesisStreamConfigProperty -> KinesisStreamConfigProperty -> KinesisStreamConfigProperty # | |||||
| Property "StreamArn" KinesisStreamConfigProperty Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig.KinesisStreamConfigProperty Associated Types
Methods set :: PropertyType "StreamArn" KinesisStreamConfigProperty -> KinesisStreamConfigProperty -> KinesisStreamConfigProperty # | |||||
| type PropertyType "RoleArn" KinesisStreamConfigProperty Source # | |||||
| type PropertyType "StreamArn" KinesisStreamConfigProperty Source # | |||||
data RealtimeLogConfig Source #
Constructors
| RealtimeLogConfig | |
Fields
| |
Instances
| ToJSON RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig Methods toJSON :: RealtimeLogConfig -> Value # toEncoding :: RealtimeLogConfig -> Encoding # toJSONList :: [RealtimeLogConfig] -> Value # toEncodingList :: [RealtimeLogConfig] -> Encoding # omitField :: RealtimeLogConfig -> Bool # | |||||
| Show RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig Methods showsPrec :: Int -> RealtimeLogConfig -> ShowS # show :: RealtimeLogConfig -> String # showList :: [RealtimeLogConfig] -> ShowS # | |||||
| Eq RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig Methods (==) :: RealtimeLogConfig -> RealtimeLogConfig -> Bool # (/=) :: RealtimeLogConfig -> RealtimeLogConfig -> Bool # | |||||
| ToResourceProperties RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig Methods toResourceProperties :: RealtimeLogConfig -> ResourceProperties # | |||||
| Property "EndPoints" RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig Associated Types
Methods set :: PropertyType "EndPoints" RealtimeLogConfig -> RealtimeLogConfig -> RealtimeLogConfig # | |||||
| Property "Fields" RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig Associated Types
Methods set :: PropertyType "Fields" RealtimeLogConfig -> RealtimeLogConfig -> RealtimeLogConfig # | |||||
| Property "Name" RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig Associated Types
Methods set :: PropertyType "Name" RealtimeLogConfig -> RealtimeLogConfig -> RealtimeLogConfig # | |||||
| Property "SamplingRate" RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig Associated Types
Methods set :: PropertyType "SamplingRate" RealtimeLogConfig -> RealtimeLogConfig -> RealtimeLogConfig # | |||||
| type PropertyType "EndPoints" RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig | |||||
| type PropertyType "Fields" RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig | |||||
| type PropertyType "Name" RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig | |||||
| type PropertyType "SamplingRate" RealtimeLogConfig Source # | |||||
Defined in Stratosphere.CloudFront.RealtimeLogConfig | |||||
mkRealtimeLogConfig :: [EndPointProperty] -> ValueList Text -> Value Text -> Value Double -> RealtimeLogConfig Source #