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

Description

 
Synopsis

Documentation

data AwsS3BucketDetails Source #

The details of an Amazon S3 bucket.

See: newAwsS3BucketDetails smart constructor.

Constructors

AwsS3BucketDetails' 

Fields

Instances

Instances details
Eq AwsS3BucketDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketDetails

Read AwsS3BucketDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketDetails

Show AwsS3BucketDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketDetails

Generic AwsS3BucketDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketDetails

Associated Types

type Rep AwsS3BucketDetails :: Type -> Type #

NFData AwsS3BucketDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketDetails

Methods

rnf :: AwsS3BucketDetails -> () #

Hashable AwsS3BucketDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketDetails

ToJSON AwsS3BucketDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketDetails

FromJSON AwsS3BucketDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketDetails

type Rep AwsS3BucketDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsS3BucketDetails

type Rep AwsS3BucketDetails = D1 ('MetaData "AwsS3BucketDetails" "Amazonka.SecurityHub.Types.AwsS3BucketDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsS3BucketDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "bucketLoggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsS3BucketLoggingConfiguration)) :*: (S1 ('MetaSel ('Just "ownerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accessControlList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "publicAccessBlockConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsS3AccountPublicAccessBlockDetails)) :*: S1 ('MetaSel ('Just "bucketWebsiteConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsS3BucketWebsiteConfiguration)))) :*: (S1 ('MetaSel ('Just "bucketLifecycleConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsS3BucketBucketLifecycleConfigurationDetails)) :*: (S1 ('MetaSel ('Just "bucketNotificationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsS3BucketNotificationConfiguration)) :*: S1 ('MetaSel ('Just "serverSideEncryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsS3BucketServerSideEncryptionConfiguration)))))))

newAwsS3BucketDetails :: AwsS3BucketDetails Source #

Create a value of AwsS3BucketDetails 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:createdAt:AwsS3BucketDetails', awsS3BucketDetails_createdAt - Indicates when the S3 bucket was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

$sel:ownerAccountId:AwsS3BucketDetails', awsS3BucketDetails_ownerAccountId - The Amazon Web Services account identifier of the account that owns the S3 bucket.

$sel:bucketLoggingConfiguration:AwsS3BucketDetails', awsS3BucketDetails_bucketLoggingConfiguration - The logging configuration for the S3 bucket.

$sel:ownerName:AwsS3BucketDetails', awsS3BucketDetails_ownerName - The display name of the owner of the S3 bucket.

$sel:accessControlList:AwsS3BucketDetails', awsS3BucketDetails_accessControlList - The access control list for the S3 bucket.

$sel:ownerId:AwsS3BucketDetails', awsS3BucketDetails_ownerId - The canonical user ID of the owner of the S3 bucket.

$sel:publicAccessBlockConfiguration:AwsS3BucketDetails', awsS3BucketDetails_publicAccessBlockConfiguration - Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.

$sel:bucketWebsiteConfiguration:AwsS3BucketDetails', awsS3BucketDetails_bucketWebsiteConfiguration - The website configuration parameters for the S3 bucket.

$sel:bucketLifecycleConfiguration:AwsS3BucketDetails', awsS3BucketDetails_bucketLifecycleConfiguration - The lifecycle configuration for objects in the S3 bucket.

$sel:bucketNotificationConfiguration:AwsS3BucketDetails', awsS3BucketDetails_bucketNotificationConfiguration - The notification configuration for the S3 bucket.

$sel:serverSideEncryptionConfiguration:AwsS3BucketDetails', awsS3BucketDetails_serverSideEncryptionConfiguration - The encryption rules that are applied to the S3 bucket.

awsS3BucketDetails_createdAt :: Lens' AwsS3BucketDetails (Maybe Text) Source #

Indicates when the S3 bucket was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

awsS3BucketDetails_ownerAccountId :: Lens' AwsS3BucketDetails (Maybe Text) Source #

The Amazon Web Services account identifier of the account that owns the S3 bucket.

awsS3BucketDetails_ownerName :: Lens' AwsS3BucketDetails (Maybe Text) Source #

The display name of the owner of the S3 bucket.

awsS3BucketDetails_accessControlList :: Lens' AwsS3BucketDetails (Maybe Text) Source #

The access control list for the S3 bucket.

awsS3BucketDetails_ownerId :: Lens' AwsS3BucketDetails (Maybe Text) Source #

The canonical user ID of the owner of the S3 bucket.

awsS3BucketDetails_publicAccessBlockConfiguration :: Lens' AwsS3BucketDetails (Maybe AwsS3AccountPublicAccessBlockDetails) Source #

Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.