Stratosphere.Lightsail.Database
module Stratosphere.Lightsail.Database.RelationalDatabaseParameterProperty
data Database Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-availabilityzone
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-backupretention
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-cacertificateidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-masterdatabasename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-masteruserpassword
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-masterusername
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-preferredbackupwindow
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-preferredmaintenancewindow
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-publiclyaccessible
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-relationaldatabaseblueprintid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-relationaldatabasebundleid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-relationaldatabasename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-relationaldatabaseparameters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-rotatemasteruserpassword
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html#cfn-lightsail-database-tags
Defined in Stratosphere.Lightsail.Database
Methods
toJSON :: Database -> Value #
toEncoding :: Database -> Encoding #
toJSONList :: [Database] -> Value #
toEncodingList :: [Database] -> Encoding #
omitField :: Database -> Bool #
showsPrec :: Int -> Database -> ShowS #
show :: Database -> String #
showList :: [Database] -> ShowS #
(==) :: Database -> Database -> Bool #
(/=) :: Database -> Database -> Bool #
toResourceProperties :: Database -> ResourceProperties #
Associated Types
set :: PropertyType "AvailabilityZone" Database -> Database -> Database #
set :: PropertyType "BackupRetention" Database -> Database -> Database #
set :: PropertyType "CaCertificateIdentifier" Database -> Database -> Database #
set :: PropertyType "MasterDatabaseName" Database -> Database -> Database #
set :: PropertyType "MasterUserPassword" Database -> Database -> Database #
set :: PropertyType "MasterUsername" Database -> Database -> Database #
set :: PropertyType "PreferredBackupWindow" Database -> Database -> Database #
set :: PropertyType "PreferredMaintenanceWindow" Database -> Database -> Database #
set :: PropertyType "PubliclyAccessible" Database -> Database -> Database #
set :: PropertyType "RelationalDatabaseBlueprintId" Database -> Database -> Database #
set :: PropertyType "RelationalDatabaseBundleId" Database -> Database -> Database #
set :: PropertyType "RelationalDatabaseName" Database -> Database -> Database #
set :: PropertyType "RelationalDatabaseParameters" Database -> Database -> Database #
set :: PropertyType "RotateMasterUserPassword" Database -> Database -> Database #
set :: PropertyType "Tags" Database -> Database -> Database #
mkDatabase :: Value Text -> Value Text -> Value Text -> Value Text -> Value Text -> Database Source #