ruạṛ
a N��f! � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� DataAsset� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�DataAssetFromAmazonS3z0 Details for the MYSQL data asset type. c K s� ddddddddddddddddd�| _ d d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new DataAssetFromAmazonS3 object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DataAssetFromAmazonS3.model_type` attribute of this class is ``AMAZON_S3_DATA_ASSET`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this DataAssetFromAmazonS3. Allowed values for this property are: "ORACLE_DATA_ASSET", "ORACLE_OBJECT_STORAGE_DATA_ASSET", "ORACLE_ATP_DATA_ASSET", "ORACLE_ADWC_DATA_ASSET", "MYSQL_DATA_ASSET", "GENERIC_JDBC_DATA_ASSET", "FUSION_APP_DATA_ASSET", "AMAZON_S3_DATA_ASSET", "LAKE_HOUSE_DATA_ASSET", "REST_DATA_ASSET" :type model_type: str :param key: The value to assign to the key property of this DataAssetFromAmazonS3. :type key: str :param model_version: The value to assign to the model_version property of this DataAssetFromAmazonS3. :type model_version: str :param name: The value to assign to the name property of this DataAssetFromAmazonS3. :type name: str :param description: The value to assign to the description property of this DataAssetFromAmazonS3. :type description: str :param object_status: The value to assign to the object_status property of this DataAssetFromAmazonS3. :type object_status: int :param identifier: The value to assign to the identifier property of this DataAssetFromAmazonS3. :type identifier: str :param external_key: The value to assign to the external_key property of this DataAssetFromAmazonS3. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this DataAssetFromAmazonS3. :type asset_properties: dict(str, str) :param native_type_system: The value to assign to the native_type_system property of this DataAssetFromAmazonS3. :type native_type_system: oci.data_integration.models.TypeSystem :param object_version: The value to assign to the object_version property of this DataAssetFromAmazonS3. :type object_version: int :param parent_ref: The value to assign to the parent_ref property of this DataAssetFromAmazonS3. :type parent_ref: oci.data_integration.models.ParentReference :param metadata: The value to assign to the metadata property of this DataAssetFromAmazonS3. :type metadata: oci.data_integration.models.ObjectMetadata :param key_map: The value to assign to the key_map property of this DataAssetFromAmazonS3. :type key_map: dict(str, str) :param region: The value to assign to the region property of this DataAssetFromAmazonS3. :type region: str :param default_connection: The value to assign to the default_connection property of this DataAssetFromAmazonS3. :type default_connection: oci.data_integration.models.ConnectionSummaryFromAmazonS3 �str�intzdict(str, str)� TypeSystem�ParentReference�ObjectMetadata�ConnectionSummaryFromAmazonS3)� model_type�key� model_version�name�description� object_status� identifier�external_key�asset_properties�native_type_system�object_version� parent_ref�metadata�key_map�region�default_connection� modelTyper �modelVersionr r �objectStatusr �externalKey�assetProperties�nativeTypeSystem� objectVersion� parentRefr �keyMapr �defaultConnectionN�AMAZON_S3_DATA_ASSET)� swagger_types� attribute_map�_model_type�_key�_model_version�_name�_description�_object_status�_identifier� _external_key�_asset_properties�_native_type_system�_object_version�_parent_ref� _metadata�_key_map�_region�_default_connection)�self�kwargs� r>