AWS Kinesis · Schema

DescribeMappedResourceConfigurationOutput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
MappedResourceConfigurationList object
NextToken object
View JSON Schema on GitHub

JSON Schema

kinesis-describemappedresourceconfigurationoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeMappedResourceConfigurationOutput",
  "title": "DescribeMappedResourceConfigurationOutput",
  "type": "object",
  "properties": {
    "MappedResourceConfigurationList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MappedResourceConfigurationList"
        },
        {
          "description": "A structure that encapsulates, or contains, the media storage configuration properties."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token that was used in the <code>NextToken</code>request to fetch the next set of results. "
        }
      ]
    }
  }
}