Stratosphere.HealthImaging.Datastore
data Datastore Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html#cfn-healthimaging-datastore-datastorename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html#cfn-healthimaging-datastore-kmskeyarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html#cfn-healthimaging-datastore-tags
Defined in Stratosphere.HealthImaging.Datastore
Methods
toJSON :: Datastore -> Value #
toEncoding :: Datastore -> Encoding #
toJSONList :: [Datastore] -> Value #
toEncodingList :: [Datastore] -> Encoding #
omitField :: Datastore -> Bool #
showsPrec :: Int -> Datastore -> ShowS #
show :: Datastore -> String #
showList :: [Datastore] -> ShowS #
(==) :: Datastore -> Datastore -> Bool #
(/=) :: Datastore -> Datastore -> Bool #
toResourceProperties :: Datastore -> ResourceProperties #
Associated Types
set :: PropertyType "DatastoreName" Datastore -> Datastore -> Datastore #
set :: PropertyType "KmsKeyArn" Datastore -> Datastore -> Datastore #
set :: PropertyType "Tags" Datastore -> Datastore -> Datastore #
mkDatastore :: Datastore Source #