Class CfnRoutingProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnRoutingProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutingProfileProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutingProfileProps
@Stability(Stable)
@Internal
public static final class CfnRoutingProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutingProfileProps
An implementation for
CfnRoutingProfileProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnRoutingProfileProps
CfnRoutingProfileProps.Builder, CfnRoutingProfileProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRoutingProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRoutingProfileProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time .final String
The Amazon Resource Name (ARN) of the default outbound queue for the routing profile.final String
The description of the routing profile.final String
The identifier of the Amazon Connect instance.final Object
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.final String
getName()
The name of the routing profile.final Object
The inbound queues associated with the routing profile.getTags()
The tags used to organize, track, or control access for this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRoutingProfileProps.Builder
.
-
-
Method Details
-
getDefaultOutboundQueueArn
Description copied from interface:CfnRoutingProfileProps
The Amazon Resource Name (ARN) of the default outbound queue for the routing profile.- Specified by:
getDefaultOutboundQueueArn
in interfaceCfnRoutingProfileProps
- See Also:
-
getDescription
Description copied from interface:CfnRoutingProfileProps
The description of the routing profile.- Specified by:
getDescription
in interfaceCfnRoutingProfileProps
- See Also:
-
getInstanceArn
Description copied from interface:CfnRoutingProfileProps
The identifier of the Amazon Connect instance.- Specified by:
getInstanceArn
in interfaceCfnRoutingProfileProps
- See Also:
-
getMediaConcurrencies
Description copied from interface:CfnRoutingProfileProps
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.- Specified by:
getMediaConcurrencies
in interfaceCfnRoutingProfileProps
- See Also:
-
getName
Description copied from interface:CfnRoutingProfileProps
The name of the routing profile.- Specified by:
getName
in interfaceCfnRoutingProfileProps
- See Also:
-
getAgentAvailabilityTimer
Description copied from interface:CfnRoutingProfileProps
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time .- Specified by:
getAgentAvailabilityTimer
in interfaceCfnRoutingProfileProps
- See Also:
-
getQueueConfigs
Description copied from interface:CfnRoutingProfileProps
The inbound queues associated with the routing profile.If no queue is added, the agent can make only outbound calls.
- Specified by:
getQueueConfigs
in interfaceCfnRoutingProfileProps
- See Also:
-
getTags
Description copied from interface:CfnRoutingProfileProps
The tags used to organize, track, or control access for this resource.For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTags
in interfaceCfnRoutingProfileProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-