Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ComponentConfiguration Source #
Configuration details of the component.
See: newComponentConfiguration
smart constructor.
ComponentConfiguration' | |
|
Instances
newComponentConfiguration Source #
Create a value of ComponentConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:parameters:ComponentConfiguration'
, componentConfiguration_parameters
- A group of parameter settings that are used to configure the component
for a specific recipe.
$sel:componentArn:ComponentConfiguration'
, componentConfiguration_componentArn
- The Amazon Resource Name (ARN) of the component.
componentConfiguration_parameters :: Lens' ComponentConfiguration (Maybe (NonEmpty ComponentParameter)) Source #
A group of parameter settings that are used to configure the component for a specific recipe.
componentConfiguration_componentArn :: Lens' ComponentConfiguration Text Source #
The Amazon Resource Name (ARN) of the component.