| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.CloudFront.Function
Documentation
data FunctionConfigProperty Source #
Constructors
| FunctionConfigProperty | |
Fields | |
Instances
data KeyValueStoreAssociationProperty Source #
Constructors
| KeyValueStoreAssociationProperty | |
Fields
| |
Instances
| ToJSON KeyValueStoreAssociationProperty Source # | |||||
Defined in Stratosphere.CloudFront.Function.KeyValueStoreAssociationProperty | |||||
| Show KeyValueStoreAssociationProperty Source # | |||||
Defined in Stratosphere.CloudFront.Function.KeyValueStoreAssociationProperty Methods showsPrec :: Int -> KeyValueStoreAssociationProperty -> ShowS # | |||||
| Eq KeyValueStoreAssociationProperty Source # | |||||
| ToResourceProperties KeyValueStoreAssociationProperty Source # | |||||
| Property "KeyValueStoreARN" KeyValueStoreAssociationProperty Source # | |||||
Defined in Stratosphere.CloudFront.Function.KeyValueStoreAssociationProperty Associated Types
Methods set :: PropertyType "KeyValueStoreARN" KeyValueStoreAssociationProperty -> KeyValueStoreAssociationProperty -> KeyValueStoreAssociationProperty # | |||||
| type PropertyType "KeyValueStoreARN" KeyValueStoreAssociationProperty Source # | |||||
Constructors
| Function | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-function.html |
Fields | |
Instances
| ToJSON Function Source # | |||||
| Show Function Source # | |||||
| Eq Function Source # | |||||
| ToResourceProperties Function Source # | |||||
Defined in Stratosphere.CloudFront.Function Methods | |||||
| Property "AutoPublish" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function Associated Types
| |||||
| Property "FunctionCode" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function Associated Types
| |||||
| Property "FunctionConfig" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function Associated Types
| |||||
| Property "FunctionMetadata" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function Associated Types
| |||||
| Property "Name" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function Associated Types
| |||||
| type PropertyType "AutoPublish" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function | |||||
| type PropertyType "FunctionCode" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function | |||||
| type PropertyType "FunctionConfig" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function | |||||
| type PropertyType "FunctionMetadata" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function | |||||
| type PropertyType "Name" Function Source # | |||||
Defined in Stratosphere.CloudFront.Function | |||||
mkFunction :: Value Text -> FunctionConfigProperty -> Value Text -> Function Source #