AWS Kinesis · Schema

DescribeMappedResourceConfigurationInput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
StreamName object
StreamARN object
MaxResults object
NextToken object
View JSON Schema on GitHub

JSON Schema

kinesis-describemappedresourceconfigurationinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeMappedResourceConfigurationInput",
  "title": "DescribeMappedResourceConfigurationInput",
  "type": "object",
  "properties": {
    "StreamName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamName"
        },
        {
          "description": "The name of the stream."
        }
      ]
    },
    "StreamARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the stream."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MappedResourceConfigurationListLimit"
        },
        {
          "description": "The maximum number of results to return in the response."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token to provide in your next request, to get another batch of results."
        }
      ]
    }
  }
}