SystemConfigurationDatastoresS3

class pydelfini.delfini_core.models.system_configuration_datastores_s3.SystemConfigurationDatastoresS3(bucket, access_key=Unset, cache=Unset, cache_max=Unset, enabled=True, endpoint_url=Unset, is_default=False, secret_key=Unset, type=Unset)[source]

Bases: object

SystemConfigurationDatastoresS3 model

Parameters:
bucket
Type:

str

access_key
Type:

Union[Unset, str]

cache
Type:

Union[‘CacheFile’, ‘CacheMem’, Unset]

cache_max
Type:

Union[Unset, int]

enabled

Default: True.

Type:

Union[Unset, bool]

endpoint_url
Type:

Union[Unset, str]

is_default

Default: False.

Type:

Union[Unset, bool]

secret_key
Type:

Union[Unset, str]

type
Type:

Union[Unset, SystemConfigurationDatastoresS3Type]

Attributes

bucket

access_key

cache

cache_max

enabled

endpoint_url

is_default

secret_key

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of SystemConfigurationDatastoresS3 from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]