| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KafkaConnect.Types.CustomPluginDescription
Description
Documentation
data CustomPluginDescription Source #
Details about a custom plugin.
See: newCustomPluginDescription smart constructor.
Constructors
| CustomPluginDescription' | |
Instances
newCustomPluginDescription :: CustomPluginDescription Source #
Create a value of CustomPluginDescription 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:customPluginArn:CustomPluginDescription', customPluginDescription_customPluginArn - The Amazon Resource Name (ARN) of the custom plugin.
$sel:revision:CustomPluginDescription', customPluginDescription_revision - The revision of the custom plugin.
customPluginDescription_customPluginArn :: Lens' CustomPluginDescription (Maybe Text) Source #
The Amazon Resource Name (ARN) of the custom plugin.
customPluginDescription_revision :: Lens' CustomPluginDescription (Maybe Integer) Source #
The revision of the custom plugin.