Stratosphere.LakeFormation.Resource
data Resource Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-hybridaccessenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-rolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-withfederation
Defined in Stratosphere.LakeFormation.Resource
Methods
toJSON :: Resource -> Value #
toEncoding :: Resource -> Encoding #
toJSONList :: [Resource] -> Value #
toEncodingList :: [Resource] -> Encoding #
omitField :: Resource -> Bool #
showsPrec :: Int -> Resource -> ShowS #
show :: Resource -> String #
showList :: [Resource] -> ShowS #
(==) :: Resource -> Resource -> Bool #
(/=) :: Resource -> Resource -> Bool #
toResourceProperties :: Resource -> ResourceProperties #
Associated Types
set :: PropertyType "HybridAccessEnabled" Resource -> Resource -> Resource #
set :: PropertyType "ResourceArn" Resource -> Resource -> Resource #
set :: PropertyType "RoleArn" Resource -> Resource -> Resource #
set :: PropertyType "UseServiceLinkedRole" Resource -> Resource -> Resource #
set :: PropertyType "WithFederation" Resource -> Resource -> Resource #
mkResource :: Value Text -> Value Bool -> Resource Source #