stratosphere-lightsail-1.0.0: Stratosphere integration for AWS Lightsail.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Lightsail.Database

Documentation

data Database Source #

Constructors

Database

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-database.html

Fields

Instances

Instances details
ToJSON Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Show Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Eq Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

ToResourceProperties Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Property "AvailabilityZone" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "AvailabilityZone" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "AvailabilityZone" Database = Value Text

Methods

set :: PropertyType "AvailabilityZone" Database -> Database -> Database #

Property "BackupRetention" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "BackupRetention" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "BackupRetention" Database = Value Bool

Methods

set :: PropertyType "BackupRetention" Database -> Database -> Database #

Property "CaCertificateIdentifier" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "CaCertificateIdentifier" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "CaCertificateIdentifier" Database = Value Text

Methods

set :: PropertyType "CaCertificateIdentifier" Database -> Database -> Database #

Property "MasterDatabaseName" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "MasterDatabaseName" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "MasterDatabaseName" Database = Value Text

Methods

set :: PropertyType "MasterDatabaseName" Database -> Database -> Database #

Property "MasterUserPassword" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "MasterUserPassword" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "MasterUserPassword" Database = Value Text

Methods

set :: PropertyType "MasterUserPassword" Database -> Database -> Database #

Property "MasterUsername" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "MasterUsername" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "MasterUsername" Database = Value Text

Methods

set :: PropertyType "MasterUsername" Database -> Database -> Database #

Property "PreferredBackupWindow" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "PreferredBackupWindow" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "PreferredBackupWindow" Database = Value Text

Methods

set :: PropertyType "PreferredBackupWindow" Database -> Database -> Database #

Property "PreferredMaintenanceWindow" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "PreferredMaintenanceWindow" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "PreferredMaintenanceWindow" Database = Value Text

Methods

set :: PropertyType "PreferredMaintenanceWindow" Database -> Database -> Database #

Property "PubliclyAccessible" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "PubliclyAccessible" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "PubliclyAccessible" Database = Value Bool

Methods

set :: PropertyType "PubliclyAccessible" Database -> Database -> Database #

Property "RelationalDatabaseBlueprintId" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "RelationalDatabaseBlueprintId" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RelationalDatabaseBlueprintId" Database = Value Text

Methods

set :: PropertyType "RelationalDatabaseBlueprintId" Database -> Database -> Database #

Property "RelationalDatabaseBundleId" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "RelationalDatabaseBundleId" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RelationalDatabaseBundleId" Database = Value Text

Methods

set :: PropertyType "RelationalDatabaseBundleId" Database -> Database -> Database #

Property "RelationalDatabaseName" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "RelationalDatabaseName" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RelationalDatabaseName" Database = Value Text

Methods

set :: PropertyType "RelationalDatabaseName" Database -> Database -> Database #

Property "RelationalDatabaseParameters" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "RelationalDatabaseParameters" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RelationalDatabaseParameters" Database = [RelationalDatabaseParameterProperty]

Methods

set :: PropertyType "RelationalDatabaseParameters" Database -> Database -> Database #

Property "RotateMasterUserPassword" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "RotateMasterUserPassword" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RotateMasterUserPassword" Database = Value Bool

Methods

set :: PropertyType "RotateMasterUserPassword" Database -> Database -> Database #

Property "Tags" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

Associated Types

type PropertyType "Tags" Database 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "Tags" Database = [Tag]

Methods

set :: PropertyType "Tags" Database -> Database -> Database #

type PropertyType "AvailabilityZone" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "AvailabilityZone" Database = Value Text
type PropertyType "BackupRetention" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "BackupRetention" Database = Value Bool
type PropertyType "CaCertificateIdentifier" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "CaCertificateIdentifier" Database = Value Text
type PropertyType "MasterDatabaseName" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "MasterDatabaseName" Database = Value Text
type PropertyType "MasterUserPassword" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "MasterUserPassword" Database = Value Text
type PropertyType "MasterUsername" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "MasterUsername" Database = Value Text
type PropertyType "PreferredBackupWindow" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "PreferredBackupWindow" Database = Value Text
type PropertyType "PreferredMaintenanceWindow" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "PreferredMaintenanceWindow" Database = Value Text
type PropertyType "PubliclyAccessible" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "PubliclyAccessible" Database = Value Bool
type PropertyType "RelationalDatabaseBlueprintId" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RelationalDatabaseBlueprintId" Database = Value Text
type PropertyType "RelationalDatabaseBundleId" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RelationalDatabaseBundleId" Database = Value Text
type PropertyType "RelationalDatabaseName" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RelationalDatabaseName" Database = Value Text
type PropertyType "RelationalDatabaseParameters" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RelationalDatabaseParameters" Database = [RelationalDatabaseParameterProperty]
type PropertyType "RotateMasterUserPassword" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "RotateMasterUserPassword" Database = Value Bool
type PropertyType "Tags" Database Source # 
Instance details

Defined in Stratosphere.Lightsail.Database

type PropertyType "Tags" Database = [Tag]