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

Description

 
Synopsis

Documentation

data AwsS3BucketNotificationConfigurationS3KeyFilterRule Source #

Details for a filter rule.

See: newAwsS3BucketNotificationConfigurationS3KeyFilterRule smart constructor.

Constructors

AwsS3BucketNotificationConfigurationS3KeyFilterRule' 

Fields

Instances

Instances details
Eq AwsS3BucketNotificationConfigurationS3KeyFilterRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule

Read AwsS3BucketNotificationConfigurationS3KeyFilterRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule

Show AwsS3BucketNotificationConfigurationS3KeyFilterRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule

Generic AwsS3BucketNotificationConfigurationS3KeyFilterRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule

NFData AwsS3BucketNotificationConfigurationS3KeyFilterRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule

Hashable AwsS3BucketNotificationConfigurationS3KeyFilterRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule

ToJSON AwsS3BucketNotificationConfigurationS3KeyFilterRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule

FromJSON AwsS3BucketNotificationConfigurationS3KeyFilterRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule

type Rep AwsS3BucketNotificationConfigurationS3KeyFilterRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule

type Rep AwsS3BucketNotificationConfigurationS3KeyFilterRule = D1 ('MetaData "AwsS3BucketNotificationConfigurationS3KeyFilterRule" "Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfigurationS3KeyFilterRule" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsS3BucketNotificationConfigurationS3KeyFilterRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsS3BucketNotificationConfigurationS3KeyFilterRuleName))))

newAwsS3BucketNotificationConfigurationS3KeyFilterRule :: AwsS3BucketNotificationConfigurationS3KeyFilterRule Source #

Create a value of AwsS3BucketNotificationConfigurationS3KeyFilterRule 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:value:AwsS3BucketNotificationConfigurationS3KeyFilterRule', awsS3BucketNotificationConfigurationS3KeyFilterRule_value - The filter value.

$sel:name:AwsS3BucketNotificationConfigurationS3KeyFilterRule', awsS3BucketNotificationConfigurationS3KeyFilterRule_name - Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.