| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.DataZone.Connection
Documentation
data ConnectionPropertiesInputProperty Source #
Constructors
Instances
data AthenaPropertiesInputProperty Source #
Constructors
| AthenaPropertiesInputProperty | |
Instances
| ToJSON AthenaPropertiesInputProperty Source # | |||||
| Show AthenaPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AthenaPropertiesInputProperty Methods showsPrec :: Int -> AthenaPropertiesInputProperty -> ShowS # show :: AthenaPropertiesInputProperty -> String # showList :: [AthenaPropertiesInputProperty] -> ShowS # | |||||
| Eq AthenaPropertiesInputProperty Source # | |||||
| ToResourceProperties AthenaPropertiesInputProperty Source # | |||||
| Property "WorkgroupName" AthenaPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AthenaPropertiesInputProperty Associated Types
Methods set :: PropertyType "WorkgroupName" AthenaPropertiesInputProperty -> AthenaPropertiesInputProperty -> AthenaPropertiesInputProperty # | |||||
| type PropertyType "WorkgroupName" AthenaPropertiesInputProperty Source # | |||||
data AuthenticationConfigurationInputProperty Source #
Constructors
| AuthenticationConfigurationInputProperty | |
Fields
| |
Instances
| ToJSON AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.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.DataZone.Connection.AuthenticationConfigurationInputProperty Associated Types
Methods set :: PropertyType "AuthenticationType" AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty # | |||||
| Property "BasicAuthenticationCredentials" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthenticationConfigurationInputProperty Associated Types
Methods set :: PropertyType "BasicAuthenticationCredentials" AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty # | |||||
| Property "CustomAuthenticationCredentials" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthenticationConfigurationInputProperty Associated Types
Methods set :: PropertyType "CustomAuthenticationCredentials" AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty # | |||||
| Property "KmsKeyArn" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthenticationConfigurationInputProperty Associated Types
| |||||
| Property "OAuth2Properties" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthenticationConfigurationInputProperty Associated Types
Methods set :: PropertyType "OAuth2Properties" AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty -> AuthenticationConfigurationInputProperty # | |||||
| Property "SecretArn" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthenticationConfigurationInputProperty Associated Types
| |||||
| type PropertyType "AuthenticationType" AuthenticationConfigurationInputProperty Source # | |||||
| type PropertyType "BasicAuthenticationCredentials" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthenticationConfigurationInputProperty type PropertyType "BasicAuthenticationCredentials" AuthenticationConfigurationInputProperty = BasicAuthenticationCredentialsProperty | |||||
| type PropertyType "CustomAuthenticationCredentials" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthenticationConfigurationInputProperty type PropertyType "CustomAuthenticationCredentials" AuthenticationConfigurationInputProperty = Map Text (Value Text) | |||||
| type PropertyType "KmsKeyArn" AuthenticationConfigurationInputProperty Source # | |||||
| type PropertyType "OAuth2Properties" AuthenticationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthenticationConfigurationInputProperty type PropertyType "OAuth2Properties" AuthenticationConfigurationInputProperty = OAuth2PropertiesProperty | |||||
| type PropertyType "SecretArn" AuthenticationConfigurationInputProperty Source # | |||||
data BasicAuthenticationCredentialsProperty Source #
Constructors
| BasicAuthenticationCredentialsProperty | |
Fields | |
Instances
| ToJSON BasicAuthenticationCredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.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.DataZone.Connection.BasicAuthenticationCredentialsProperty Associated Types
| |||||
| Property "UserName" BasicAuthenticationCredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.BasicAuthenticationCredentialsProperty Associated Types
| |||||
| type PropertyType "Password" BasicAuthenticationCredentialsProperty Source # | |||||
| type PropertyType "UserName" BasicAuthenticationCredentialsProperty Source # | |||||
data OAuth2PropertiesProperty Source #
Constructors
| OAuth2PropertiesProperty | |
Fields
| |
Instances
| ToJSON OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty Methods toJSON :: OAuth2PropertiesProperty -> Value # toEncoding :: OAuth2PropertiesProperty -> Encoding # toJSONList :: [OAuth2PropertiesProperty] -> Value # | |||||
| Show OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty Methods showsPrec :: Int -> OAuth2PropertiesProperty -> ShowS # show :: OAuth2PropertiesProperty -> String # showList :: [OAuth2PropertiesProperty] -> ShowS # | |||||
| Eq OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty Methods (==) :: OAuth2PropertiesProperty -> OAuth2PropertiesProperty -> Bool # (/=) :: OAuth2PropertiesProperty -> OAuth2PropertiesProperty -> Bool # | |||||
| ToResourceProperties OAuth2PropertiesProperty Source # | |||||
| Property "AuthorizationCodeProperties" OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty Associated Types
Methods set :: PropertyType "AuthorizationCodeProperties" OAuth2PropertiesProperty -> OAuth2PropertiesProperty -> OAuth2PropertiesProperty # | |||||
| Property "OAuth2ClientApplication" OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty Associated Types
Methods set :: PropertyType "OAuth2ClientApplication" OAuth2PropertiesProperty -> OAuth2PropertiesProperty -> OAuth2PropertiesProperty # | |||||
| Property "OAuth2Credentials" OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty Associated Types
Methods set :: PropertyType "OAuth2Credentials" OAuth2PropertiesProperty -> OAuth2PropertiesProperty -> OAuth2PropertiesProperty # | |||||
| Property "OAuth2GrantType" OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty Associated Types
Methods set :: PropertyType "OAuth2GrantType" OAuth2PropertiesProperty -> OAuth2PropertiesProperty -> OAuth2PropertiesProperty # | |||||
| Property "TokenUrl" OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty Associated Types
Methods set :: PropertyType "TokenUrl" OAuth2PropertiesProperty -> OAuth2PropertiesProperty -> OAuth2PropertiesProperty # | |||||
| Property "TokenUrlParametersMap" OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty Associated Types
Methods set :: PropertyType "TokenUrlParametersMap" OAuth2PropertiesProperty -> OAuth2PropertiesProperty -> OAuth2PropertiesProperty # | |||||
| type PropertyType "AuthorizationCodeProperties" OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty type PropertyType "AuthorizationCodeProperties" OAuth2PropertiesProperty = AuthorizationCodePropertiesProperty | |||||
| type PropertyType "OAuth2ClientApplication" OAuth2PropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2PropertiesProperty type PropertyType "OAuth2ClientApplication" OAuth2PropertiesProperty = OAuth2ClientApplicationProperty | |||||
| type PropertyType "OAuth2Credentials" OAuth2PropertiesProperty Source # | |||||
| type PropertyType "OAuth2GrantType" OAuth2PropertiesProperty Source # | |||||
| type PropertyType "TokenUrl" OAuth2PropertiesProperty Source # | |||||
| type PropertyType "TokenUrlParametersMap" OAuth2PropertiesProperty Source # | |||||
data AuthorizationCodePropertiesProperty Source #
Constructors
| AuthorizationCodePropertiesProperty | |
Fields
| |
Instances
| ToJSON AuthorizationCodePropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthorizationCodePropertiesProperty | |||||
| Show AuthorizationCodePropertiesProperty Source # | |||||
| Eq AuthorizationCodePropertiesProperty Source # | |||||
| ToResourceProperties AuthorizationCodePropertiesProperty Source # | |||||
| Property "AuthorizationCode" AuthorizationCodePropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthorizationCodePropertiesProperty Associated Types
Methods set :: PropertyType "AuthorizationCode" AuthorizationCodePropertiesProperty -> AuthorizationCodePropertiesProperty -> AuthorizationCodePropertiesProperty # | |||||
| Property "RedirectUri" AuthorizationCodePropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.AuthorizationCodePropertiesProperty Associated Types
Methods set :: PropertyType "RedirectUri" AuthorizationCodePropertiesProperty -> AuthorizationCodePropertiesProperty -> AuthorizationCodePropertiesProperty # | |||||
| type PropertyType "AuthorizationCode" AuthorizationCodePropertiesProperty Source # | |||||
| type PropertyType "RedirectUri" AuthorizationCodePropertiesProperty Source # | |||||
data GluePropertiesInputProperty Source #
Constructors
| GluePropertiesInputProperty | |
Fields | |
Instances
| ToJSON GluePropertiesInputProperty Source # | |||||
| Show GluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GluePropertiesInputProperty Methods showsPrec :: Int -> GluePropertiesInputProperty -> ShowS # show :: GluePropertiesInputProperty -> String # showList :: [GluePropertiesInputProperty] -> ShowS # | |||||
| Eq GluePropertiesInputProperty Source # | |||||
| ToResourceProperties GluePropertiesInputProperty Source # | |||||
| Property "GlueConnectionInput" GluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GluePropertiesInputProperty Associated Types
Methods set :: PropertyType "GlueConnectionInput" GluePropertiesInputProperty -> GluePropertiesInputProperty -> GluePropertiesInputProperty # | |||||
| type PropertyType "GlueConnectionInput" GluePropertiesInputProperty Source # | |||||
data HyperPodPropertiesInputProperty Source #
Constructors
| HyperPodPropertiesInputProperty | |
Fields
| |
Instances
| ToJSON HyperPodPropertiesInputProperty Source # | |||||
| Show HyperPodPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.HyperPodPropertiesInputProperty Methods showsPrec :: Int -> HyperPodPropertiesInputProperty -> ShowS # | |||||
| Eq HyperPodPropertiesInputProperty Source # | |||||
| ToResourceProperties HyperPodPropertiesInputProperty Source # | |||||
| Property "ClusterName" HyperPodPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.HyperPodPropertiesInputProperty Associated Types
Methods set :: PropertyType "ClusterName" HyperPodPropertiesInputProperty -> HyperPodPropertiesInputProperty -> HyperPodPropertiesInputProperty # | |||||
| type PropertyType "ClusterName" HyperPodPropertiesInputProperty Source # | |||||
data IamPropertiesInputProperty Source #
Constructors
| IamPropertiesInputProperty | |
Fields
| |
Instances
| ToJSON IamPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.IamPropertiesInputProperty Methods toJSON :: IamPropertiesInputProperty -> Value # toEncoding :: IamPropertiesInputProperty -> Encoding # toJSONList :: [IamPropertiesInputProperty] -> Value # toEncodingList :: [IamPropertiesInputProperty] -> Encoding # | |||||
| Show IamPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.IamPropertiesInputProperty Methods showsPrec :: Int -> IamPropertiesInputProperty -> ShowS # show :: IamPropertiesInputProperty -> String # showList :: [IamPropertiesInputProperty] -> ShowS # | |||||
| Eq IamPropertiesInputProperty Source # | |||||
| ToResourceProperties IamPropertiesInputProperty Source # | |||||
| Property "GlueLineageSyncEnabled" IamPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.IamPropertiesInputProperty Associated Types
Methods set :: PropertyType "GlueLineageSyncEnabled" IamPropertiesInputProperty -> IamPropertiesInputProperty -> IamPropertiesInputProperty # | |||||
| type PropertyType "GlueLineageSyncEnabled" IamPropertiesInputProperty Source # | |||||
data RedshiftPropertiesInputProperty Source #
Constructors
| RedshiftPropertiesInputProperty | |
Instances
| ToJSON RedshiftPropertiesInputProperty Source # | |||||
| Show RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Methods showsPrec :: Int -> RedshiftPropertiesInputProperty -> ShowS # | |||||
| Eq RedshiftPropertiesInputProperty Source # | |||||
| ToResourceProperties RedshiftPropertiesInputProperty Source # | |||||
| Property "Credentials" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "Credentials" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "DatabaseName" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "DatabaseName" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "Host" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "Host" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "LineageSync" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "LineageSync" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "Port" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "Port" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "Storage" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "Storage" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| type PropertyType "Credentials" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "DatabaseName" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "Host" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "LineageSync" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "Port" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "Storage" RedshiftPropertiesInputProperty Source # | |||||
data S3PropertiesInputProperty Source #
Constructors
| S3PropertiesInputProperty | |
Fields
| |
Instances
| ToJSON S3PropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.S3PropertiesInputProperty Methods toJSON :: S3PropertiesInputProperty -> Value # toEncoding :: S3PropertiesInputProperty -> Encoding # toJSONList :: [S3PropertiesInputProperty] -> Value # | |||||
| Show S3PropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.S3PropertiesInputProperty Methods showsPrec :: Int -> S3PropertiesInputProperty -> ShowS # show :: S3PropertiesInputProperty -> String # showList :: [S3PropertiesInputProperty] -> ShowS # | |||||
| Eq S3PropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.S3PropertiesInputProperty Methods (==) :: S3PropertiesInputProperty -> S3PropertiesInputProperty -> Bool # (/=) :: S3PropertiesInputProperty -> S3PropertiesInputProperty -> Bool # | |||||
| ToResourceProperties S3PropertiesInputProperty Source # | |||||
| Property "S3AccessGrantLocationId" S3PropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.S3PropertiesInputProperty Associated Types
Methods set :: PropertyType "S3AccessGrantLocationId" S3PropertiesInputProperty -> S3PropertiesInputProperty -> S3PropertiesInputProperty # | |||||
| Property "S3Uri" S3PropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.S3PropertiesInputProperty Associated Types
Methods set :: PropertyType "S3Uri" S3PropertiesInputProperty -> S3PropertiesInputProperty -> S3PropertiesInputProperty # | |||||
| type PropertyType "S3AccessGrantLocationId" S3PropertiesInputProperty Source # | |||||
| type PropertyType "S3Uri" S3PropertiesInputProperty Source # | |||||
data SparkEmrPropertiesInputProperty Source #
Constructors
| SparkEmrPropertiesInputProperty | |
Fields
| |
Instances
| ToJSON SparkEmrPropertiesInputProperty Source # | |||||
| Show SparkEmrPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkEmrPropertiesInputProperty Methods showsPrec :: Int -> SparkEmrPropertiesInputProperty -> ShowS # | |||||
| Eq SparkEmrPropertiesInputProperty Source # | |||||
| ToResourceProperties SparkEmrPropertiesInputProperty Source # | |||||
| Property "ComputeArn" SparkEmrPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkEmrPropertiesInputProperty Associated Types
Methods set :: PropertyType "ComputeArn" SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty # | |||||
| Property "InstanceProfileArn" SparkEmrPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkEmrPropertiesInputProperty Associated Types
Methods set :: PropertyType "InstanceProfileArn" SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty # | |||||
| Property "JavaVirtualEnv" SparkEmrPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkEmrPropertiesInputProperty Associated Types
Methods set :: PropertyType "JavaVirtualEnv" SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty # | |||||
| Property "LogUri" SparkEmrPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkEmrPropertiesInputProperty Associated Types
Methods set :: PropertyType "LogUri" SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty # | |||||
| Property "PythonVirtualEnv" SparkEmrPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkEmrPropertiesInputProperty Associated Types
Methods set :: PropertyType "PythonVirtualEnv" SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty # | |||||
| Property "RuntimeRole" SparkEmrPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkEmrPropertiesInputProperty Associated Types
Methods set :: PropertyType "RuntimeRole" SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty # | |||||
| Property "TrustedCertificatesS3Uri" SparkEmrPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkEmrPropertiesInputProperty Associated Types
Methods set :: PropertyType "TrustedCertificatesS3Uri" SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty -> SparkEmrPropertiesInputProperty # | |||||
| type PropertyType "ComputeArn" SparkEmrPropertiesInputProperty Source # | |||||
| type PropertyType "InstanceProfileArn" SparkEmrPropertiesInputProperty Source # | |||||
| type PropertyType "JavaVirtualEnv" SparkEmrPropertiesInputProperty Source # | |||||
| type PropertyType "LogUri" SparkEmrPropertiesInputProperty Source # | |||||
| type PropertyType "PythonVirtualEnv" SparkEmrPropertiesInputProperty Source # | |||||
| type PropertyType "RuntimeRole" SparkEmrPropertiesInputProperty Source # | |||||
| type PropertyType "TrustedCertificatesS3Uri" SparkEmrPropertiesInputProperty Source # | |||||
data SparkGluePropertiesInputProperty Source #
Constructors
| SparkGluePropertiesInputProperty | |
Fields
| |
Instances
| ToJSON SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty | |||||
| Show SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty Methods showsPrec :: Int -> SparkGluePropertiesInputProperty -> ShowS # | |||||
| Eq SparkGluePropertiesInputProperty Source # | |||||
| ToResourceProperties SparkGluePropertiesInputProperty Source # | |||||
| Property "AdditionalArgs" SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty Associated Types
Methods set :: PropertyType "AdditionalArgs" SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty # | |||||
| Property "GlueConnectionName" SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty Associated Types
Methods set :: PropertyType "GlueConnectionName" SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty # | |||||
| Property "GlueVersion" SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty Associated Types
Methods set :: PropertyType "GlueVersion" SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty # | |||||
| Property "IdleTimeout" SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty Associated Types
Methods set :: PropertyType "IdleTimeout" SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty # | |||||
| Property "JavaVirtualEnv" SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty Associated Types
Methods set :: PropertyType "JavaVirtualEnv" SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty # | |||||
| Property "NumberOfWorkers" SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty Associated Types
Methods set :: PropertyType "NumberOfWorkers" SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty # | |||||
| Property "PythonVirtualEnv" SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty Associated Types
Methods set :: PropertyType "PythonVirtualEnv" SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty # | |||||
| Property "WorkerType" SparkGluePropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty Associated Types
Methods set :: PropertyType "WorkerType" SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty -> SparkGluePropertiesInputProperty # | |||||
| type PropertyType "AdditionalArgs" SparkGluePropertiesInputProperty Source # | |||||
| type PropertyType "GlueConnectionName" SparkGluePropertiesInputProperty Source # | |||||
| type PropertyType "GlueVersion" SparkGluePropertiesInputProperty Source # | |||||
| type PropertyType "IdleTimeout" SparkGluePropertiesInputProperty Source # | |||||
| type PropertyType "JavaVirtualEnv" SparkGluePropertiesInputProperty Source # | |||||
| type PropertyType "NumberOfWorkers" SparkGluePropertiesInputProperty Source # | |||||
| type PropertyType "PythonVirtualEnv" SparkGluePropertiesInputProperty Source # | |||||
| type PropertyType "WorkerType" SparkGluePropertiesInputProperty Source # | |||||
data GlueConnectionInputProperty Source #
Constructors
| GlueConnectionInputProperty | |
Fields
| |
Instances
| ToJSON GlueConnectionInputProperty Source # | |||||
| Show GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Methods showsPrec :: Int -> GlueConnectionInputProperty -> ShowS # show :: GlueConnectionInputProperty -> String # showList :: [GlueConnectionInputProperty] -> ShowS # | |||||
| Eq GlueConnectionInputProperty Source # | |||||
| ToResourceProperties GlueConnectionInputProperty Source # | |||||
| Property "AthenaProperties" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "AthenaProperties" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "AuthenticationConfiguration" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "AuthenticationConfiguration" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "ConnectionProperties" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "ConnectionProperties" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "ConnectionType" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "ConnectionType" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "Description" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "Description" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "MatchCriteria" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "MatchCriteria" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "Name" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "Name" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "PhysicalConnectionRequirements" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "PhysicalConnectionRequirements" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "PythonProperties" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "PythonProperties" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "SparkProperties" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "SparkProperties" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "ValidateCredentials" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "ValidateCredentials" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| Property "ValidateForComputeEnvironments" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty Associated Types
Methods set :: PropertyType "ValidateForComputeEnvironments" GlueConnectionInputProperty -> GlueConnectionInputProperty -> GlueConnectionInputProperty # | |||||
| type PropertyType "AthenaProperties" GlueConnectionInputProperty Source # | |||||
| type PropertyType "AuthenticationConfiguration" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty type PropertyType "AuthenticationConfiguration" GlueConnectionInputProperty = AuthenticationConfigurationInputProperty | |||||
| type PropertyType "ConnectionProperties" GlueConnectionInputProperty Source # | |||||
| type PropertyType "ConnectionType" GlueConnectionInputProperty Source # | |||||
| type PropertyType "Description" GlueConnectionInputProperty Source # | |||||
| type PropertyType "MatchCriteria" GlueConnectionInputProperty Source # | |||||
| type PropertyType "Name" GlueConnectionInputProperty Source # | |||||
| type PropertyType "PhysicalConnectionRequirements" GlueConnectionInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueConnectionInputProperty type PropertyType "PhysicalConnectionRequirements" GlueConnectionInputProperty = PhysicalConnectionRequirementsProperty | |||||
| type PropertyType "PythonProperties" GlueConnectionInputProperty Source # | |||||
| type PropertyType "SparkProperties" GlueConnectionInputProperty Source # | |||||
| type PropertyType "ValidateCredentials" GlueConnectionInputProperty Source # | |||||
| type PropertyType "ValidateForComputeEnvironments" GlueConnectionInputProperty Source # | |||||
data PhysicalConnectionRequirementsProperty Source #
Constructors
| PhysicalConnectionRequirementsProperty | |
Fields
| |
Instances
| ToJSON PhysicalConnectionRequirementsProperty Source # | |||||
Defined in Stratosphere.DataZone.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.DataZone.Connection.PhysicalConnectionRequirementsProperty Associated Types
Methods set :: PropertyType "AvailabilityZone" PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty # | |||||
| Property "SecurityGroupIdList" PhysicalConnectionRequirementsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.PhysicalConnectionRequirementsProperty Associated Types
Methods set :: PropertyType "SecurityGroupIdList" PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty # | |||||
| Property "SubnetId" PhysicalConnectionRequirementsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.PhysicalConnectionRequirementsProperty Associated Types
| |||||
| Property "SubnetIdList" PhysicalConnectionRequirementsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.PhysicalConnectionRequirementsProperty Associated Types
Methods set :: PropertyType "SubnetIdList" PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty -> PhysicalConnectionRequirementsProperty # | |||||
| type PropertyType "AvailabilityZone" PhysicalConnectionRequirementsProperty Source # | |||||
| type PropertyType "SecurityGroupIdList" PhysicalConnectionRequirementsProperty Source # | |||||
| type PropertyType "SubnetId" PhysicalConnectionRequirementsProperty Source # | |||||
| type PropertyType "SubnetIdList" PhysicalConnectionRequirementsProperty Source # | |||||
data GlueOAuth2CredentialsProperty Source #
Constructors
| GlueOAuth2CredentialsProperty | |
Fields
| |
Instances
| ToJSON GlueOAuth2CredentialsProperty Source # | |||||
| Show GlueOAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueOAuth2CredentialsProperty Methods showsPrec :: Int -> GlueOAuth2CredentialsProperty -> ShowS # show :: GlueOAuth2CredentialsProperty -> String # showList :: [GlueOAuth2CredentialsProperty] -> ShowS # | |||||
| Eq GlueOAuth2CredentialsProperty Source # | |||||
| ToResourceProperties GlueOAuth2CredentialsProperty Source # | |||||
| Property "AccessToken" GlueOAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueOAuth2CredentialsProperty Associated Types
Methods set :: PropertyType "AccessToken" GlueOAuth2CredentialsProperty -> GlueOAuth2CredentialsProperty -> GlueOAuth2CredentialsProperty # | |||||
| Property "JwtToken" GlueOAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueOAuth2CredentialsProperty Associated Types
Methods set :: PropertyType "JwtToken" GlueOAuth2CredentialsProperty -> GlueOAuth2CredentialsProperty -> GlueOAuth2CredentialsProperty # | |||||
| Property "RefreshToken" GlueOAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueOAuth2CredentialsProperty Associated Types
Methods set :: PropertyType "RefreshToken" GlueOAuth2CredentialsProperty -> GlueOAuth2CredentialsProperty -> GlueOAuth2CredentialsProperty # | |||||
| Property "UserManagedClientApplicationClientSecret" GlueOAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueOAuth2CredentialsProperty Associated Types
Methods set :: PropertyType "UserManagedClientApplicationClientSecret" GlueOAuth2CredentialsProperty -> GlueOAuth2CredentialsProperty -> GlueOAuth2CredentialsProperty # | |||||
| type PropertyType "AccessToken" GlueOAuth2CredentialsProperty Source # | |||||
| type PropertyType "JwtToken" GlueOAuth2CredentialsProperty Source # | |||||
| type PropertyType "RefreshToken" GlueOAuth2CredentialsProperty Source # | |||||
| type PropertyType "UserManagedClientApplicationClientSecret" GlueOAuth2CredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.GlueOAuth2CredentialsProperty type PropertyType "UserManagedClientApplicationClientSecret" GlueOAuth2CredentialsProperty = Value Text | |||||
data LineageSyncScheduleProperty Source #
Constructors
| LineageSyncScheduleProperty | |
Fields
| |
Instances
| ToJSON LineageSyncScheduleProperty Source # | |||||
| Show LineageSyncScheduleProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.LineageSyncScheduleProperty Methods showsPrec :: Int -> LineageSyncScheduleProperty -> ShowS # show :: LineageSyncScheduleProperty -> String # showList :: [LineageSyncScheduleProperty] -> ShowS # | |||||
| Eq LineageSyncScheduleProperty Source # | |||||
| ToResourceProperties LineageSyncScheduleProperty Source # | |||||
| Property "Schedule" LineageSyncScheduleProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.LineageSyncScheduleProperty Associated Types
Methods set :: PropertyType "Schedule" LineageSyncScheduleProperty -> LineageSyncScheduleProperty -> LineageSyncScheduleProperty # | |||||
| type PropertyType "Schedule" LineageSyncScheduleProperty Source # | |||||
data OAuth2ClientApplicationProperty Source #
Constructors
| OAuth2ClientApplicationProperty | |
Fields | |
Instances
| ToJSON OAuth2ClientApplicationProperty Source # | |||||
| Show OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2ClientApplicationProperty Methods showsPrec :: Int -> OAuth2ClientApplicationProperty -> ShowS # | |||||
| Eq OAuth2ClientApplicationProperty Source # | |||||
| ToResourceProperties OAuth2ClientApplicationProperty Source # | |||||
| Property "AWSManagedClientApplicationReference" OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2ClientApplicationProperty Associated Types
Methods set :: PropertyType "AWSManagedClientApplicationReference" OAuth2ClientApplicationProperty -> OAuth2ClientApplicationProperty -> OAuth2ClientApplicationProperty # | |||||
| Property "UserManagedClientApplicationClientId" OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2ClientApplicationProperty Associated Types
Methods set :: PropertyType "UserManagedClientApplicationClientId" OAuth2ClientApplicationProperty -> OAuth2ClientApplicationProperty -> OAuth2ClientApplicationProperty # | |||||
| type PropertyType "AWSManagedClientApplicationReference" OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2ClientApplicationProperty type PropertyType "AWSManagedClientApplicationReference" OAuth2ClientApplicationProperty = Value Text | |||||
| type PropertyType "UserManagedClientApplicationClientId" OAuth2ClientApplicationProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.OAuth2ClientApplicationProperty type PropertyType "UserManagedClientApplicationClientId" OAuth2ClientApplicationProperty = Value Text | |||||
data RedshiftCredentialsProperty Source #
Constructors
| RedshiftCredentialsProperty | |
Fields | |
Instances
| ToJSON RedshiftCredentialsProperty Source # | |||||
| Show RedshiftCredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftCredentialsProperty Methods showsPrec :: Int -> RedshiftCredentialsProperty -> ShowS # show :: RedshiftCredentialsProperty -> String # showList :: [RedshiftCredentialsProperty] -> ShowS # | |||||
| Eq RedshiftCredentialsProperty Source # | |||||
| ToResourceProperties RedshiftCredentialsProperty Source # | |||||
| Property "SecretArn" RedshiftCredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftCredentialsProperty Associated Types
Methods set :: PropertyType "SecretArn" RedshiftCredentialsProperty -> RedshiftCredentialsProperty -> RedshiftCredentialsProperty # | |||||
| Property "UsernamePassword" RedshiftCredentialsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftCredentialsProperty Associated Types
Methods set :: PropertyType "UsernamePassword" RedshiftCredentialsProperty -> RedshiftCredentialsProperty -> RedshiftCredentialsProperty # | |||||
| type PropertyType "SecretArn" RedshiftCredentialsProperty Source # | |||||
| type PropertyType "UsernamePassword" RedshiftCredentialsProperty Source # | |||||
data UsernamePasswordProperty Source #
Constructors
| UsernamePasswordProperty | |
Instances
| ToJSON UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Methods toJSON :: UsernamePasswordProperty -> Value # toEncoding :: UsernamePasswordProperty -> Encoding # toJSONList :: [UsernamePasswordProperty] -> Value # | |||||
| Show UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Methods showsPrec :: Int -> UsernamePasswordProperty -> ShowS # show :: UsernamePasswordProperty -> String # showList :: [UsernamePasswordProperty] -> ShowS # | |||||
| Eq UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Methods (==) :: UsernamePasswordProperty -> UsernamePasswordProperty -> Bool # (/=) :: UsernamePasswordProperty -> UsernamePasswordProperty -> Bool # | |||||
| ToResourceProperties UsernamePasswordProperty Source # | |||||
| Property "Password" UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Associated Types
Methods set :: PropertyType "Password" UsernamePasswordProperty -> UsernamePasswordProperty -> UsernamePasswordProperty # | |||||
| Property "Username" UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Associated Types
Methods set :: PropertyType "Username" UsernamePasswordProperty -> UsernamePasswordProperty -> UsernamePasswordProperty # | |||||
| type PropertyType "Password" UsernamePasswordProperty Source # | |||||
| type PropertyType "Username" UsernamePasswordProperty Source # | |||||
data RedshiftLineageSyncConfigurationInputProperty Source #
Constructors
| RedshiftLineageSyncConfigurationInputProperty | |
Fields
| |
Instances
| ToJSON RedshiftLineageSyncConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftLineageSyncConfigurationInputProperty Methods toJSON :: RedshiftLineageSyncConfigurationInputProperty -> Value # toEncoding :: RedshiftLineageSyncConfigurationInputProperty -> Encoding # toJSONList :: [RedshiftLineageSyncConfigurationInputProperty] -> Value # toEncodingList :: [RedshiftLineageSyncConfigurationInputProperty] -> Encoding # omitField :: RedshiftLineageSyncConfigurationInputProperty -> Bool # | |||||
| Show RedshiftLineageSyncConfigurationInputProperty Source # | |||||
| Eq RedshiftLineageSyncConfigurationInputProperty Source # | |||||
| ToResourceProperties RedshiftLineageSyncConfigurationInputProperty Source # | |||||
| Property "Enabled" RedshiftLineageSyncConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftLineageSyncConfigurationInputProperty Associated Types
| |||||
| Property "Schedule" RedshiftLineageSyncConfigurationInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftLineageSyncConfigurationInputProperty Associated Types
| |||||
| type PropertyType "Enabled" RedshiftLineageSyncConfigurationInputProperty Source # | |||||
| type PropertyType "Schedule" RedshiftLineageSyncConfigurationInputProperty Source # | |||||
data RedshiftStoragePropertiesProperty Source #
Constructors
| RedshiftStoragePropertiesProperty | |
Fields
| |
Instances
| ToJSON RedshiftStoragePropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftStoragePropertiesProperty | |||||
| Show RedshiftStoragePropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftStoragePropertiesProperty Methods showsPrec :: Int -> RedshiftStoragePropertiesProperty -> ShowS # | |||||
| Eq RedshiftStoragePropertiesProperty Source # | |||||
| ToResourceProperties RedshiftStoragePropertiesProperty Source # | |||||
| Property "ClusterName" RedshiftStoragePropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftStoragePropertiesProperty Associated Types
Methods set :: PropertyType "ClusterName" RedshiftStoragePropertiesProperty -> RedshiftStoragePropertiesProperty -> RedshiftStoragePropertiesProperty # | |||||
| Property "WorkgroupName" RedshiftStoragePropertiesProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftStoragePropertiesProperty Associated Types
Methods set :: PropertyType "WorkgroupName" RedshiftStoragePropertiesProperty -> RedshiftStoragePropertiesProperty -> RedshiftStoragePropertiesProperty # | |||||
| type PropertyType "ClusterName" RedshiftStoragePropertiesProperty Source # | |||||
| type PropertyType "WorkgroupName" RedshiftStoragePropertiesProperty Source # | |||||
data SparkGlueArgsProperty Source #
Constructors
| SparkGlueArgsProperty | |
Fields
| |
Instances
| ToJSON SparkGlueArgsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGlueArgsProperty Methods toJSON :: SparkGlueArgsProperty -> Value # toEncoding :: SparkGlueArgsProperty -> Encoding # toJSONList :: [SparkGlueArgsProperty] -> Value # toEncodingList :: [SparkGlueArgsProperty] -> Encoding # omitField :: SparkGlueArgsProperty -> Bool # | |||||
| Show SparkGlueArgsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGlueArgsProperty Methods showsPrec :: Int -> SparkGlueArgsProperty -> ShowS # show :: SparkGlueArgsProperty -> String # showList :: [SparkGlueArgsProperty] -> ShowS # | |||||
| Eq SparkGlueArgsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGlueArgsProperty Methods (==) :: SparkGlueArgsProperty -> SparkGlueArgsProperty -> Bool # (/=) :: SparkGlueArgsProperty -> SparkGlueArgsProperty -> Bool # | |||||
| ToResourceProperties SparkGlueArgsProperty Source # | |||||
| Property "Connection" SparkGlueArgsProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.SparkGlueArgsProperty Associated Types
Methods set :: PropertyType "Connection" SparkGlueArgsProperty -> SparkGlueArgsProperty -> SparkGlueArgsProperty # | |||||
| type PropertyType "Connection" SparkGlueArgsProperty Source # | |||||
mkRedshiftLineageSyncConfigurationInputProperty :: RedshiftLineageSyncConfigurationInputProperty Source #
data Connection Source #
Constructors
| Connection | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html |
Fields
| |
Instances
| ToJSON Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Methods toJSON :: Connection -> Value # toEncoding :: Connection -> Encoding # toJSONList :: [Connection] -> Value # toEncodingList :: [Connection] -> Encoding # omitField :: Connection -> Bool # | |||||
| Show Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Methods showsPrec :: Int -> Connection -> ShowS # show :: Connection -> String # showList :: [Connection] -> ShowS # | |||||
| Eq Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection | |||||
| ToResourceProperties Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Methods | |||||
| Property "AwsLocation" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Associated Types
Methods set :: PropertyType "AwsLocation" Connection -> Connection -> Connection # | |||||
| Property "Description" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Associated Types
Methods set :: PropertyType "Description" Connection -> Connection -> Connection # | |||||
| Property "DomainIdentifier" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Associated Types
Methods set :: PropertyType "DomainIdentifier" Connection -> Connection -> Connection # | |||||
| Property "EnableTrustedIdentityPropagation" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Associated Types
Methods set :: PropertyType "EnableTrustedIdentityPropagation" Connection -> Connection -> Connection # | |||||
| Property "EnvironmentIdentifier" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Associated Types
Methods set :: PropertyType "EnvironmentIdentifier" Connection -> Connection -> Connection # | |||||
| Property "Name" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Associated Types
Methods set :: PropertyType "Name" Connection -> Connection -> Connection # | |||||
| Property "ProjectIdentifier" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Associated Types
Methods set :: PropertyType "ProjectIdentifier" Connection -> Connection -> Connection # | |||||
| Property "Props" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection Associated Types
Methods set :: PropertyType "Props" Connection -> Connection -> Connection # | |||||
| type PropertyType "AwsLocation" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection | |||||
| type PropertyType "Description" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection | |||||
| type PropertyType "DomainIdentifier" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection | |||||
| type PropertyType "EnableTrustedIdentityPropagation" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection | |||||
| type PropertyType "EnvironmentIdentifier" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection | |||||
| type PropertyType "Name" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection | |||||
| type PropertyType "ProjectIdentifier" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection | |||||
| type PropertyType "Props" Connection Source # | |||||
Defined in Stratosphere.DataZone.Connection | |||||
mkConnection :: Value Text -> Value Text -> Connection Source #