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 |
Synopsis
Documentation
data CustomPlugin Source #
A plugin is an AWS resource that contains the code that defines a connector's logic.
See: newCustomPlugin
smart constructor.
CustomPlugin' | |
|
Instances
Create a value of CustomPlugin
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:CustomPlugin'
, customPlugin_customPluginArn
- The Amazon Resource Name (ARN) of the custom plugin.
$sel:revision:CustomPlugin'
, customPlugin_revision
- The revision of the custom plugin.
customPlugin_customPluginArn :: Lens' CustomPlugin Text Source #
The Amazon Resource Name (ARN) of the custom plugin.
customPlugin_revision :: Lens' CustomPlugin Natural Source #
The revision of the custom plugin.