stratosphere-appsync-1.0.0: Stratosphere integration for AWS AppSync.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppSync.Api.EventConfigProperty

Documentation

data AuthProviderProperty Source #

Instances

Instances details
ToJSON AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Show AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Eq AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

ToResourceProperties AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Property "AuthType" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Associated Types

type PropertyType "AuthType" AuthProviderProperty 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Property "CognitoConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Associated Types

type PropertyType "CognitoConfig" AuthProviderProperty 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Property "LambdaAuthorizerConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Associated Types

type PropertyType "LambdaAuthorizerConfig" AuthProviderProperty 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Property "OpenIDConnectConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Associated Types

type PropertyType "OpenIDConnectConfig" AuthProviderProperty 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

type PropertyType "AuthType" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

type PropertyType "CognitoConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

type PropertyType "LambdaAuthorizerConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

type PropertyType "OpenIDConnectConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

data CognitoConfigProperty Source #

Instances

Instances details
ToJSON CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Show CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Eq CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

ToResourceProperties CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Property "AppIdClientRegex" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Associated Types

type PropertyType "AppIdClientRegex" CognitoConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

type PropertyType "AppIdClientRegex" CognitoConfigProperty = Value Text
Property "AwsRegion" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Associated Types

type PropertyType "AwsRegion" CognitoConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Property "UserPoolId" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Associated Types

type PropertyType "UserPoolId" CognitoConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

type PropertyType "AppIdClientRegex" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

type PropertyType "AppIdClientRegex" CognitoConfigProperty = Value Text
type PropertyType "AwsRegion" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

type PropertyType "UserPoolId" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

data LambdaAuthorizerConfigProperty Source #

Instances

Instances details
ToJSON LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Show LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Eq LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

ToResourceProperties LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Property "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Associated Types

type PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty = Value Integer
Property "AuthorizerUri" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Property "IdentityValidationExpression" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Associated Types

type PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty = Value Text
type PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty = Value Integer
type PropertyType "AuthorizerUri" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty = Value Text

data OpenIDConnectConfigProperty Source #

Instances

Instances details
ToJSON OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Show OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Eq OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

ToResourceProperties OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Property "AuthTTL" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Property "ClientId" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Property "IatTTL" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Property "Issuer" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

type PropertyType "AuthTTL" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

type PropertyType "ClientId" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

type PropertyType "IatTTL" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

type PropertyType "Issuer" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

data EventConfigProperty Source #

Instances

Instances details
ToJSON EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Show EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Eq EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

ToResourceProperties EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Property "AuthProviders" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "AuthProviders" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Property "ConnectionAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "ConnectionAuthModes" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "ConnectionAuthModes" EventConfigProperty = [AuthModeProperty]
Property "DefaultPublishAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "DefaultPublishAuthModes" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "DefaultPublishAuthModes" EventConfigProperty = [AuthModeProperty]
Property "DefaultSubscribeAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "DefaultSubscribeAuthModes" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "DefaultSubscribeAuthModes" EventConfigProperty = [AuthModeProperty]

Methods

set :: PropertyType "DefaultSubscribeAuthModes" EventConfigProperty -> EventConfigProperty -> EventConfigProperty #

Property "LogConfig" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "LogConfig" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "AuthProviders" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "ConnectionAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "ConnectionAuthModes" EventConfigProperty = [AuthModeProperty]
type PropertyType "DefaultPublishAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "DefaultPublishAuthModes" EventConfigProperty = [AuthModeProperty]
type PropertyType "DefaultSubscribeAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "DefaultSubscribeAuthModes" EventConfigProperty = [AuthModeProperty]
type PropertyType "LogConfig" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty