Class AwsAccountRegionSettings
AwsAccountRegionSettings
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 AwsAccountRegionSettings : BitmovinResource
Properties
LimitParallelEncodings
Limit for the amount of running encodings at a time. Leave empty for no limit.
Declaration
public long? LimitParallelEncodings { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Region
Region
Declaration
public AwsCloudRegion? Region { get; }
Property Value
Type | Description |
---|---|
System.Nullable<AwsCloudRegion> |
SecurityGroupId
Id of the security group for encoding instances (required)
Declaration
public string SecurityGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SshPort
Custom SSH port. Valid values: 1 - 65535. Leave empty if the default SSH port 22 is OK.
Declaration
public int? SshPort { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SubnetId
Id of the subnet for encoding instances (required)
Declaration
public string SubnetId { get; set; }
Property Value
Type | Description |
---|---|
System.String |