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 CustomPluginLocationDescription Source #
Information about the location of a custom plugin.
See: newCustomPluginLocationDescription
smart constructor.
CustomPluginLocationDescription' | |
|
Instances
Eq CustomPluginLocationDescription Source # | |
Read CustomPluginLocationDescription Source # | |
Show CustomPluginLocationDescription Source # | |
Generic CustomPluginLocationDescription Source # | |
NFData CustomPluginLocationDescription Source # | |
Hashable CustomPluginLocationDescription Source # | |
FromJSON CustomPluginLocationDescription Source # | |
type Rep CustomPluginLocationDescription Source # | |
Defined in Amazonka.KafkaConnect.Types.CustomPluginLocationDescription type Rep CustomPluginLocationDescription = D1 ('MetaData "CustomPluginLocationDescription" "Amazonka.KafkaConnect.Types.CustomPluginLocationDescription" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" 'False) (C1 ('MetaCons "CustomPluginLocationDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3LocationDescription)))) |
newCustomPluginLocationDescription :: CustomPluginLocationDescription Source #
Create a value of CustomPluginLocationDescription
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:s3Location:CustomPluginLocationDescription'
, customPluginLocationDescription_s3Location
- The S3 bucket Amazon Resource Name (ARN), file key, and object version
of the plugin file stored in Amazon S3.
customPluginLocationDescription_s3Location :: Lens' CustomPluginLocationDescription (Maybe S3LocationDescription) Source #
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.