Stratosphere.LicenseManager.Grant
data Grant Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html#cfn-licensemanager-grant-allowedoperations
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html#cfn-licensemanager-grant-grantname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html#cfn-licensemanager-grant-homeregion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html#cfn-licensemanager-grant-licensearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html#cfn-licensemanager-grant-principals
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html#cfn-licensemanager-grant-status
Defined in Stratosphere.LicenseManager.Grant
Methods
toJSON :: Grant -> Value #
toEncoding :: Grant -> Encoding #
toJSONList :: [Grant] -> Value #
toEncodingList :: [Grant] -> Encoding #
omitField :: Grant -> Bool #
showsPrec :: Int -> Grant -> ShowS #
show :: Grant -> String #
showList :: [Grant] -> ShowS #
(==) :: Grant -> Grant -> Bool #
(/=) :: Grant -> Grant -> Bool #
toResourceProperties :: Grant -> ResourceProperties #
Associated Types
set :: PropertyType "AllowedOperations" Grant -> Grant -> Grant #
set :: PropertyType "GrantName" Grant -> Grant -> Grant #
set :: PropertyType "HomeRegion" Grant -> Grant -> Grant #
set :: PropertyType "LicenseArn" Grant -> Grant -> Grant #
set :: PropertyType "Principals" Grant -> Grant -> Grant #
set :: PropertyType "Status" Grant -> Grant -> Grant #
mkGrant :: Grant Source #