Stratosphere.DataSync.Agent
data Agent Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-agent.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-agent.html#cfn-datasync-agent-activationkey
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-agent.html#cfn-datasync-agent-agentname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-agent.html#cfn-datasync-agent-securitygrouparns
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-agent.html#cfn-datasync-agent-subnetarns
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-agent.html#cfn-datasync-agent-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-agent.html#cfn-datasync-agent-vpcendpointid
Defined in Stratosphere.DataSync.Agent
Methods
toJSON :: Agent -> Value #
toEncoding :: Agent -> Encoding #
toJSONList :: [Agent] -> Value #
toEncodingList :: [Agent] -> Encoding #
omitField :: Agent -> Bool #
showsPrec :: Int -> Agent -> ShowS #
show :: Agent -> String #
showList :: [Agent] -> ShowS #
(==) :: Agent -> Agent -> Bool #
(/=) :: Agent -> Agent -> Bool #
toResourceProperties :: Agent -> ResourceProperties #
Associated Types
set :: PropertyType "ActivationKey" Agent -> Agent -> Agent #
set :: PropertyType "AgentName" Agent -> Agent -> Agent #
set :: PropertyType "SecurityGroupArns" Agent -> Agent -> Agent #
set :: PropertyType "SubnetArns" Agent -> Agent -> Agent #
set :: PropertyType "Tags" Agent -> Agent -> Agent #
set :: PropertyType "VpcEndpointId" Agent -> Agent -> Agent #
mkAgent :: Agent Source #