TestRoleRequest

public struct TestRoleRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

    Declaration

    Swift

    public let inputBucket: String
  • The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

    Declaration

    Swift

    public let outputBucket: String
  • The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

    Declaration

    Swift

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

    Declaration

    Swift

    public let topics: [String]
  • Undocumented

    Declaration

    Swift

    public init(inputBucket: String, outputBucket: String, role: String, topics: [String])
  • Declaration

    Swift

    public func validate(name: String) throws