libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
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.IoTAnalytics.Types.ResourceConfiguration

Description

 
Synopsis

Documentation

data ResourceConfiguration Source #

The configuration of the resource used to execute the containerAction.

See: newResourceConfiguration smart constructor.

Constructors

ResourceConfiguration' 

Fields

  • computeType :: ComputeType

    The type of the compute resource used to execute the containerAction. Possible values are: ACU_1 (vCPU=4, memory=16 GiB) or ACU_2 (vCPU=8, memory=32 GiB).

  • volumeSizeInGB :: Natural

    The size, in GB, of the persistent storage available to the resource instance used to execute the containerAction (min: 1, max: 50).

Instances

Instances details
Eq ResourceConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ResourceConfiguration

Read ResourceConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ResourceConfiguration

Show ResourceConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ResourceConfiguration

Generic ResourceConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ResourceConfiguration

Associated Types

type Rep ResourceConfiguration :: Type -> Type #

NFData ResourceConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ResourceConfiguration

Methods

rnf :: ResourceConfiguration -> () #

Hashable ResourceConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ResourceConfiguration

ToJSON ResourceConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ResourceConfiguration

FromJSON ResourceConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ResourceConfiguration

type Rep ResourceConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.ResourceConfiguration

type Rep ResourceConfiguration = D1 ('MetaData "ResourceConfiguration" "Amazonka.IoTAnalytics.Types.ResourceConfiguration" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "ResourceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComputeType) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newResourceConfiguration Source #

Create a value of ResourceConfiguration 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:computeType:ResourceConfiguration', resourceConfiguration_computeType - The type of the compute resource used to execute the containerAction. Possible values are: ACU_1 (vCPU=4, memory=16 GiB) or ACU_2 (vCPU=8, memory=32 GiB).

$sel:volumeSizeInGB:ResourceConfiguration', resourceConfiguration_volumeSizeInGB - The size, in GB, of the persistent storage available to the resource instance used to execute the containerAction (min: 1, max: 50).

resourceConfiguration_computeType :: Lens' ResourceConfiguration ComputeType Source #

The type of the compute resource used to execute the containerAction. Possible values are: ACU_1 (vCPU=4, memory=16 GiB) or ACU_2 (vCPU=8, memory=32 GiB).

resourceConfiguration_volumeSizeInGB :: Lens' ResourceConfiguration Natural Source #

The size, in GB, of the persistent storage available to the resource instance used to execute the containerAction (min: 1, max: 50).