Interface EnvironmentFile

interface EnvironmentFile {
    type: "s3";
    value: string;
}

Properties

Properties

type: "s3"

The file type to use. The only supported value is s3.

value: string

The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.

Generated using TypeDoc