Stratosphere.Transfer.Server
module Stratosphere.Transfer.Server.EndpointDetailsProperty
module Stratosphere.Transfer.Server.IdentityProviderDetailsProperty
module Stratosphere.Transfer.Server.ProtocolDetailsProperty
module Stratosphere.Transfer.Server.S3StorageOptionsProperty
module Stratosphere.Transfer.Server.WorkflowDetailsProperty
data Server Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-domain
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointdetails
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityproviderdetails
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-ipaddresstype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-postauthenticationloginbanner
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-preauthenticationloginbanner
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-protocoldetails
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-protocols
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-s3storageoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-securitypolicyname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-structuredlogdestinations
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-workflowdetails
Defined in Stratosphere.Transfer.Server
Methods
toJSON :: Server -> Value #
toEncoding :: Server -> Encoding #
toJSONList :: [Server] -> Value #
toEncodingList :: [Server] -> Encoding #
omitField :: Server -> Bool #
showsPrec :: Int -> Server -> ShowS #
show :: Server -> String #
showList :: [Server] -> ShowS #
(==) :: Server -> Server -> Bool #
(/=) :: Server -> Server -> Bool #
toResourceProperties :: Server -> ResourceProperties #
Associated Types
set :: PropertyType "Certificate" Server -> Server -> Server #
set :: PropertyType "Domain" Server -> Server -> Server #
set :: PropertyType "EndpointDetails" Server -> Server -> Server #
set :: PropertyType "EndpointType" Server -> Server -> Server #
set :: PropertyType "IdentityProviderDetails" Server -> Server -> Server #
set :: PropertyType "IdentityProviderType" Server -> Server -> Server #
set :: PropertyType "IpAddressType" Server -> Server -> Server #
set :: PropertyType "LoggingRole" Server -> Server -> Server #
set :: PropertyType "PostAuthenticationLoginBanner" Server -> Server -> Server #
set :: PropertyType "PreAuthenticationLoginBanner" Server -> Server -> Server #
set :: PropertyType "ProtocolDetails" Server -> Server -> Server #
set :: PropertyType "Protocols" Server -> Server -> Server #
set :: PropertyType "S3StorageOptions" Server -> Server -> Server #
set :: PropertyType "SecurityPolicyName" Server -> Server -> Server #
set :: PropertyType "StructuredLogDestinations" Server -> Server -> Server #
set :: PropertyType "Tags" Server -> Server -> Server #
set :: PropertyType "WorkflowDetails" Server -> Server -> Server #
mkServer :: Server Source #