Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::AmazonS3IcebergStorage (v0.14.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::AmazonS3IcebergStorage.

The Amazon S3 Iceberg storage.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#access_key_id

def access_key_id() -> ::String
Returns
  • (::String) — Required. The access key ID of Amazon S3.

#access_key_id=

def access_key_id=(value) -> ::String
Parameter
  • value (::String) — Required. The access key ID of Amazon S3.
Returns
  • (::String) — Required. The access key ID of Amazon S3.

#bucket

def bucket() -> ::String
Returns
  • (::String) — Required. The bucket of Amazon S3.

#bucket=

def bucket=(value) -> ::String
Parameter
  • value (::String) — Required. The bucket of Amazon S3.
Returns
  • (::String) — Required. The bucket of Amazon S3.

#endpoint

def endpoint() -> ::String
Returns
  • (::String) — Optional. The endpoint of Amazon S3.

#endpoint=

def endpoint=(value) -> ::String
Parameter
  • value (::String) — Optional. The endpoint of Amazon S3.
Returns
  • (::String) — Optional. The endpoint of Amazon S3.

#region

def region() -> ::String
Returns
  • (::String) — Required. The region of Amazon S3.

#region=

def region=(value) -> ::String
Parameter
  • value (::String) — Required. The region of Amazon S3.
Returns
  • (::String) — Required. The region of Amazon S3.

#scheme_type

def scheme_type() -> ::Google::Cloud::OracleDatabase::V1::AmazonS3IcebergStorage::SchemeType
Returns

#scheme_type=

def scheme_type=(value) -> ::Google::Cloud::OracleDatabase::V1::AmazonS3IcebergStorage::SchemeType
Parameter
Returns

#secret_access_key_secret

def secret_access_key_secret() -> ::String
Returns
  • (::String) — Optional. The secret access key of Amazon S3.

#secret_access_key_secret=

def secret_access_key_secret=(value) -> ::String
Parameter
  • value (::String) — Optional. The secret access key of Amazon S3.
Returns
  • (::String) — Optional. The secret access key of Amazon S3.