Stratosphere.Logs.Delivery
data Delivery Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-delivery.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-delivery.html#cfn-logs-delivery-deliverydestinationarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-delivery.html#cfn-logs-delivery-deliverysourcename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-delivery.html#cfn-logs-delivery-fielddelimiter
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-delivery.html#cfn-logs-delivery-recordfields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-delivery.html#cfn-logs-delivery-s3enablehivecompatiblepath
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-delivery.html#cfn-logs-delivery-s3suffixpath
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-delivery.html#cfn-logs-delivery-tags
Defined in Stratosphere.Logs.Delivery
Methods
toJSON :: Delivery -> Value #
toEncoding :: Delivery -> Encoding #
toJSONList :: [Delivery] -> Value #
toEncodingList :: [Delivery] -> Encoding #
omitField :: Delivery -> Bool #
showsPrec :: Int -> Delivery -> ShowS #
show :: Delivery -> String #
showList :: [Delivery] -> ShowS #
(==) :: Delivery -> Delivery -> Bool #
(/=) :: Delivery -> Delivery -> Bool #
toResourceProperties :: Delivery -> ResourceProperties #
Associated Types
set :: PropertyType "DeliveryDestinationArn" Delivery -> Delivery -> Delivery #
set :: PropertyType "DeliverySourceName" Delivery -> Delivery -> Delivery #
set :: PropertyType "FieldDelimiter" Delivery -> Delivery -> Delivery #
set :: PropertyType "RecordFields" Delivery -> Delivery -> Delivery #
set :: PropertyType "S3EnableHiveCompatiblePath" Delivery -> Delivery -> Delivery #
set :: PropertyType "S3SuffixPath" Delivery -> Delivery -> Delivery #
set :: PropertyType "Tags" Delivery -> Delivery -> Delivery #
mkDelivery :: Value Text -> Value Text -> Delivery Source #