Stratosphere.Transfer.Agreement
module Stratosphere.Transfer.Agreement.CustomDirectoriesProperty
data Agreement Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-accessrole
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-basedirectory
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-customdirectories
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-enforcemessagesigning
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-localprofileid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-partnerprofileid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-preservefilename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-serverid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-status
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-tags
Defined in Stratosphere.Transfer.Agreement
Methods
toJSON :: Agreement -> Value #
toEncoding :: Agreement -> Encoding #
toJSONList :: [Agreement] -> Value #
toEncodingList :: [Agreement] -> Encoding #
omitField :: Agreement -> Bool #
showsPrec :: Int -> Agreement -> ShowS #
show :: Agreement -> String #
showList :: [Agreement] -> ShowS #
(==) :: Agreement -> Agreement -> Bool #
(/=) :: Agreement -> Agreement -> Bool #
toResourceProperties :: Agreement -> ResourceProperties #
Associated Types
set :: PropertyType "AccessRole" Agreement -> Agreement -> Agreement #
set :: PropertyType "BaseDirectory" Agreement -> Agreement -> Agreement #
set :: PropertyType "CustomDirectories" Agreement -> Agreement -> Agreement #
set :: PropertyType "Description" Agreement -> Agreement -> Agreement #
set :: PropertyType "EnforceMessageSigning" Agreement -> Agreement -> Agreement #
set :: PropertyType "LocalProfileId" Agreement -> Agreement -> Agreement #
set :: PropertyType "PartnerProfileId" Agreement -> Agreement -> Agreement #
set :: PropertyType "PreserveFilename" Agreement -> Agreement -> Agreement #
set :: PropertyType "ServerId" Agreement -> Agreement -> Agreement #
set :: PropertyType "Status" Agreement -> Agreement -> Agreement #
set :: PropertyType "Tags" Agreement -> Agreement -> Agreement #
mkAgreement :: Value Text -> Value Text -> Value Text -> Value Text -> Agreement Source #