Stratosphere.OpsWorks.Layer
module Stratosphere.OpsWorks.Layer.LifecycleEventConfigurationProperty
module Stratosphere.OpsWorks.Layer.LoadBasedAutoScalingProperty
module Stratosphere.OpsWorks.Layer.RecipesProperty
module Stratosphere.OpsWorks.Layer.VolumeConfigurationProperty
data Layer Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-attributes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customrecipes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customsecuritygroupids
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-lifecycleeventconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-loadbasedautoscaling
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-packages
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-volumeconfigurations
Defined in Stratosphere.OpsWorks.Layer
Methods
toJSON :: Layer -> Value #
toEncoding :: Layer -> Encoding #
toJSONList :: [Layer] -> Value #
toEncodingList :: [Layer] -> Encoding #
omitField :: Layer -> Bool #
showsPrec :: Int -> Layer -> ShowS #
show :: Layer -> String #
showList :: [Layer] -> ShowS #
(==) :: Layer -> Layer -> Bool #
(/=) :: Layer -> Layer -> Bool #
toResourceProperties :: Layer -> ResourceProperties #
Associated Types
set :: PropertyType "Attributes" Layer -> Layer -> Layer #
set :: PropertyType "AutoAssignElasticIps" Layer -> Layer -> Layer #
set :: PropertyType "AutoAssignPublicIps" Layer -> Layer -> Layer #
set :: PropertyType "CustomInstanceProfileArn" Layer -> Layer -> Layer #
set :: PropertyType "CustomJson" Layer -> Layer -> Layer #
set :: PropertyType "CustomRecipes" Layer -> Layer -> Layer #
set :: PropertyType "CustomSecurityGroupIds" Layer -> Layer -> Layer #
set :: PropertyType "EnableAutoHealing" Layer -> Layer -> Layer #
set :: PropertyType "InstallUpdatesOnBoot" Layer -> Layer -> Layer #
set :: PropertyType "LifecycleEventConfiguration" Layer -> Layer -> Layer #
set :: PropertyType "LoadBasedAutoScaling" Layer -> Layer -> Layer #
set :: PropertyType "Name" Layer -> Layer -> Layer #
set :: PropertyType "Packages" Layer -> Layer -> Layer #
set :: PropertyType "Shortname" Layer -> Layer -> Layer #
set :: PropertyType "StackId" Layer -> Layer -> Layer #
set :: PropertyType "Tags" Layer -> Layer -> Layer #
set :: PropertyType "Type" Layer -> Layer -> Layer #
set :: PropertyType "UseEbsOptimizedInstances" Layer -> Layer -> Layer #
set :: PropertyType "VolumeConfigurations" Layer -> Layer -> Layer #
mkLayer :: Value Bool -> Value Bool -> Value Bool -> Value Text -> Value Text -> Value Text -> Value Text -> Layer Source #