Interface ConnectQueueOutboundCallerConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ConnectQueueOutboundCallerConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:51.228Z") @Stability(Stable) public interface ConnectQueueOutboundCallerConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConnectQueueOutboundCallerConfig.BuilderA builder forConnectQueueOutboundCallerConfigstatic classConnectQueueOutboundCallerConfig.Jsii$ProxyAn implementation forConnectQueueOutboundCallerConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ConnectQueueOutboundCallerConfig.Builderbuilder()default StringgetOutboundCallerIdName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_name ConnectQueue#outbound_caller_id_name}.default StringgetOutboundCallerIdNumberId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_number_id ConnectQueue#outbound_caller_id_number_id}.default StringgetOutboundFlowId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_flow_id ConnectQueue#outbound_flow_id}.
-
-
-
Method Detail
-
getOutboundCallerIdName
@Stability(Stable) @Nullable default String getOutboundCallerIdName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_name ConnectQueue#outbound_caller_id_name}.
-
getOutboundCallerIdNumberId
@Stability(Stable) @Nullable default String getOutboundCallerIdNumberId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_number_id ConnectQueue#outbound_caller_id_number_id}.
-
getOutboundFlowId
@Stability(Stable) @Nullable default String getOutboundFlowId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_flow_id ConnectQueue#outbound_flow_id}.
-
builder
@Stability(Stable) static ConnectQueueOutboundCallerConfig.Builder builder()
-
-