Skip to content

Guardduty  >  Structures  >  S3BucketDetail

S3BucketDetail

Structure Class

S3BucketDetail dataclass

Contains information on the S3 bucket.

Attributes

arn class-attribute instance-attribute
arn: str | None = None

The Amazon Resource Name (ARN) of the S3 bucket.

created_at class-attribute instance-attribute
created_at: datetime | None = None

The date and time the bucket was created at.

default_server_side_encryption class-attribute instance-attribute
default_server_side_encryption: DefaultServerSideEncryption | None = None

Describes the server side encryption method used in the S3 bucket.

name class-attribute instance-attribute
name: str | None = None

The name of the S3 bucket.

owner class-attribute instance-attribute
owner: Owner | None = None

The owner of the S3 bucket.

public_access class-attribute instance-attribute
public_access: PublicAccess | None = None

Describes the public access policies that apply to the S3 bucket.

s3_object_details class-attribute instance-attribute
s3_object_details: list[S3ObjectDetail] | None = None

Information about the S3 object that was scanned.

tags class-attribute instance-attribute
tags: list[Tag] | None = None

All tags attached to the S3 bucket

type class-attribute instance-attribute
type: str | None = None

Describes whether the bucket is a source or destination bucket.