TestRoleRequest

Deprecated

No longer recommended for use. See AWS API documentation for more details.

The TestRoleRequest structure.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val role: String?

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: TestRoleRequest.Builder.() -> Unit = {}): TestRoleRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String