Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnvironmentInfoDescription

import type { EnvironmentInfoDescription } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

The information retrieved from the Amazon EC2 instances.

interface EnvironmentInfoDescription {
Ec2InstanceId?: string | null;
InfoType?: EnvironmentInfoType | null;
Message?: string | null;
SampleTimestamp?: Date | number | null;
}

§Properties

§
Ec2InstanceId?: string | null
[src]

The Amazon EC2 Instance ID for this information.

§
InfoType?: EnvironmentInfoType | null
[src]

The type of information retrieved.

§
Message?: string | null
[src]

The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.

Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.

§
SampleTimestamp?: Date | number | null
[src]

The time stamp when this information was retrieved.