libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

Description

 
Synopsis

Documentation

data AwsElasticBeanstalkEnvironmentTier Source #

Contains information about the tier of the environment.

See: newAwsElasticBeanstalkEnvironmentTier smart constructor.

Constructors

AwsElasticBeanstalkEnvironmentTier' 

Fields

Instances

Instances details
Eq AwsElasticBeanstalkEnvironmentTier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

Read AwsElasticBeanstalkEnvironmentTier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

Show AwsElasticBeanstalkEnvironmentTier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

Generic AwsElasticBeanstalkEnvironmentTier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

Associated Types

type Rep AwsElasticBeanstalkEnvironmentTier :: Type -> Type #

NFData AwsElasticBeanstalkEnvironmentTier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

Hashable AwsElasticBeanstalkEnvironmentTier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

ToJSON AwsElasticBeanstalkEnvironmentTier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

FromJSON AwsElasticBeanstalkEnvironmentTier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

type Rep AwsElasticBeanstalkEnvironmentTier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier

type Rep AwsElasticBeanstalkEnvironmentTier = D1 ('MetaData "AwsElasticBeanstalkEnvironmentTier" "Amazonka.SecurityHub.Types.AwsElasticBeanstalkEnvironmentTier" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsElasticBeanstalkEnvironmentTier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAwsElasticBeanstalkEnvironmentTier :: AwsElasticBeanstalkEnvironmentTier Source #

Create a value of AwsElasticBeanstalkEnvironmentTier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:AwsElasticBeanstalkEnvironmentTier', awsElasticBeanstalkEnvironmentTier_name - The name of the environment tier.

$sel:version:AwsElasticBeanstalkEnvironmentTier', awsElasticBeanstalkEnvironmentTier_version - The version of the environment tier.

$sel:type':AwsElasticBeanstalkEnvironmentTier', awsElasticBeanstalkEnvironmentTier_type - The type of environment tier.