AzElSegmentsData
Container for azimuth elevation segment data.
Specify either AzElSegmentsData:s3Object to reference data in Amazon S3, or AzElSegmentsData:azElData to provide data inline.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- azElData
-
Azimuth elevation segment data provided directly in the request.
Use this option for smaller datasets or when Amazon S3 access is not available.
Type: AzElSegments object
Required: No
- s3Object
-
The Amazon S3 object containing azimuth elevation segment data.
The Amazon S3 object must contain JSON-formatted azimuth elevation data matching the AzElSegments structure.
Type: S3Object object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: