Stratosphere.AppSync.ApiCache
data ApiCache Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-healthmetricsconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type
Defined in Stratosphere.AppSync.ApiCache
Methods
toJSON :: ApiCache -> Value #
toEncoding :: ApiCache -> Encoding #
toJSONList :: [ApiCache] -> Value #
toEncodingList :: [ApiCache] -> Encoding #
omitField :: ApiCache -> Bool #
showsPrec :: Int -> ApiCache -> ShowS #
show :: ApiCache -> String #
showList :: [ApiCache] -> ShowS #
(==) :: ApiCache -> ApiCache -> Bool #
(/=) :: ApiCache -> ApiCache -> Bool #
toResourceProperties :: ApiCache -> ResourceProperties #
Associated Types
set :: PropertyType "ApiCachingBehavior" ApiCache -> ApiCache -> ApiCache #
set :: PropertyType "ApiId" ApiCache -> ApiCache -> ApiCache #
set :: PropertyType "AtRestEncryptionEnabled" ApiCache -> ApiCache -> ApiCache #
set :: PropertyType "HealthMetricsConfig" ApiCache -> ApiCache -> ApiCache #
set :: PropertyType "TransitEncryptionEnabled" ApiCache -> ApiCache -> ApiCache #
set :: PropertyType "Ttl" ApiCache -> ApiCache -> ApiCache #
set :: PropertyType "Type" ApiCache -> ApiCache -> ApiCache #
mkApiCache :: Value Text -> Value Text -> Value Double -> Value Text -> ApiCache Source #