interface AmplifyOutputsStorageBucketProperties {
    aws_region: string;
    bucket_name: string;
    name: string;
    paths?: Partial<Record<string, Record<string, undefined | string[]>>>;
}

Properties

aws_region: string

Region for the bucket

bucket_name: string

Actual S3 bucket name given

name: string

Friendly bucket name provided in Amplify Outputs

paths?: Partial<Record<string, Record<string, undefined | string[]>>>

Paths to object with access permissions