Class ChannelState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.MediaPackage
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ChannelState : ResourceArgs
Constructors
View SourceChannelState()
Declaration
public ChannelState()
Properties
View SourceArn
The ARN of the channel
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ChannelId
A unique identifier describing the channel
Declaration
public Input<string> ChannelId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description of the channel
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HlsIngests
A single item list of HLS ingest information
Declaration
public InputList<ChannelHlsIngestGetArgs> HlsIngests { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ChannelHlsIngestGetArgs> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |