CreateAmazonS3IcebergStorageDetails¶
-
class
oci.golden_gate.models.
CreateAmazonS3IcebergStorageDetails
(**kwargs)¶ Bases:
oci.golden_gate.models.create_iceberg_storage_details.CreateIcebergStorageDetails
The information about a new 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 CreateAmazonS3IcebergStorageDetails. bucket
[Required] Gets the bucket of this CreateAmazonS3IcebergStorageDetails. endpoint
Gets the endpoint of this CreateAmazonS3IcebergStorageDetails. region
[Required] Gets the region of this CreateAmazonS3IcebergStorageDetails. scheme_type
[Required] Gets the scheme_type of this CreateAmazonS3IcebergStorageDetails. secret_access_key_secret_id
[Required] Gets the secret_access_key_secret_id of this CreateAmazonS3IcebergStorageDetails. storage_type
[Required] Gets the storage_type of this CreateIcebergStorageDetails. Methods
__init__
(**kwargs)Initializes a new CreateAmazonS3IcebergStorageDetails 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 CreateAmazonS3IcebergStorageDetails object with values from keyword arguments. The default value of the
storage_type
attribute of this class isAMAZON_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 CreateAmazonS3IcebergStorageDetails. 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 CreateAmazonS3IcebergStorageDetails.
- endpoint (str) – The value to assign to the endpoint property of this CreateAmazonS3IcebergStorageDetails.
- access_key_id (str) – The value to assign to the access_key_id property of this CreateAmazonS3IcebergStorageDetails.
- secret_access_key_secret_id (str) – The value to assign to the secret_access_key_secret_id property of this CreateAmazonS3IcebergStorageDetails.
- region (str) – The value to assign to the region property of this CreateAmazonS3IcebergStorageDetails.
- bucket (str) – The value to assign to the bucket property of this CreateAmazonS3IcebergStorageDetails.
-
access_key_id
¶ [Required] Gets the access_key_id of this CreateAmazonS3IcebergStorageDetails. Access key ID to access the Amazon S3 bucket.
Returns: The access_key_id of this CreateAmazonS3IcebergStorageDetails. Return type: str
-
bucket
¶ [Required] Gets the bucket of this CreateAmazonS3IcebergStorageDetails. S3 bucket where Iceberg stores metadata and data files.
Returns: The bucket of this CreateAmazonS3IcebergStorageDetails. Return type: str
-
endpoint
¶ Gets the endpoint of this CreateAmazonS3IcebergStorageDetails. The endpoint URL of the Amazon S3 storage service. e.g.: ‘https://s3.amazonaws.com’
Returns: The endpoint of this CreateAmazonS3IcebergStorageDetails. 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 CreateAmazonS3IcebergStorageDetails. The AMAZON region where the S3 bucket is hosted. e.g.: ‘us-east-2’
Returns: The region of this CreateAmazonS3IcebergStorageDetails. Return type: str
-
scheme_type
¶ [Required] Gets the scheme_type of this CreateAmazonS3IcebergStorageDetails. The scheme of the storage.
Returns: The scheme_type of this CreateAmazonS3IcebergStorageDetails. Return type: str
-
secret_access_key_secret_id
¶ [Required] Gets the secret_access_key_secret_id of this CreateAmazonS3IcebergStorageDetails. The OCID of the Secret where the Secret Access Key is stored.
Returns: The secret_access_key_secret_id of this CreateAmazonS3IcebergStorageDetails. Return type: str
-
storage_type
¶ [Required] Gets the storage_type of this CreateIcebergStorageDetails. The storage type used in the Iceberg connection.
Allowed values for this property are: “AMAZON_S3”, “GOOGLE_CLOUD_STORAGE”, “AZURE_DATA_LAKE_STORAGE”
Returns: The storage_type of this CreateIcebergStorageDetails. Return type: str
-