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

AwsElasticBeanstalkEnvironmentDetails

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

Contains details about an Elastic Beanstalk environment.

interface AwsElasticBeanstalkEnvironmentDetails {
ApplicationName?: string | null;
Cname?: string | null;
DateCreated?: string | null;
DateUpdated?: string | null;
Description?: string | null;
EndpointUrl?: string | null;
EnvironmentArn?: string | null;
EnvironmentId?: string | null;
EnvironmentName?: string | null;
PlatformArn?: string | null;
SolutionStackName?: string | null;
Status?: string | null;
VersionLabel?: string | null;
}

§Properties

§
ApplicationName?: string | null
[src]

The name of the application that is associated with the environment.

§
Cname?: string | null
[src]

The URL to the CNAME for this environment.

§
DateCreated?: string | null
[src]

The creation date for this environment.

§
DateUpdated?: string | null
[src]

The date when this environment was last modified.

§
Description?: string | null
[src]

A description of the environment.

§
EndpointUrl?: string | null
[src]

For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.

§
EnvironmentArn?: string | null
[src]

The ARN of the environment.

§
EnvironmentId?: string | null
[src]

The identifier of the environment.

§
EnvironmentName?: string | null
[src]

The name of the environment.

§

The configuration setting for the environment.

§
PlatformArn?: string | null
[src]

The ARN of the platform version for the environment.

§
SolutionStackName?: string | null
[src]

The name of the solution stack that is deployed with the environment.

§
Status?: string | null
[src]

The current operational status of the environment. Valid values are as follows:

  • Aborting
    
  • Launching
    
  • LinkingFrom
    
  • LinkingTo
    
  • Ready
    
  • Terminated
    
  • Terminating
    
  • Updating
    
§

The tier of the environment.

§
VersionLabel?: string | null
[src]

The application version of the environment.