Stratosphere.OpsWorks.Instance
module Stratosphere.OpsWorks.Instance.BlockDeviceMappingProperty
module Stratosphere.OpsWorks.Instance.TimeBasedAutoScalingProperty
data Instance Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-blockdevicemappings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-elasticips
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-layerids
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-timebasedautoscaling
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-volumes
Defined in Stratosphere.OpsWorks.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 "AgentVersion" Instance -> Instance -> Instance #
set :: PropertyType "AmiId" Instance -> Instance -> Instance #
set :: PropertyType "Architecture" Instance -> Instance -> Instance #
set :: PropertyType "AutoScalingType" Instance -> Instance -> Instance #
set :: PropertyType "AvailabilityZone" Instance -> Instance -> Instance #
set :: PropertyType "BlockDeviceMappings" Instance -> Instance -> Instance #
set :: PropertyType "EbsOptimized" Instance -> Instance -> Instance #
set :: PropertyType "ElasticIps" Instance -> Instance -> Instance #
set :: PropertyType "Hostname" Instance -> Instance -> Instance #
set :: PropertyType "InstallUpdatesOnBoot" Instance -> Instance -> Instance #
set :: PropertyType "InstanceType" Instance -> Instance -> Instance #
set :: PropertyType "LayerIds" Instance -> Instance -> Instance #
set :: PropertyType "Os" Instance -> Instance -> Instance #
set :: PropertyType "RootDeviceType" Instance -> Instance -> Instance #
set :: PropertyType "SshKeyName" Instance -> Instance -> Instance #
set :: PropertyType "StackId" Instance -> Instance -> Instance #
set :: PropertyType "SubnetId" Instance -> Instance -> Instance #
set :: PropertyType "Tenancy" Instance -> Instance -> Instance #
set :: PropertyType "TimeBasedAutoScaling" Instance -> Instance -> Instance #
set :: PropertyType "VirtualizationType" Instance -> Instance -> Instance #
set :: PropertyType "Volumes" Instance -> Instance -> Instance #
mkInstance :: Value Text -> ValueList Text -> Value Text -> Instance Source #