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:
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) orACU_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