The ARN of the channel request.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
The ID of the channel in the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.CHMMG.AmazonChimeSDKMessagingClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The client token for the request. An Idempotency token.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ElasticChannelConfiguration_MaximumSubChannel <
Int32>
The maximum number of SubChannels that you want to allow in the elastic channel.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ElasticChannelConfiguration_MaximumSubChannels |
-ElasticChannelConfiguration_MinimumMembershipPercentage <
Int32>
The minimum allowed percentage of TargetMembershipsPerSubChannel users. Ceil of the calculated value is used in balancing members among SubChannels of the elastic channel.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ElasticChannelConfiguration_TargetMembershipsPerSubChannel <
Int32>
The maximum number of members allowed in a SubChannel.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The conditions that must be met for a channel to expire.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ExpirationSettings_ExpirationDay <
Int32>
The period in days after which the system automatically deletes a channel.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ExpirationSettings_ExpirationDays |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The ARNs of the channel members in the request. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MemberArns |
The metadata of the creation request. Limited to 1KB and UTF-8.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The channel mode: UNRESTRICTED or RESTRICTED. Administrators, moderators, and channel members can add themselves and other members to unrestricted channels. Only administrators and moderators can add members to restricted channels.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The ARNs of the channel moderators in the request. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ModeratorArns |
The name of the channel.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The channel's privacy level: PUBLIC or PRIVATE. Private channels aren't discoverable by users outside the channel. Public channels are discoverable by anyone in the AppInstance.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'ChannelArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ChimeSDKMessaging.Model.CreateChannelResponse). Specifying the name of a property of type Amazon.ChimeSDKMessaging.Model.CreateChannelResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The tags for the creation request. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |