Show / Hide Table of Contents

Class SimpleEncodingVodJobS3RoleBasedCredentials

SimpleEncodingVodJobS3RoleBasedCredentials

Inheritance
System.Object
SimpleEncodingVodJobCredentials
SimpleEncodingVodJobS3RoleBasedCredentials
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SimpleEncodingVodJobS3RoleBasedCredentials : SimpleEncodingVodJobCredentials

Properties

RoleArn

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. More details can be found here (required)

Declaration
public string RoleArn { get; set; }
Property Value
Type Description
System.String

UseExternalId

Defines if the organization ID has to be used as externalId when assuming the role. More details can be found here

Declaration
public bool? UseExternalId { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Generated by DocFX