stratosphere-glue-1.0.0: Stratosphere integration for AWS Glue.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Glue.Database

Documentation

data FederatedDatabaseProperty Source #

Instances

Instances details
ToJSON FederatedDatabaseProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.FederatedDatabaseProperty

Show FederatedDatabaseProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.FederatedDatabaseProperty

Eq FederatedDatabaseProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.FederatedDatabaseProperty

ToResourceProperties FederatedDatabaseProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.FederatedDatabaseProperty

Property "ConnectionName" FederatedDatabaseProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.FederatedDatabaseProperty

Associated Types

type PropertyType "ConnectionName" FederatedDatabaseProperty 
Instance details

Defined in Stratosphere.Glue.Database.FederatedDatabaseProperty

Property "Identifier" FederatedDatabaseProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.FederatedDatabaseProperty

type PropertyType "ConnectionName" FederatedDatabaseProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.FederatedDatabaseProperty

type PropertyType "Identifier" FederatedDatabaseProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.FederatedDatabaseProperty

data DatabaseInputProperty Source #

Instances

Instances details
ToJSON DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Show DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Eq DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

ToResourceProperties DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Property "CreateTableDefaultPermissions" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Associated Types

type PropertyType "CreateTableDefaultPermissions" DatabaseInputProperty 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

type PropertyType "CreateTableDefaultPermissions" DatabaseInputProperty = [PrincipalPrivilegesProperty]

Methods

set :: PropertyType "CreateTableDefaultPermissions" DatabaseInputProperty -> DatabaseInputProperty -> DatabaseInputProperty #

Property "Description" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Associated Types

type PropertyType "Description" DatabaseInputProperty 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Property "FederatedDatabase" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Associated Types

type PropertyType "FederatedDatabase" DatabaseInputProperty 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Property "LocationUri" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Associated Types

type PropertyType "LocationUri" DatabaseInputProperty 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Property "Name" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Property "Parameters" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Associated Types

type PropertyType "Parameters" DatabaseInputProperty 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Property "TargetDatabase" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

Associated Types

type PropertyType "TargetDatabase" DatabaseInputProperty 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

type PropertyType "CreateTableDefaultPermissions" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

type PropertyType "CreateTableDefaultPermissions" DatabaseInputProperty = [PrincipalPrivilegesProperty]
type PropertyType "Description" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

type PropertyType "FederatedDatabase" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

type PropertyType "LocationUri" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

type PropertyType "Name" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

type PropertyType "Parameters" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

type PropertyType "TargetDatabase" DatabaseInputProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseInputProperty

data DatabaseIdentifierProperty Source #

Instances

Instances details
ToJSON DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

Show DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

Eq DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

ToResourceProperties DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

Property "CatalogId" DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

Property "DatabaseName" DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

Associated Types

type PropertyType "DatabaseName" DatabaseIdentifierProperty 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

Property "Region" DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

type PropertyType "CatalogId" DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

type PropertyType "DatabaseName" DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

type PropertyType "Region" DatabaseIdentifierProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DatabaseIdentifierProperty

data PrincipalPrivilegesProperty Source #

Instances

Instances details
ToJSON PrincipalPrivilegesProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.PrincipalPrivilegesProperty

Show PrincipalPrivilegesProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.PrincipalPrivilegesProperty

Eq PrincipalPrivilegesProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.PrincipalPrivilegesProperty

ToResourceProperties PrincipalPrivilegesProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.PrincipalPrivilegesProperty

Property "Permissions" PrincipalPrivilegesProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.PrincipalPrivilegesProperty

Property "Principal" PrincipalPrivilegesProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.PrincipalPrivilegesProperty

type PropertyType "Permissions" PrincipalPrivilegesProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.PrincipalPrivilegesProperty

type PropertyType "Principal" PrincipalPrivilegesProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.PrincipalPrivilegesProperty

data DataLakePrincipalProperty Source #

Instances

Instances details
ToJSON DataLakePrincipalProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DataLakePrincipalProperty

Show DataLakePrincipalProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DataLakePrincipalProperty

Eq DataLakePrincipalProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DataLakePrincipalProperty

ToResourceProperties DataLakePrincipalProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DataLakePrincipalProperty

Property "DataLakePrincipalIdentifier" DataLakePrincipalProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DataLakePrincipalProperty

Associated Types

type PropertyType "DataLakePrincipalIdentifier" DataLakePrincipalProperty 
Instance details

Defined in Stratosphere.Glue.Database.DataLakePrincipalProperty

type PropertyType "DataLakePrincipalIdentifier" DataLakePrincipalProperty = Value Text
type PropertyType "DataLakePrincipalIdentifier" DataLakePrincipalProperty Source # 
Instance details

Defined in Stratosphere.Glue.Database.DataLakePrincipalProperty

type PropertyType "DataLakePrincipalIdentifier" DataLakePrincipalProperty = Value Text

data Database Source #

Instances

Instances details
ToJSON Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

Show Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

Eq Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

ToResourceProperties Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

Property "CatalogId" Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

Associated Types

type PropertyType "CatalogId" Database 
Instance details

Defined in Stratosphere.Glue.Database

type PropertyType "CatalogId" Database = Value Text

Methods

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

Property "DatabaseInput" Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

Associated Types

type PropertyType "DatabaseInput" Database 
Instance details

Defined in Stratosphere.Glue.Database

Methods

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

Property "DatabaseName" Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

Associated Types

type PropertyType "DatabaseName" Database 
Instance details

Defined in Stratosphere.Glue.Database

type PropertyType "DatabaseName" Database = Value Text

Methods

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

type PropertyType "CatalogId" Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

type PropertyType "CatalogId" Database = Value Text
type PropertyType "DatabaseInput" Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

type PropertyType "DatabaseName" Database Source # 
Instance details

Defined in Stratosphere.Glue.Database

type PropertyType "DatabaseName" Database = Value Text