This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "ComputeType" :String, "VolumeSizeInGB" :Integer}
YAML
ComputeType:StringVolumeSizeInGB:Integer
Properties
ComputeType-
The type of the compute resource used to execute the
containerAction. Possible values are:ACU_1(vCPU=4, memory=16 GiB) orACU_2(vCPU=8, memory=32 GiB).Required: Yes
Type: String
Allowed values:
ACU_1 | ACU_2Update 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:
1Maximum:
50Update requires: No interruption