AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the TestRole operation. The TestRole operation tests the IAM role used to create the pipeline.

The TestRole action lets you determine whether the IAM role you are using has sufficient permissions to let Elastic Transcoder perform tasks associated with the transcoding process. The action attempts to assume the specified IAM role, checks read access to the input and output buckets, and tries to send a test notification to Amazon SNS topics that you specify.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticTranscoder.AmazonElasticTranscoderRequest
      Amazon.ElasticTranscoder.Model.TestRoleRequest

Namespace: Amazon.ElasticTranscoder.Model
Assembly: AWSSDK.ElasticTranscoder.dll
Version: 3.x.y.z

Syntax

C#
[Obsolete("This type is deprecated")]
public class TestRoleRequest : AmazonElasticTranscoderRequest IAmazonWebServiceRequest

The TestRoleRequest type exposes the following members

Constructors

NameDescription
Public Method TestRoleRequest()

Properties

NameTypeDescription
Public Property InputBucket System.String

Gets and sets the property InputBucket.

The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

Public Property OutputBucket System.String

Gets and sets the property OutputBucket.

The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

Public Property Role System.String

Gets and sets the property Role.

The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

Public Property Topics System.Collections.Generic.List<System.String>

Gets and sets the property Topics.

The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5