MediaConvert / Client / create_resource_share

create_resource_share

MediaConvert.Client.create_resource_share(**kwargs)

Create a new resource share request for MediaConvert resources with AWS Support.

See also: AWS API Documentation

Request Syntax

response = client.create_resource_share(
    JobId='string',
    SupportCaseId='string'
)
Parameters:
  • JobId (string) – [REQUIRED] Specify MediaConvert Job ID or ARN to share

  • SupportCaseId (string) – [REQUIRED] AWS Support case identifier

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – Share request accepted and queued, or resource is already shared with the specified support case

Exceptions