Stratosphere.RedshiftServerless.Snapshot
data Snapshot Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-namespacename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-retentionperiod
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-snapshotname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-tags
Defined in Stratosphere.RedshiftServerless.Snapshot
Methods
toJSON :: Snapshot -> Value #
toEncoding :: Snapshot -> Encoding #
toJSONList :: [Snapshot] -> Value #
toEncodingList :: [Snapshot] -> Encoding #
omitField :: Snapshot -> Bool #
showsPrec :: Int -> Snapshot -> ShowS #
show :: Snapshot -> String #
showList :: [Snapshot] -> ShowS #
(==) :: Snapshot -> Snapshot -> Bool #
(/=) :: Snapshot -> Snapshot -> Bool #
toResourceProperties :: Snapshot -> ResourceProperties #
Associated Types
set :: PropertyType "NamespaceName" Snapshot -> Snapshot -> Snapshot #
set :: PropertyType "RetentionPeriod" Snapshot -> Snapshot -> Snapshot #
set :: PropertyType "SnapshotName" Snapshot -> Snapshot -> Snapshot #
set :: PropertyType "Tags" Snapshot -> Snapshot -> Snapshot #
mkSnapshot :: Value Text -> Snapshot Source #