Amazon Managed Apache Flink S3 Reference Data Source Structure
For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.
A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.
S3ReferenceDataSource is a JSON Structure definition published by Amazon Managed Service for Apache Flink, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-s3-reference-data-source-structure.json",
"name": "S3ReferenceDataSource",
"description": "<p>For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.</p> <p>A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the <a>UpdateApplication</a> operation to trigger reloading of data into your application. </p>",
"type": "object",
"properties": {
"BucketARN": {
"allOf": [
{
"$ref": "#/components/schemas/BucketARN"
},
{
"description": "The Amazon Resource Name (ARN) of the S3 bucket."
}
]
},
"FileKey": {
"allOf": [
{
"$ref": "#/components/schemas/FileKey"
},
{
"description": "The object key name containing the reference 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.