Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • Issue/3142-kpiGenerator
  • Hotfix/3115-userReportingEmpty2
  • Hotfix/3115-userReportingEmpty
  • dev protected
  • Issue/3043-DataStorageNrwResource
  • Issue/3011-maintenanceMode
  • Issue/2492-respOrg
  • Issue/2446-addingResponsibleOrganization
  • Issue/2982-kpiDataPub
  • Issue/2981-dataPubInDb
  • Issue/2881-messageController
  • test-linux-pipelines
  • Issue/2944-gdShenanigans
  • Issue/2672-fixSfbPidPointing
  • Issue/2769-migrateCron
  • Issue/2668-graphDeployer
  • Issue/2847-reporting
  • Issue/2627-addPidRecord
  • Issue/2432-publicationKpi
  • v1.9.10
  • v1.9.9
  • v1.9.8
  • v1.9.7
  • v1.9.6
  • v1.9.5
  • v1.9.4
  • v1.9.3
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.0
  • v1.7.0
  • v1.6.0
  • v1.5.0
  • v1.4.0
  • v1.3.3
  • v1.3.2
  • v1.3.1
  • v1.3.0
40 results

RdsS3OptionsDto.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Coscine.ApiClient.Core.Model.RdsS3OptionsDto

    Represents the data transfer object (DTO) for RDS S3 options.

    Properties

    Name Type Description Notes
    BucketName string The name of the bucket associated with RDS S3.
    AccessKeyRead string The access key for reading from the RDS S3 bucket.
    SecretKeyRead string The secret key for reading from the RDS S3 bucket.
    AccessKeyWrite string The access key for writing to the RDS S3 bucket.
    SecretKeyWrite string The secret key for writing to the RDS S3 bucket.
    Endpoint string The endpoint for the RDS S3 bucket.
    Size QuotaDto [optional]

    Back to Model list(../README.md#documentation-for-models) Back to API list(../README.md#documentation-for-api-endpoints) Back to README(../README.md)