

Les traductions sont fournies par des outils de traduction automatique. En cas de conflit entre le contenu d'une traduction et celui de la version originale en anglais, la version anglaise prévaudra.

# ChannelInfo
<a name="API_ChannelInfo"></a>

Structure qui encapsule les métadonnées et les propriétés d'un canal de signalisation.

## Table des matières
<a name="API_ChannelInfo_Contents"></a>

 ** ChannelARN **   <a name="KinesisVideo-Type-ChannelInfo-ChannelARN"></a>
L'Amazon Resource Name (ARN) du canal de signalisation.  
Type : Chaîne  
Contraintes de longueur : Longueur minimum de 1. Longueur maximum de 1024.  
Modèle : `arn:[a-z\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+`   
Obligatoire : non

 ** ChannelName **   <a name="KinesisVideo-Type-ChannelInfo-ChannelName"></a>
Nom du canal de signalisation.  
Type : Chaîne  
Contraintes de longueur : longueur minimum de 1. Longueur maximum de 256.  
Modèle : `[a-zA-Z0-9_.-]+`   
Obligatoire : non

 ** ChannelStatus **   <a name="KinesisVideo-Type-ChannelInfo-ChannelStatus"></a>
État actuel du canal de signalisation.  
Type : Chaîne  
Valeurs valides : `CREATING | ACTIVE | UPDATING | DELETING`   
Obligatoire : non

 ** ChannelType **   <a name="KinesisVideo-Type-ChannelInfo-ChannelType"></a>
Type de canal de signalisation.  
Type : Chaîne  
Valeurs valides : `SINGLE_MASTER | FULL_MESH`   
Obligatoire : non

 ** CreationTime **   <a name="KinesisVideo-Type-ChannelInfo-CreationTime"></a>
Heure à laquelle le canal de signalisation a été créé.  
Type : Timestamp  
Obligatoire : non

 ** SingleMasterConfiguration **   <a name="KinesisVideo-Type-ChannelInfo-SingleMasterConfiguration"></a>
Structure contenant la configuration du type de `SINGLE_MASTER` canal.  
Type : objet [SingleMasterConfiguration](API_SingleMasterConfiguration.md)  
Obligatoire : non

 ** Version **   <a name="KinesisVideo-Type-ChannelInfo-Version"></a>
Version actuelle du canal de signalisation.  
Type : Chaîne  
Contraintes de longueur : longueur minimum de 1. Longueur maximale de 64 caractères.  
Modèle : `[a-zA-Z0-9]+`   
Obligatoire : non

## Voir aussi
<a name="API_ChannelInfo_SeeAlso"></a>

Pour plus d'informations sur l'utilisation de cette API dans l'un des langages spécifiques AWS SDKs, consultez ce qui suit :
+  [AWS SDK pour C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/kinesisvideo-2017-09-30/ChannelInfo) 
+  [AWS SDK pour Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/kinesisvideo-2017-09-30/ChannelInfo) 
+  [AWS SDK pour Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/kinesisvideo-2017-09-30/ChannelInfo) 