Stratosphere.SSO.Assignment
data Assignment Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-assignment.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-assignment.html#cfn-sso-assignment-instancearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-assignment.html#cfn-sso-assignment-permissionsetarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-assignment.html#cfn-sso-assignment-principalid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-assignment.html#cfn-sso-assignment-principaltype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-assignment.html#cfn-sso-assignment-targetid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-assignment.html#cfn-sso-assignment-targettype
Defined in Stratosphere.SSO.Assignment
Methods
toJSON :: Assignment -> Value #
toEncoding :: Assignment -> Encoding #
toJSONList :: [Assignment] -> Value #
toEncodingList :: [Assignment] -> Encoding #
omitField :: Assignment -> Bool #
showsPrec :: Int -> Assignment -> ShowS #
show :: Assignment -> String #
showList :: [Assignment] -> ShowS #
(==) :: Assignment -> Assignment -> Bool #
(/=) :: Assignment -> Assignment -> Bool #
toResourceProperties :: Assignment -> ResourceProperties #
Associated Types
set :: PropertyType "InstanceArn" Assignment -> Assignment -> Assignment #
set :: PropertyType "PermissionSetArn" Assignment -> Assignment -> Assignment #
set :: PropertyType "PrincipalId" Assignment -> Assignment -> Assignment #
set :: PropertyType "PrincipalType" Assignment -> Assignment -> Assignment #
set :: PropertyType "TargetId" Assignment -> Assignment -> Assignment #
set :: PropertyType "TargetType" Assignment -> Assignment -> Assignment #
mkAssignment :: Value Text -> Value Text -> Value Text -> Value Text -> Value Text -> Value Text -> Assignment Source #