| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.EC2InstanceLaunchTemplateSpecification
Synopsis
- data EC2InstanceLaunchTemplateSpecification = EC2InstanceLaunchTemplateSpecification {}
- ec2InstanceLaunchTemplateSpecification :: Val Text -> EC2InstanceLaunchTemplateSpecification
- eciltsLaunchTemplateId :: Lens' EC2InstanceLaunchTemplateSpecification (Maybe (Val Text))
- eciltsLaunchTemplateName :: Lens' EC2InstanceLaunchTemplateSpecification (Maybe (Val Text))
- eciltsVersion :: Lens' EC2InstanceLaunchTemplateSpecification (Val Text)
Documentation
data EC2InstanceLaunchTemplateSpecification #
Full data type definition for EC2InstanceLaunchTemplateSpecification. See
ec2InstanceLaunchTemplateSpecification for a more convenient
constructor.
Constructors
| EC2InstanceLaunchTemplateSpecification | |
ec2InstanceLaunchTemplateSpecification #
Arguments
| :: Val Text | |
| -> EC2InstanceLaunchTemplateSpecification |
Constructor for EC2InstanceLaunchTemplateSpecification containing
required fields as arguments.