interface AmplifyOutputsStorageProperties {
    aws_region: string;
    bucket_name: string;
    buckets?: AmplifyOutputsStorageBucketProperties[];
}

Properties

aws_region: string

Default region for Storage

bucket_name: string

Default bucket for Storage

List of buckets for Storage