Stratosphere.Transfer.Profile
data Profile Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html#cfn-transfer-profile-as2id
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html#cfn-transfer-profile-certificateids
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html#cfn-transfer-profile-profiletype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html#cfn-transfer-profile-tags
Defined in Stratosphere.Transfer.Profile
Methods
toJSON :: Profile -> Value #
toEncoding :: Profile -> Encoding #
toJSONList :: [Profile] -> Value #
toEncodingList :: [Profile] -> Encoding #
omitField :: Profile -> Bool #
showsPrec :: Int -> Profile -> ShowS #
show :: Profile -> String #
showList :: [Profile] -> ShowS #
(==) :: Profile -> Profile -> Bool #
(/=) :: Profile -> Profile -> Bool #
toResourceProperties :: Profile -> ResourceProperties #
Associated Types
set :: PropertyType "As2Id" Profile -> Profile -> Profile #
set :: PropertyType "CertificateIds" Profile -> Profile -> Profile #
set :: PropertyType "ProfileType" Profile -> Profile -> Profile #
set :: PropertyType "Tags" Profile -> Profile -> Profile #
mkProfile :: Value Text -> Value Text -> Profile Source #