ChannelData
A structure that contains some information about a channel in a private re:Post.
Contents
- channelId
-
The unique ID of the private re:Post channel.
Type: String
Length Constraints: Fixed length of 24.
Required: Yes
- channelName
-
The name for the channel. This must be unique per private re:Post.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: Yes
- channelStatus
-
The status pf the channel.
Type: String
Valid Values:
CREATED | CREATING | CREATE_FAILED | DELETED | DELETING | DELETE_FAILED
Required: Yes
- createDateTime
-
The date when the channel was created.
Type: Timestamp
Required: Yes
- groupCount
-
The number of groups that are part of the channel.
Type: Integer
Required: Yes
- spaceId
-
The unique ID of the private re:Post.
Type: String
Required: Yes
- userCount
-
The number of users that are part of the channel.
Type: Integer
Required: Yes
- channelDescription
-
A description for the channel. This is used only to help you identify this channel.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- deleteDateTime
-
The date when the channel was deleted.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: