libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.KafkaConnect.Types.CustomPluginLocation

Description

 
Synopsis

Documentation

data CustomPluginLocation Source #

Information about the location of a custom plugin.

See: newCustomPluginLocation smart constructor.

Constructors

CustomPluginLocation' 

Fields

  • s3Location :: S3Location

    The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.

Instances

Instances details
Eq CustomPluginLocation Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.CustomPluginLocation

Read CustomPluginLocation Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.CustomPluginLocation

Show CustomPluginLocation Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.CustomPluginLocation

Generic CustomPluginLocation Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.CustomPluginLocation

Associated Types

type Rep CustomPluginLocation :: Type -> Type #

NFData CustomPluginLocation Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.CustomPluginLocation

Methods

rnf :: CustomPluginLocation -> () #

Hashable CustomPluginLocation Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.CustomPluginLocation

ToJSON CustomPluginLocation Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.CustomPluginLocation

type Rep CustomPluginLocation Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.CustomPluginLocation

type Rep CustomPluginLocation = D1 ('MetaData "CustomPluginLocation" "Amazonka.KafkaConnect.Types.CustomPluginLocation" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" 'False) (C1 ('MetaCons "CustomPluginLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location)))

newCustomPluginLocation Source #

Create a value of CustomPluginLocation 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:CustomPluginLocation', customPluginLocation_s3Location - The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.

customPluginLocation_s3Location :: Lens' CustomPluginLocation S3Location Source #

The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.