AWS::IoTAnalytics::Dataset ResourceConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IoTAnalytics::Dataset ResourceConfiguration

The configuration of the resource used to execute the containerAction.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ComputeType" : String, "VolumeSizeInGB" : Integer }

YAML

ComputeType: String VolumeSizeInGB: Integer

Properties

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

Required: Yes

Type: String

Allowed values: ACU_1 | ACU_2

Update requires: No interruption

VolumeSizeInGB

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

Required: Yes

Type: Integer

Minimum: 1

Maximum: 50

Update requires: No interruption