class Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentDetails

Contains details about an Elastic Beanstalk environment.

@note When making an API call, you may pass AwsElasticBeanstalkEnvironmentDetails

data as a hash:

    {
      application_name: "NonEmptyString",
      cname: "NonEmptyString",
      date_created: "NonEmptyString",
      date_updated: "NonEmptyString",
      description: "NonEmptyString",
      endpoint_url: "NonEmptyString",
      environment_arn: "NonEmptyString",
      environment_id: "NonEmptyString",
      environment_links: [
        {
          environment_name: "NonEmptyString",
          link_name: "NonEmptyString",
        },
      ],
      environment_name: "NonEmptyString",
      option_settings: [
        {
          namespace: "NonEmptyString",
          option_name: "NonEmptyString",
          resource_name: "NonEmptyString",
          value: "NonEmptyString",
        },
      ],
      platform_arn: "NonEmptyString",
      solution_stack_name: "NonEmptyString",
      status: "NonEmptyString",
      tier: {
        name: "NonEmptyString",
        type: "NonEmptyString",
        version: "NonEmptyString",
      },
      version_label: "NonEmptyString",
    }

@!attribute [rw] application_name

The name of the application that is associated with the environment.
@return [String]

@!attribute [rw] cname

The URL to the CNAME for this environment.
@return [String]

@!attribute [rw] date_created

The creation date for this environment.
@return [String]

@!attribute [rw] date_updated

The date when this environment was last modified.
@return [String]

@!attribute [rw] description

A description of the environment.
@return [String]

@!attribute [rw] endpoint_url

For load-balanced, autoscaling environments, the URL to the load
balancer. For single-instance environments, the IP address of the
instance.
@return [String]

@!attribute [rw] environment_arn

The ARN of the environment.
@return [String]

@!attribute [rw] environment_id

The identifier of the environment.
@return [String]

@!attribute [rw] environment_links

Links to other environments in the same group.
@return [Array<Types::AwsElasticBeanstalkEnvironmentEnvironmentLink>]

@!attribute [rw] environment_name

The name of the environment.
@return [String]

@!attribute [rw] option_settings

The configuration setting for the environment.
@return [Array<Types::AwsElasticBeanstalkEnvironmentOptionSetting>]

@!attribute [rw] platform_arn

The ARN of the platform version for the environment.
@return [String]

@!attribute [rw] solution_stack_name

The name of the solution stack that is deployed with the
environment.
@return [String]

@!attribute [rw] status

The current operational status of the environment.
@return [String]

@!attribute [rw] tier

The tier of the environment.
@return [Types::AwsElasticBeanstalkEnvironmentTier]

@!attribute [rw] version_label

The application version of the environment.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElasticBeanstalkEnvironmentDetails AWS API Documentation

Constants

SENSITIVE