AwsS3Details

class oci.database_migration.models.AwsS3Details(**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 AwsS3Details object with values from keyword arguments.

Attributes

name [Required] Gets the name of this AwsS3Details.
region [Required] Gets the region of this AwsS3Details.
__init__(**kwargs)

Initializes a new AwsS3Details 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 AwsS3Details.
  • region (str) – The value to assign to the region property of this AwsS3Details.
name

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

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

[Required] Gets the region of this AwsS3Details. 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 AwsS3Details.
Return type:str