| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ConfigAggregationAuthorization
Synopsis
- data ConfigAggregationAuthorization = ConfigAggregationAuthorization {}
- configAggregationAuthorization :: Val Text -> Val Text -> ConfigAggregationAuthorization
- caaAuthorizedAccountId :: Lens' ConfigAggregationAuthorization (Val Text)
- caaAuthorizedAwsRegion :: Lens' ConfigAggregationAuthorization (Val Text)
Documentation
data ConfigAggregationAuthorization #
Full data type definition for ConfigAggregationAuthorization. See
configAggregationAuthorization for a more convenient constructor.
Constructors
| ConfigAggregationAuthorization | |
Instances
configAggregationAuthorization #
Arguments
| :: Val Text | |
| -> Val Text | |
| -> ConfigAggregationAuthorization |
Constructor for ConfigAggregationAuthorization containing required
fields as arguments.