| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ConfigConfigurationRecorder
Synopsis
- data ConfigConfigurationRecorder = ConfigConfigurationRecorder {}
- configConfigurationRecorder :: Val Text -> ConfigConfigurationRecorder
- ccrName :: Lens' ConfigConfigurationRecorder (Maybe (Val Text))
- ccrRecordingGroup :: Lens' ConfigConfigurationRecorder (Maybe ConfigConfigurationRecorderRecordingGroup)
- ccrRoleARN :: Lens' ConfigConfigurationRecorder (Val Text)
Documentation
data ConfigConfigurationRecorder #
Full data type definition for ConfigConfigurationRecorder. See
configConfigurationRecorder for a more convenient constructor.
Constructors
| ConfigConfigurationRecorder | |
Instances
Arguments
| :: Val Text | |
| -> ConfigConfigurationRecorder |
Constructor for ConfigConfigurationRecorder containing required fields
as arguments.