Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRoutingProfilePropsMixin.Builder
Packages that use CfnRoutingProfilePropsMixin.Builder
-
Uses of CfnRoutingProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.connect
Methods in software.amazon.awscdk.cfnpropertymixins.services.connect that return CfnRoutingProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnRoutingProfilePropsMixin.Builder.agentAvailabilityTimer(String agentAvailabilityTimer) Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time .CfnRoutingProfilePropsMixin.Builder.create()CfnRoutingProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRoutingProfilePropsMixin.Builder.defaultOutboundQueueArn(String defaultOutboundQueueArn) The Amazon Resource Name (ARN) of the default outbound queue for the routing profile.CfnRoutingProfilePropsMixin.Builder.description(String description) The description of the routing profile.CfnRoutingProfilePropsMixin.Builder.instanceArn(String instanceArn) The identifier of the Amazon Connect instance.CfnRoutingProfilePropsMixin.Builder.instanceArn(IInstanceRef instanceArn) The identifier of the Amazon Connect instance.CfnRoutingProfilePropsMixin.Builder.manualAssignmentQueueConfigs(List<? extends Object> manualAssignmentQueueConfigs) Contains information about the queue and channel for manual assignment behaviour can be enabled.CfnRoutingProfilePropsMixin.Builder.manualAssignmentQueueConfigs(IResolvable manualAssignmentQueueConfigs) Contains information about the queue and channel for manual assignment behaviour can be enabled.CfnRoutingProfilePropsMixin.Builder.mediaConcurrencies(List<? extends Object> mediaConcurrencies) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.CfnRoutingProfilePropsMixin.Builder.mediaConcurrencies(IResolvable mediaConcurrencies) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.The name of the routing profile.CfnRoutingProfilePropsMixin.Builder.queueConfigs(List<? extends Object> queueConfigs) The inbound queues associated with the routing profile.CfnRoutingProfilePropsMixin.Builder.queueConfigs(IResolvable queueConfigs) The inbound queues associated with the routing profile.The tags used to organize, track, or control access for this resource.