You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::ResourceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResourceConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  compute_type: "ACU_1", # required, accepts ACU_1, ACU_2
  volume_size_in_gb: 1, # required
}

The configuration of the resource used to execute the containerAction.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#compute_typeString

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).

Possible values:

  • ACU_1
  • ACU_2

Returns:

  • (String)

    The type of the compute resource used to execute the containerAction.

#volume_size_in_gbInteger

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

Returns:

  • (Integer)

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