Bedrock Agent Runtime > Structures > S3Identifier S3Identifier¶ Structure Class¶ S3Identifier dataclass ¶ The identifier information for an Amazon S3 bucket. Attributes¶ s3_bucket_name class-attribute instance-attribute ¶ s3_bucket_name: str | None = None The name of the S3 bucket. s3_object_key class-attribute instance-attribute ¶ s3_object_key: str | None = None The S3 object key for the S3 resource.