Amazon Interactive Video Service

2026/04/27 - Amazon Interactive Video Service - 1 updated api methods

Changes  Adds tags parameter to the CreateAdConfiguration operation

CreateAdConfiguration (updated) Link ¶
Changes (request)
{'tags': {'string': 'string'}}

Creates a new ad configuration to be used for server-side ad insertion.

See also: AWS API Documentation

Request Syntax

client.create_ad_configuration(
    name='string',
    mediaTailorPlaybackConfigurations=[
        {
            'playbackConfigurationArn': 'string'
        },
    ],
    tags={
        'string': 'string'
    }
)
type name:

string

param name:

Ad configuration name. Defaults to “”.

type mediaTailorPlaybackConfigurations:

list

param mediaTailorPlaybackConfigurations:

[REQUIRED]

List of integration configurations with media tailor resources.

  • (dict) --

    Object specifying a configuration for integration with an AWS Elemental MediaTailor (EMT).

    • playbackConfigurationArn (string) --

      ARN of the customer-created EMT PlaybackConfiguration resource in the same region and account.

type tags:

dict

param tags:

Array of 1-50 maps, each of the form string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

  • (string) --

    • (string) --

rtype:

dict

returns:

Response Syntax

{
    'adConfiguration': {
        'arn': 'string',
        'name': 'string',
        'mediaTailorPlaybackConfigurations': [
            {
                'playbackConfigurationArn': 'string'
            },
        ],
        'tags': {
            'string': 'string'
        }
    }
}

Response Structure

  • (dict) --

    • adConfiguration (dict) --

      • arn (string) --

        Ad configuration ARN.

      • name (string) --

        Ad configuration name. Defaults to “”.

      • mediaTailorPlaybackConfigurations (list) --

        List of integration configurations with media tailor resources.

        • (dict) --

          Object specifying a configuration for integration with an AWS Elemental MediaTailor (EMT).

          • playbackConfigurationArn (string) --

            ARN of the customer-created EMT PlaybackConfiguration resource in the same region and account.

      • tags (dict) --

        Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

        • (string) --

          • (string) --