Class CfnQueueProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnQueueProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQueueProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQueueProps
@Stability(Stable)
@Internal
public static final class CfnQueueProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQueueProps
An implementation for
CfnQueueProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnQueueProps
CfnQueueProps.Builder, CfnQueueProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnQueueProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnQueueProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe description of the queue.final StringThe Amazon Resource Name (ARN) of the hours of operation.final StringThe identifier of the Amazon Connect instance.final NumberThe maximum number of contacts that can be in the queue before it is considered full.final StringgetName()The name of the queue.final ObjectThe outbound caller ID name, number, and outbound whisper flow.final ObjectThe outbound email address ID for a specified queue.The Amazon Resource Names (ARN) of the of the quick connects available to agents who are working the queue.final StringThe status of the queue.getTags()The tags used to organize, track, or control access for this resource.final inthashCode()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 theCfnQueueProps.Builder.
-
-
Method Details
-
getHoursOfOperationArn
Description copied from interface:CfnQueuePropsThe Amazon Resource Name (ARN) of the hours of operation.- Specified by:
getHoursOfOperationArnin interfaceCfnQueueProps- See Also:
-
getInstanceArn
Description copied from interface:CfnQueuePropsThe identifier of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnQueueProps- See Also:
-
getName
Description copied from interface:CfnQueuePropsThe name of the queue.- Specified by:
getNamein interfaceCfnQueueProps- See Also:
-
getDescription
Description copied from interface:CfnQueuePropsThe description of the queue.- Specified by:
getDescriptionin interfaceCfnQueueProps- See Also:
-
getMaxContacts
Description copied from interface:CfnQueuePropsThe maximum number of contacts that can be in the queue before it is considered full.- Specified by:
getMaxContactsin interfaceCfnQueueProps- See Also:
-
getOutboundCallerConfig
Description copied from interface:CfnQueuePropsThe outbound caller ID name, number, and outbound whisper flow.Returns union: either
IResolvableorCfnQueue.OutboundCallerConfigProperty- Specified by:
getOutboundCallerConfigin interfaceCfnQueueProps- See Also:
-
getOutboundEmailConfig
Description copied from interface:CfnQueuePropsThe outbound email address ID for a specified queue.Returns union: either
IResolvableorCfnQueue.OutboundEmailConfigProperty- Specified by:
getOutboundEmailConfigin interfaceCfnQueueProps- See Also:
-
getQuickConnectArns
Description copied from interface:CfnQueuePropsThe Amazon Resource Names (ARN) of the of the quick connects available to agents who are working the queue.- Specified by:
getQuickConnectArnsin interfaceCfnQueueProps- See Also:
-
getStatus
Description copied from interface:CfnQueuePropsThe status of the queue.- Specified by:
getStatusin interfaceCfnQueueProps- See Also:
-
getTags
Description copied from interface:CfnQueuePropsThe tags used to organize, track, or control access for this resource.For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnQueueProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-