CreateAwsS3Details

class oci.database_migration.models.CreateAwsS3Details(**kwargs)

Bases: object

AWS S3 bucket details used for source Connection resources with RDS_ORACLE type. Only supported for source Connection resources with RDS_ORACLE type.

Methods

__init__(**kwargs) Initializes a new CreateAwsS3Details object with values from keyword arguments.

Attributes

access_key_id [Required] Gets the access_key_id of this CreateAwsS3Details.
name [Required] Gets the name of this CreateAwsS3Details.
region [Required] Gets the region of this CreateAwsS3Details.
secret_access_key [Required] Gets the secret_access_key of this CreateAwsS3Details.
__init__(**kwargs)

Initializes a new CreateAwsS3Details object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this CreateAwsS3Details.
  • region (str) – The value to assign to the region property of this CreateAwsS3Details.
  • access_key_id (str) – The value to assign to the access_key_id property of this CreateAwsS3Details.
  • secret_access_key (str) – The value to assign to the secret_access_key property of this CreateAwsS3Details.
access_key_id

[Required] Gets the access_key_id of this CreateAwsS3Details. AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys

Returns:The access_key_id of this CreateAwsS3Details.
Return type:str
name

[Required] Gets the name of this CreateAwsS3Details. S3 bucket name.

Returns:The name of this CreateAwsS3Details.
Return type:str
region

[Required] Gets the region of this CreateAwsS3Details. AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions

Returns:The region of this CreateAwsS3Details.
Return type:str
secret_access_key

[Required] Gets the secret_access_key of this CreateAwsS3Details. AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys

Returns:The secret_access_key of this CreateAwsS3Details.
Return type:str