For a Kinesis Data Analytics application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/S3ContentLocation",
"title": "S3ContentLocation",
"type": "object",
"required": [
"BucketARN",
"FileKey"
],
"properties": {
"BucketARN": {
"allOf": [
{
"$ref": "#/components/schemas/BucketARN"
},
{
"description": "The Amazon Resource Name (ARN) for the S3 bucket containing the application code."
}
]
},
"FileKey": {
"allOf": [
{
"$ref": "#/components/schemas/FileKey"
},
{
"description": "The file key for the object containing the application code."
}
]
},
"ObjectVersion": {
"allOf": [
{
"$ref": "#/components/schemas/ObjectVersion"
},
{
"description": "The version of the object containing the application code."
}
]
}
},
"description": "For a Kinesis Data Analytics application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data. "
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.