AmazonS3IcebergStorageSummary

class oci.golden_gate.models.AmazonS3IcebergStorageSummary(**kwargs)

Bases: oci.golden_gate.models.iceberg_storage_summary.IcebergStorageSummary

Summary of the Amazon S3 storage used in the Iceberg connection.

Attributes

STORAGE_TYPE_AMAZON_S3 str(object=’’) -> str
STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE str(object=’’) -> str
STORAGE_TYPE_GOOGLE_CLOUD_STORAGE str(object=’’) -> str
access_key_id [Required] Gets the access_key_id of this AmazonS3IcebergStorageSummary.
bucket [Required] Gets the bucket of this AmazonS3IcebergStorageSummary.
endpoint Gets the endpoint of this AmazonS3IcebergStorageSummary.
region [Required] Gets the region of this AmazonS3IcebergStorageSummary.
scheme_type [Required] Gets the scheme_type of this AmazonS3IcebergStorageSummary.
secret_access_key_secret_id [Required] Gets the secret_access_key_secret_id of this AmazonS3IcebergStorageSummary.
storage_type [Required] Gets the storage_type of this IcebergStorageSummary.

Methods

__init__(**kwargs) Initializes a new AmazonS3IcebergStorageSummary object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
STORAGE_TYPE_AMAZON_S3 = 'AMAZON_S3'
STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE = 'AZURE_DATA_LAKE_STORAGE'
STORAGE_TYPE_GOOGLE_CLOUD_STORAGE = 'GOOGLE_CLOUD_STORAGE'
__init__(**kwargs)

Initializes a new AmazonS3IcebergStorageSummary object with values from keyword arguments. The default value of the storage_type attribute of this class is AMAZON_S3 and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • storage_type (str) – The value to assign to the storage_type property of this AmazonS3IcebergStorageSummary. Allowed values for this property are: “AMAZON_S3”, “GOOGLE_CLOUD_STORAGE”, “AZURE_DATA_LAKE_STORAGE”
  • scheme_type (str) – The value to assign to the scheme_type property of this AmazonS3IcebergStorageSummary.
  • endpoint (str) – The value to assign to the endpoint property of this AmazonS3IcebergStorageSummary.
  • access_key_id (str) – The value to assign to the access_key_id property of this AmazonS3IcebergStorageSummary.
  • secret_access_key_secret_id (str) – The value to assign to the secret_access_key_secret_id property of this AmazonS3IcebergStorageSummary.
  • region (str) – The value to assign to the region property of this AmazonS3IcebergStorageSummary.
  • bucket (str) – The value to assign to the bucket property of this AmazonS3IcebergStorageSummary.
access_key_id

[Required] Gets the access_key_id of this AmazonS3IcebergStorageSummary. Access key ID to access the Amazon S3 bucket.

Returns:The access_key_id of this AmazonS3IcebergStorageSummary.
Return type:str
bucket

[Required] Gets the bucket of this AmazonS3IcebergStorageSummary. S3 bucket where Iceberg stores metadata and data files.

Returns:The bucket of this AmazonS3IcebergStorageSummary.
Return type:str
endpoint

Gets the endpoint of this AmazonS3IcebergStorageSummary. The endpoint URL of the Amazon S3 storage service. e.g.: ‘https://s3.amazonaws.com

Returns:The endpoint of this AmazonS3IcebergStorageSummary.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

region

[Required] Gets the region of this AmazonS3IcebergStorageSummary. The AMAZON region where the S3 bucket is hosted. e.g.: ‘us-east-2’

Returns:The region of this AmazonS3IcebergStorageSummary.
Return type:str
scheme_type

[Required] Gets the scheme_type of this AmazonS3IcebergStorageSummary. The scheme of the storage.

Returns:The scheme_type of this AmazonS3IcebergStorageSummary.
Return type:str
secret_access_key_secret_id

[Required] Gets the secret_access_key_secret_id of this AmazonS3IcebergStorageSummary. The OCID of the Secret where the Secret Access Key is stored.

Returns:The secret_access_key_secret_id of this AmazonS3IcebergStorageSummary.
Return type:str
storage_type

[Required] Gets the storage_type of this IcebergStorageSummary. The storage type used in the Iceberg connection.

Allowed values for this property are: “AMAZON_S3”, “GOOGLE_CLOUD_STORAGE”, “AZURE_DATA_LAKE_STORAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The storage_type of this IcebergStorageSummary.
Return type:str