| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Glue.Connection
Documentation
data ConnectionInputProperty Source #
Constructors
Instances
data AuthenticationConfigurationInputProperty Source #
Constructors
| AuthenticationConfigurationInputProperty | |
Fields
| |
Instances
| ToJSON AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty Methods toJSON :: AuthenticationConfigurationInputProperty -> Value # toEncoding :: AuthenticationConfigurationInputProperty -> Encoding # toJSONList :: [AuthenticationConfigurationInputProperty] -> Value # toEncodingList :: [AuthenticationConfigurationInputProperty] -> Encoding # omitField :: AuthenticationConfigurationInputProperty -> Bool # | |||||
| Show AuthenticationConfigurationInputProperty Source # | |||||
| Eq AuthenticationConfigurationInputProperty Source # | |||||
| ToResourceProperties AuthenticationConfigurationInputProperty Source # | |||||
| Property "AuthenticationType" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty Associated Types
Methods set :: PropertyType "AuthenticationType" AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty # | |||||
| Property "BasicAuthenticationCredentials" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty Associated Types
Methods set :: PropertyType "BasicAuthenticationCredentials" AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty # | |||||
| Property "CustomAuthenticationCredentials" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty Associated Types
Methods set :: PropertyType "CustomAuthenticationCredentials" AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty # | |||||
| Property "KmsKeyArn" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty Associated Types
| |||||
| Property "OAuth2Properties" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty Associated Types
Methods set :: PropertyType "OAuth2Properties" AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty # | |||||
| Property "SecretArn" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty Associated Types
| |||||
| type PropertyType "AuthenticationType" AuthenticationConfigurationInputProperty Source # | |||||
| type PropertyType "BasicAuthenticationCredentials" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty type PropertyType "BasicAuthenticationCredentials" AuthenticationConfigurationInputProperty = BasicAuthenticationCredentialsProperty | |||||
| type PropertyType "CustomAuthenticationCredentials" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty type PropertyType "CustomAuthenticationCredentials" AuthenticationConfigurationInputProperty = Object | |||||
| type PropertyType "KmsKeyArn" AuthenticationConfigurationInputProperty Source # | |||||
| type PropertyType "OAuth2Properties" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthenticationConfigurationInputProperty type PropertyType "OAuth2Properties" AuthenticationConfigurationInputProperty = OAuth2PropertiesInputProperty | |||||
| type PropertyType "SecretArn" AuthenticationConfigurationInputProperty Source # | |||||
data BasicAuthenticationCredentialsProperty Source #
Constructors
| BasicAuthenticationCredentialsProperty | |
Fields | |
Instances
| ToJSON BasicAuthenticationCredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.BasicAuthenticationCredentialsProperty Methods toJSON :: BasicAuthenticationCredentialsProperty -> Value # toEncoding :: BasicAuthenticationCredentialsProperty -> Encoding # toJSONList :: [BasicAuthenticationCredentialsProperty] -> Value # toEncodingList :: [BasicAuthenticationCredentialsProperty] -> Encoding # omitField :: BasicAuthenticationCredentialsProperty -> Bool # | |||||
| Show BasicAuthenticationCredentialsProperty Source # | |||||
| Eq BasicAuthenticationCredentialsProperty Source # | |||||
| ToResourceProperties BasicAuthenticationCredentialsProperty Source # | |||||
| Property "Password" BasicAuthenticationCredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.BasicAuthenticationCredentialsProperty Associated Types
| |||||
| Property "Username" BasicAuthenticationCredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.BasicAuthenticationCredentialsProperty Associated Types
| |||||
| type PropertyType "Password" BasicAuthenticationCredentialsProperty Source # | |||||
| type PropertyType "Username" BasicAuthenticationCredentialsProperty Source # | |||||
data OAuth2PropertiesInputProperty Source #
Constructors
| OAuth2PropertiesInputProperty | |
Fields
| |
Instances
| ToJSON OAuth2PropertiesInputProperty Source # | |||||
| Show OAuth2PropertiesInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2PropertiesInputProperty Methods showsPrec :: Int -> OAuth2PropertiesInputProperty -> ShowS # show :: OAuth2PropertiesInputProperty -> String # showList :: [OAuth2PropertiesInputProperty] -> ShowS # | |||||
| Eq OAuth2PropertiesInputProperty Source # | |||||
| ToResourceProperties OAuth2PropertiesInputProperty Source # | |||||
| Property "AuthorizationCodeProperties" OAuth2PropertiesInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2PropertiesInputProperty Associated Types
Methods set :: PropertyType "AuthorizationCodeProperties" OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty # | |||||
| Property "OAuth2ClientApplication" OAuth2PropertiesInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2PropertiesInputProperty Associated Types
Methods set :: PropertyType "OAuth2ClientApplication" OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty # | |||||
| Property "OAuth2Credentials" OAuth2PropertiesInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2PropertiesInputProperty Associated Types
Methods set :: PropertyType "OAuth2Credentials" OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty # | |||||
| Property "OAuth2GrantType" OAuth2PropertiesInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2PropertiesInputProperty Associated Types
Methods set :: PropertyType "OAuth2GrantType" OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty # | |||||
| Property "TokenUrl" OAuth2PropertiesInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2PropertiesInputProperty Associated Types
Methods set :: PropertyType "TokenUrl" OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty # | |||||
| Property "TokenUrlParametersMap" OAuth2PropertiesInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2PropertiesInputProperty Associated Types
Methods set :: PropertyType "TokenUrlParametersMap" OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty -> OAuth2PropertiesInputProperty # | |||||
| type PropertyType "AuthorizationCodeProperties" OAuth2PropertiesInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2PropertiesInputProperty type PropertyType "AuthorizationCodeProperties" OAuth2PropertiesInputProperty = AuthorizationCodePropertiesProperty | |||||
| type PropertyType "OAuth2ClientApplication" OAuth2PropertiesInputProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2PropertiesInputProperty type PropertyType "OAuth2ClientApplication" OAuth2PropertiesInputProperty = OAuth2ClientApplicationProperty | |||||
| type PropertyType "OAuth2Credentials" OAuth2PropertiesInputProperty Source # | |||||
| type PropertyType "OAuth2GrantType" OAuth2PropertiesInputProperty Source # | |||||
| type PropertyType "TokenUrl" OAuth2PropertiesInputProperty Source # | |||||
| type PropertyType "TokenUrlParametersMap" OAuth2PropertiesInputProperty Source # | |||||
data AuthorizationCodePropertiesProperty Source #
Constructors
| AuthorizationCodePropertiesProperty | |
Fields
| |
Instances
| ToJSON AuthorizationCodePropertiesProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthorizationCodePropertiesProperty | |||||
| Show AuthorizationCodePropertiesProperty Source # | |||||
| Eq AuthorizationCodePropertiesProperty Source # | |||||
| ToResourceProperties AuthorizationCodePropertiesProperty Source # | |||||
| Property "AuthorizationCode" AuthorizationCodePropertiesProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthorizationCodePropertiesProperty Associated Types
Methods set :: PropertyType "AuthorizationCode" AuthorizationCodePropertiesProperty -> AuthorizationCodePropertiesProperty -> AuthorizationCodePropertiesProperty # | |||||
| Property "RedirectUri" AuthorizationCodePropertiesProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.AuthorizationCodePropertiesProperty Associated Types
Methods set :: PropertyType "RedirectUri" AuthorizationCodePropertiesProperty -> AuthorizationCodePropertiesProperty -> AuthorizationCodePropertiesProperty # | |||||
| type PropertyType "AuthorizationCode" AuthorizationCodePropertiesProperty Source # | |||||
| type PropertyType "RedirectUri" AuthorizationCodePropertiesProperty Source # | |||||
data PhysicalConnectionRequirementsProperty Source #
Constructors
| PhysicalConnectionRequirementsProperty | |
Fields
| |
Instances
| ToJSON PhysicalConnectionRequirementsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.PhysicalConnectionRequirementsProperty Methods toJSON :: PhysicalConnectionRequirementsProperty -> Value # toEncoding :: PhysicalConnectionRequirementsProperty -> Encoding # toJSONList :: [PhysicalConnectionRequirementsProperty] -> Value # toEncodingList :: [PhysicalConnectionRequirementsProperty] -> Encoding # omitField :: PhysicalConnectionRequirementsProperty -> Bool # | |||||
| Show PhysicalConnectionRequirementsProperty Source # | |||||
| Eq PhysicalConnectionRequirementsProperty Source # | |||||
| ToResourceProperties PhysicalConnectionRequirementsProperty Source # | |||||
| Property "AvailabilityZone" PhysicalConnectionRequirementsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.PhysicalConnectionRequirementsProperty Associated Types
Methods set :: PropertyType "AvailabilityZone" PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty # | |||||
| Property "SecurityGroupIdList" PhysicalConnectionRequirementsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.PhysicalConnectionRequirementsProperty Associated Types
Methods set :: PropertyType "SecurityGroupIdList" PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty # | |||||
| Property "SubnetId" PhysicalConnectionRequirementsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.PhysicalConnectionRequirementsProperty Associated Types
| |||||
| type PropertyType "AvailabilityZone" PhysicalConnectionRequirementsProperty Source # | |||||
| type PropertyType "SecurityGroupIdList" PhysicalConnectionRequirementsProperty Source # | |||||
| type PropertyType "SubnetId" PhysicalConnectionRequirementsProperty Source # | |||||
data OAuth2ClientApplicationProperty Source #
Constructors
| OAuth2ClientApplicationProperty | |
Fields | |
Instances
| ToJSON OAuth2ClientApplicationProperty Source # | |||||
| Show OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2ClientApplicationProperty Methods showsPrec :: Int -> OAuth2ClientApplicationProperty -> ShowS # | |||||
| Eq OAuth2ClientApplicationProperty Source # | |||||
| ToResourceProperties OAuth2ClientApplicationProperty Source # | |||||
| Property "AWSManagedClientApplicationReference" OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2ClientApplicationProperty Associated Types
Methods set :: PropertyType "AWSManagedClientApplicationReference" OAuth2ClientApplicationProperty -> OAuth2ClientApplicationProperty -> OAuth2ClientApplicationProperty # | |||||
| Property "UserManagedClientApplicationClientId" OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2ClientApplicationProperty Associated Types
Methods set :: PropertyType "UserManagedClientApplicationClientId" OAuth2ClientApplicationProperty -> OAuth2ClientApplicationProperty -> OAuth2ClientApplicationProperty # | |||||
| type PropertyType "AWSManagedClientApplicationReference" OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2ClientApplicationProperty type PropertyType "AWSManagedClientApplicationReference" OAuth2ClientApplicationProperty = Value Text | |||||
| type PropertyType "UserManagedClientApplicationClientId" OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2ClientApplicationProperty type PropertyType "UserManagedClientApplicationClientId" OAuth2ClientApplicationProperty = Value Text | |||||
data OAuth2CredentialsProperty Source #
Constructors
| OAuth2CredentialsProperty | |
Fields
| |
Instances
| ToJSON OAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2CredentialsProperty Methods toJSON :: OAuth2CredentialsProperty -> Value # toEncoding :: OAuth2CredentialsProperty -> Encoding # toJSONList :: [OAuth2CredentialsProperty] -> Value # | |||||
| Show OAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2CredentialsProperty Methods showsPrec :: Int -> OAuth2CredentialsProperty -> ShowS # show :: OAuth2CredentialsProperty -> String # showList :: [OAuth2CredentialsProperty] -> ShowS # | |||||
| Eq OAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2CredentialsProperty Methods (==) :: OAuth2CredentialsProperty -> OAuth2CredentialsProperty -> Bool # (/=) :: OAuth2CredentialsProperty -> OAuth2CredentialsProperty -> Bool # | |||||
| ToResourceProperties OAuth2CredentialsProperty Source # | |||||
| Property "AccessToken" OAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2CredentialsProperty Associated Types
Methods set :: PropertyType "AccessToken" OAuth2CredentialsProperty -> OAuth2CredentialsProperty -> OAuth2CredentialsProperty # | |||||
| Property "JwtToken" OAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2CredentialsProperty Associated Types
Methods set :: PropertyType "JwtToken" OAuth2CredentialsProperty -> OAuth2CredentialsProperty -> OAuth2CredentialsProperty # | |||||
| Property "RefreshToken" OAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2CredentialsProperty Associated Types
Methods set :: PropertyType "RefreshToken" OAuth2CredentialsProperty -> OAuth2CredentialsProperty -> OAuth2CredentialsProperty # | |||||
| Property "UserManagedClientApplicationClientSecret" OAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.Glue.Connection.OAuth2CredentialsProperty Associated Types
Methods set :: PropertyType "UserManagedClientApplicationClientSecret" OAuth2CredentialsProperty -> OAuth2CredentialsProperty -> OAuth2CredentialsProperty # | |||||
| type PropertyType "AccessToken" OAuth2CredentialsProperty Source # | |||||
| type PropertyType "JwtToken" OAuth2CredentialsProperty Source # | |||||
| type PropertyType "RefreshToken" OAuth2CredentialsProperty Source # | |||||
| type PropertyType "UserManagedClientApplicationClientSecret" OAuth2CredentialsProperty Source # | |||||
mkAuthenticationConfigurationInputProperty :: Value Text -> AuthenticationConfigurationInputProperty Source #
data Connection Source #
Constructors
| Connection | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html |
Fields | |
Instances
| ToJSON Connection Source # | |||||
Defined in Stratosphere.Glue.Connection Methods toJSON :: Connection -> Value # toEncoding :: Connection -> Encoding # toJSONList :: [Connection] -> Value # toEncodingList :: [Connection] -> Encoding # omitField :: Connection -> Bool # | |||||
| Show Connection Source # | |||||
Defined in Stratosphere.Glue.Connection Methods showsPrec :: Int -> Connection -> ShowS # show :: Connection -> String # showList :: [Connection] -> ShowS # | |||||
| Eq Connection Source # | |||||
Defined in Stratosphere.Glue.Connection | |||||
| ToResourceProperties Connection Source # | |||||
Defined in Stratosphere.Glue.Connection Methods | |||||
| Property "CatalogId" Connection Source # | |||||
Defined in Stratosphere.Glue.Connection Associated Types
Methods set :: PropertyType "CatalogId" Connection -> Connection -> Connection # | |||||
| Property "ConnectionInput" Connection Source # | |||||
Defined in Stratosphere.Glue.Connection Associated Types
Methods set :: PropertyType "ConnectionInput" Connection -> Connection -> Connection # | |||||
| type PropertyType "CatalogId" Connection Source # | |||||
Defined in Stratosphere.Glue.Connection | |||||
| type PropertyType "ConnectionInput" Connection Source # | |||||
Defined in Stratosphere.Glue.Connection | |||||