Class TableResultV2DataAttributesFileMetadataOneOfAccessDetailsAwsDetail

Amazon Web Services S3 storage access configuration.

Hierarchy

  • TableResultV2DataAttributesFileMetadataOneOfAccessDetailsAwsDetail

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
awsAccountId?: string

AWS account ID where the S3 bucket is located.

awsBucketName?: string

S3 bucket containing the CSV file.

filePath?: string

The relative file path from the S3 bucket root to the CSV file.

Generated using TypeDoc