S3ContentLocationUpdate is a JSON Structure definition published by Amazon Managed Service for Apache Flink, describing 3 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-content-location-update-structure.json",
"name": "S3ContentLocationUpdate",
"description": "Describes an update for the Amazon S3 code content location for an application.",
"type": "object",
"properties": {
"BucketARNUpdate": {
"allOf": [
{
"$ref": "#/components/schemas/BucketARN"
},
{
"description": "The new Amazon Resource Name (ARN) for the S3 bucket containing the application code."
}
]
},
"FileKeyUpdate": {
"allOf": [
{
"$ref": "#/components/schemas/FileKey"
},
{
"description": "The new file key for the object containing the application code."
}
]
},
"ObjectVersionUpdate": {
"allOf": [
{
"$ref": "#/components/schemas/ObjectVersion"
},
{
"description": "The new version of the object containing the application code."
}
]
}
}
}
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.