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