class Aws::IoTAnalytics::Types::ResourceConfiguration

The configuration of the resource used to execute the `containerAction`.

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

data as a hash:

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

@!attribute [rw] compute_type

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).
@return [String]

@!attribute [rw] volume_size_in_gb

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

Constants

SENSITIVE