libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

Description

 
Synopsis

Documentation

data AwsS3BucketNotificationConfigurationDetail Source #

Details for an S3 bucket notification configuration.

See: newAwsS3BucketNotificationConfigurationDetail smart constructor.

Constructors

AwsS3BucketNotificationConfigurationDetail' 

Fields

Instances

Instances details
Eq AwsS3BucketNotificationConfigurationDetail Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

Read AwsS3BucketNotificationConfigurationDetail Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

Show AwsS3BucketNotificationConfigurationDetail Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

Generic AwsS3BucketNotificationConfigurationDetail Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

NFData AwsS3BucketNotificationConfigurationDetail Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

Hashable AwsS3BucketNotificationConfigurationDetail Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

ToJSON AwsS3BucketNotificationConfigurationDetail Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

FromJSON AwsS3BucketNotificationConfigurationDetail Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

type Rep AwsS3BucketNotificationConfigurationDetail Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail

type Rep AwsS3BucketNotificationConfigurationDetail = D1 ('MetaData "AwsS3BucketNotificationConfigurationDetail" "Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationDetail" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsS3BucketNotificationConfigurationDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsS3BucketNotificationConfigurationFilter)))))

newAwsS3BucketNotificationConfigurationDetail :: AwsS3BucketNotificationConfigurationDetail Source #

Create a value of AwsS3BucketNotificationConfigurationDetail 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:destination:AwsS3BucketNotificationConfigurationDetail', awsS3BucketNotificationConfigurationDetail_destination - The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.

$sel:events:AwsS3BucketNotificationConfigurationDetail', awsS3BucketNotificationConfigurationDetail_events - The list of events that trigger a notification.

$sel:type':AwsS3BucketNotificationConfigurationDetail', awsS3BucketNotificationConfigurationDetail_type - Indicates the type of notification. Notifications can be generated using Lambda functions, Amazon SQS queues or Amazon SNS topics.

$sel:filter':AwsS3BucketNotificationConfigurationDetail', awsS3BucketNotificationConfigurationDetail_filter - The filters that determine which S3 buckets generate notifications.

awsS3BucketNotificationConfigurationDetail_destination :: Lens' AwsS3BucketNotificationConfigurationDetail (Maybe Text) Source #

The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.

awsS3BucketNotificationConfigurationDetail_type :: Lens' AwsS3BucketNotificationConfigurationDetail (Maybe Text) Source #

Indicates the type of notification. Notifications can be generated using Lambda functions, Amazon SQS queues or Amazon SNS topics.