stratosphere-0.2.1: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.NameValuePair

Description

A pair of name and value. Used in ELB Attributes

Synopsis

Documentation

data NameValuePair Source #

Full data type definition for NameValuePair. See nameValuePair for a more convenient constructor.

nameValuePair Source #

Constructor for NameValuePair containing required fields as arguments.

nvpName :: Lens' NameValuePair (Val Text) Source #

The name of an attribute

nvpValue :: Lens' NameValuePair (Val Text) Source #

The value of an attribute