CalculationResult - Amazon Athena
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CalculationResult

Contains information about an application-specific calculation result.

Contents

ResultS3Uri

The Amazon S3 location of the folder for the calculation results.

Type: String

Length Constraints: Maximum length of 1024.

Pattern: ^(https|s3|S3)://([^/]+)/?(.*)$

Required: No

ResultType

The data format of the calculation result.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: \w+\/[-+.\w]+

Required: No

StdErrorS3Uri

The Amazon S3 location of the stderr error messages file for the calculation.

Type: String

Length Constraints: Maximum length of 1024.

Pattern: ^(https|s3|S3)://([^/]+)/?(.*)$

Required: No

StdOutS3Uri

The Amazon S3 location of the stdout file for the calculation.

Type: String

Length Constraints: Maximum length of 1024.

Pattern: ^(https|s3|S3)://([^/]+)/?(.*)$

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: