AWS IoT Analytics Dataset ResourceConfiguration
The
ResourceConfiguration property type specifies the configuration of the resource
which executes the 'containerAction' for an AWS IoT Analytics dataset.
ResourceConfiguration is a property of the ContainerAction property type.
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' (ACU_1|ACU_2).
Required: Yes
Type: String
Update requires: No interruption
VolumeSizeInGB-
The size of the persistent storage available to the resource instance used to execute the 'containerAction'.
Required: Yes
Type: Integer
Update requires: No interruption
See Also
-
CreateDataset in the IoT Analytics User Guide
