Class CfnRoutingProfile
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.connect.CfnRoutingProfile
- All Implemented Interfaces:
IEnvironmentAware,IInspectable,ITaggableV2,IRoutingProfileRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:37.544Z")
@Stability(Stable)
public class CfnRoutingProfile
extends CfnResource
implements IInspectable, IRoutingProfileRef, ITaggableV2
Creates a new routing profile.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.connect.*;
CfnRoutingProfile cfnRoutingProfile = CfnRoutingProfile.Builder.create(this, "MyCfnRoutingProfile")
.defaultOutboundQueueArn("defaultOutboundQueueArn")
.description("description")
.instanceArn("instanceArn")
.mediaConcurrencies(List.of(MediaConcurrencyProperty.builder()
.channel("channel")
.concurrency(123)
// the properties below are optional
.crossChannelBehavior(CrossChannelBehaviorProperty.builder()
.behaviorType("behaviorType")
.build())
.build()))
.name("name")
// the properties below are optional
.agentAvailabilityTimer("agentAvailabilityTimer")
.manualAssignmentQueueConfigs(List.of(RoutingProfileManualAssignmentQueueConfigProperty.builder()
.queueReference(RoutingProfileQueueReferenceProperty.builder()
.channel("channel")
.queueArn("queueArn")
.build())
.build()))
.queueConfigs(List.of(RoutingProfileQueueConfigProperty.builder()
.delay(123)
.priority(123)
.queueReference(RoutingProfileQueueReferenceProperty.builder()
.channel("channel")
.queueArn("queueArn")
.build())
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnRoutingProfile.static interfaceDefines the cross-channel routing behavior that allows an agent working on a contact in one channel to be offered a contact from a different channel.static interfaceContains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.static interfaceContains information about the queue and channel for manual assignment behaviour can be enabled.static interfaceContains information about the queue and channel for which priority and delay can be set.static interfaceContains the channel and queue identifier for a routing profile.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.IRoutingProfileRef
IRoutingProfileRef.Jsii$Default, IRoutingProfileRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnRoutingProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnRoutingProfile(software.amazon.jsii.JsiiObjectRef objRef) CfnRoutingProfile(software.constructs.Construct scope, String id, CfnRoutingProfileProps props) -
Method Summary
Modifier and TypeMethodDescriptionWhether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time .The Amazon Resource Name (ARN) of the routing profile.Tag Manager which manages the tags for this resource.The Amazon Resource Name (ARN) of the default outbound queue for the routing profile.The description of the routing profile.The identifier of the Amazon Connect instance.Contains information about the queue and channel for manual assignment behaviour can be enabled.The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.getName()The name of the routing profile.The inbound queues associated with the routing profile.A reference to a RoutingProfile resource.getTags()The tags used to organize, track, or control access for this resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAgentAvailabilityTimer(String value) Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time .voidsetDefaultOutboundQueueArn(String value) The Amazon Resource Name (ARN) of the default outbound queue for the routing profile.voidsetDescription(String value) The description of the routing profile.voidsetInstanceArn(String value) The identifier of the Amazon Connect instance.voidContains information about the queue and channel for manual assignment behaviour can be enabled.voidContains information about the queue and channel for manual assignment behaviour can be enabled.voidsetMediaConcurrencies(List<Object> value) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.voidsetMediaConcurrencies(IResolvable value) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.voidThe name of the routing profile.voidsetQueueConfigs(List<Object> value) The inbound queues associated with the routing profile.voidsetQueueConfigs(IResolvable value) The inbound queues associated with the routing profile.voidThe tags used to organize, track, or control access for this resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnRoutingProfile
protected CfnRoutingProfile(software.amazon.jsii.JsiiObjectRef objRef) -
CfnRoutingProfile
protected CfnRoutingProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnRoutingProfile
@Stability(Stable) public CfnRoutingProfile(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnRoutingProfileProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrRoutingProfileArn
The Amazon Resource Name (ARN) of the routing profile. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getRoutingProfileRef
A reference to a RoutingProfile resource.- Specified by:
getRoutingProfileRefin interfaceIRoutingProfileRef
-
getDefaultOutboundQueueArn
The Amazon Resource Name (ARN) of the default outbound queue for the routing profile. -
setDefaultOutboundQueueArn
The Amazon Resource Name (ARN) of the default outbound queue for the routing profile. -
getDescription
The description of the routing profile. -
setDescription
The description of the routing profile. -
getInstanceArn
The identifier of the Amazon Connect instance. -
setInstanceArn
The identifier of the Amazon Connect instance. -
getMediaConcurrencies
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutingProfile.MediaConcurrencyProperty> -
setMediaConcurrencies
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile. -
setMediaConcurrencies
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile. -
getName
The name of the routing profile. -
setName
The name of the routing profile. -
getAgentAvailabilityTimer
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time . -
setAgentAvailabilityTimer
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time . -
getManualAssignmentQueueConfigs
Contains information about the queue and channel for manual assignment behaviour can be enabled.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty> -
setManualAssignmentQueueConfigs
Contains information about the queue and channel for manual assignment behaviour can be enabled. -
setManualAssignmentQueueConfigs
Contains information about the queue and channel for manual assignment behaviour can be enabled. -
getQueueConfigs
The inbound queues associated with the routing profile.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutingProfile.RoutingProfileQueueConfigProperty> -
setQueueConfigs
The inbound queues associated with the routing profile. -
setQueueConfigs
The inbound queues associated with the routing profile. -
getTags
The tags used to organize, track, or control access for this resource. -
setTags
The tags used to organize, track, or control access for this resource.
-