Class AmazonS3IcebergStorage (0.6.1)

AmazonS3IcebergStorage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The Amazon S3 Iceberg storage.

Attributes

Name Description
scheme_type google.cloud.oracledatabase_v1.types.AmazonS3IcebergStorage.SchemeType
Required. The scheme type of Amazon S3.
access_key_id str
Required. The access key ID of Amazon S3.
region str
Required. The region of Amazon S3.
bucket str
Required. The bucket of Amazon S3.
endpoint str
Optional. The endpoint of Amazon S3.
secret_access_key_secret str
Optional. The secret access key of Amazon S3.

Classes

SchemeType

SchemeType(value)

Enum for scheme type of Amazon S3.