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

AwsElasticBeanstalkEnvironmentTier

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

Contains information about the tier of the environment.

interface AwsElasticBeanstalkEnvironmentTier {
Name?: string | null;
Type?: string | null;
Version?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the environment tier. Valid values are WebServer or Worker.

§
Type?: string | null
[src]

The type of environment tier. Valid values are Standard or SQS/HTTP.

§
Version?: string | null
[src]

The version of the environment tier.