Stratosphere.Location.APIKey
module Stratosphere.Location.APIKey.ApiKeyRestrictionsProperty
data APIKey Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html#cfn-location-apikey-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html#cfn-location-apikey-expiretime
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html#cfn-location-apikey-forcedelete
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html#cfn-location-apikey-forceupdate
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html#cfn-location-apikey-keyname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html#cfn-location-apikey-noexpiry
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html#cfn-location-apikey-restrictions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html#cfn-location-apikey-tags
Defined in Stratosphere.Location.APIKey
Methods
toJSON :: APIKey -> Value #
toEncoding :: APIKey -> Encoding #
toJSONList :: [APIKey] -> Value #
toEncodingList :: [APIKey] -> Encoding #
omitField :: APIKey -> Bool #
showsPrec :: Int -> APIKey -> ShowS #
show :: APIKey -> String #
showList :: [APIKey] -> ShowS #
(==) :: APIKey -> APIKey -> Bool #
(/=) :: APIKey -> APIKey -> Bool #
toResourceProperties :: APIKey -> ResourceProperties #
Associated Types
set :: PropertyType "Description" APIKey -> APIKey -> APIKey #
set :: PropertyType "ExpireTime" APIKey -> APIKey -> APIKey #
set :: PropertyType "ForceDelete" APIKey -> APIKey -> APIKey #
set :: PropertyType "ForceUpdate" APIKey -> APIKey -> APIKey #
set :: PropertyType "KeyName" APIKey -> APIKey -> APIKey #
set :: PropertyType "NoExpiry" APIKey -> APIKey -> APIKey #
set :: PropertyType "Restrictions" APIKey -> APIKey -> APIKey #
set :: PropertyType "Tags" APIKey -> APIKey -> APIKey #
mkAPIKey :: Value Text -> ApiKeyRestrictionsProperty -> APIKey Source #