stratosphere-lakeformation-1.0.0: Stratosphere integration for AWS LakeFormation.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.LakeFormation.Resource

Documentation

data Resource Source #

Instances

Instances details
ToJSON Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

Show Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

Eq Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

ToResourceProperties Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

Property "HybridAccessEnabled" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

Associated Types

type PropertyType "HybridAccessEnabled" Resource 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "HybridAccessEnabled" Resource = Value Bool

Methods

set :: PropertyType "HybridAccessEnabled" Resource -> Resource -> Resource #

Property "ResourceArn" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

Associated Types

type PropertyType "ResourceArn" Resource 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "ResourceArn" Resource = Value Text

Methods

set :: PropertyType "ResourceArn" Resource -> Resource -> Resource #

Property "RoleArn" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

Associated Types

type PropertyType "RoleArn" Resource 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "RoleArn" Resource = Value Text

Methods

set :: PropertyType "RoleArn" Resource -> Resource -> Resource #

Property "UseServiceLinkedRole" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

Associated Types

type PropertyType "UseServiceLinkedRole" Resource 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "UseServiceLinkedRole" Resource = Value Bool

Methods

set :: PropertyType "UseServiceLinkedRole" Resource -> Resource -> Resource #

Property "WithFederation" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

Associated Types

type PropertyType "WithFederation" Resource 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "WithFederation" Resource = Value Bool

Methods

set :: PropertyType "WithFederation" Resource -> Resource -> Resource #

type PropertyType "HybridAccessEnabled" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "HybridAccessEnabled" Resource = Value Bool
type PropertyType "ResourceArn" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "ResourceArn" Resource = Value Text
type PropertyType "RoleArn" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "RoleArn" Resource = Value Text
type PropertyType "UseServiceLinkedRole" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "UseServiceLinkedRole" Resource = Value Bool
type PropertyType "WithFederation" Resource Source # 
Instance details

Defined in Stratosphere.LakeFormation.Resource

type PropertyType "WithFederation" Resource = Value Bool