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.S3LogDeliveryDescription

Description

 
Synopsis

Documentation

data S3LogDeliveryDescription Source #

The description of the details about delivering logs to Amazon S3.

See: newS3LogDeliveryDescription smart constructor.

Constructors

S3LogDeliveryDescription' 

Fields

  • enabled :: Maybe Bool

    Specifies whether connector logs get sent to the specified Amazon S3 destination.

  • prefix :: Maybe Text

    The S3 prefix that is the destination for log delivery.

  • bucket :: Maybe Text

    The name of the S3 bucket that is the destination for log delivery.

Instances

Instances details
Eq S3LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3LogDeliveryDescription

Read S3LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3LogDeliveryDescription

Show S3LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3LogDeliveryDescription

Generic S3LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3LogDeliveryDescription

Associated Types

type Rep S3LogDeliveryDescription :: Type -> Type #

NFData S3LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3LogDeliveryDescription

Hashable S3LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3LogDeliveryDescription

FromJSON S3LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3LogDeliveryDescription

type Rep S3LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3LogDeliveryDescription

type Rep S3LogDeliveryDescription = D1 ('MetaData "S3LogDeliveryDescription" "Amazonka.KafkaConnect.Types.S3LogDeliveryDescription" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" 'False) (C1 ('MetaCons "S3LogDeliveryDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newS3LogDeliveryDescription :: S3LogDeliveryDescription Source #

Create a value of S3LogDeliveryDescription 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:enabled:S3LogDeliveryDescription', s3LogDeliveryDescription_enabled - Specifies whether connector logs get sent to the specified Amazon S3 destination.

$sel:prefix:S3LogDeliveryDescription', s3LogDeliveryDescription_prefix - The S3 prefix that is the destination for log delivery.

$sel:bucket:S3LogDeliveryDescription', s3LogDeliveryDescription_bucket - The name of the S3 bucket that is the destination for log delivery.

s3LogDeliveryDescription_enabled :: Lens' S3LogDeliveryDescription (Maybe Bool) Source #

Specifies whether connector logs get sent to the specified Amazon S3 destination.

s3LogDeliveryDescription_prefix :: Lens' S3LogDeliveryDescription (Maybe Text) Source #

The S3 prefix that is the destination for log delivery.

s3LogDeliveryDescription_bucket :: Lens' S3LogDeliveryDescription (Maybe Text) Source #

The name of the S3 bucket that is the destination for log delivery.