Stratosphere.Lightsail.Instance
module Stratosphere.Lightsail.Instance.AddOnProperty
module Stratosphere.Lightsail.Instance.HardwareProperty
module Stratosphere.Lightsail.Instance.LocationProperty
module Stratosphere.Lightsail.Instance.NetworkingProperty
module Stratosphere.Lightsail.Instance.StateProperty
data Instance Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-addons
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-availabilityzone
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-blueprintid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-bundleid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-hardware
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-instancename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-keypairname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-location
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-networking
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-state
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instance.html#cfn-lightsail-instance-userdata
Defined in Stratosphere.Lightsail.Instance
Methods
toJSON :: Instance -> Value #
toEncoding :: Instance -> Encoding #
toJSONList :: [Instance] -> Value #
toEncodingList :: [Instance] -> Encoding #
omitField :: Instance -> Bool #
showsPrec :: Int -> Instance -> ShowS #
show :: Instance -> String #
showList :: [Instance] -> ShowS #
(==) :: Instance -> Instance -> Bool #
(/=) :: Instance -> Instance -> Bool #
toResourceProperties :: Instance -> ResourceProperties #
Associated Types
set :: PropertyType "AddOns" Instance -> Instance -> Instance #
set :: PropertyType "AvailabilityZone" Instance -> Instance -> Instance #
set :: PropertyType "BlueprintId" Instance -> Instance -> Instance #
set :: PropertyType "BundleId" Instance -> Instance -> Instance #
set :: PropertyType "Hardware" Instance -> Instance -> Instance #
set :: PropertyType "InstanceName" Instance -> Instance -> Instance #
set :: PropertyType "KeyPairName" Instance -> Instance -> Instance #
set :: PropertyType "Location" Instance -> Instance -> Instance #
set :: PropertyType "Networking" Instance -> Instance -> Instance #
set :: PropertyType "State" Instance -> Instance -> Instance #
set :: PropertyType "Tags" Instance -> Instance -> Instance #
set :: PropertyType "UserData" Instance -> Instance -> Instance #
mkInstance :: Value Text -> Value Text -> Value Text -> Instance Source #