@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-06-22T23:27:49.880Z") public class CfnQuickConnect extends CfnResource implements IInspectable
The AWS::Connect::QuickConnnect
resource specifies a quick connect for the specified Amazon Connect instance.
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.*; CfnQuickConnect cfnQuickConnect = CfnQuickConnect.Builder.create(this, "MyCfnQuickConnect") .instanceArn("instanceArn") .name("name") .quickConnectConfig(QuickConnectConfigProperty.builder() .quickConnectType("quickConnectType") // the properties below are optional .phoneConfig(PhoneNumberQuickConnectConfigProperty.builder() .phoneNumber("phoneNumber") .build()) .queueConfig(QueueQuickConnectConfigProperty.builder() .contactFlowArn("contactFlowArn") .queueArn("queueArn") .build()) .userConfig(UserQuickConnectConfigProperty.builder() .contactFlowArn("contactFlowArn") .userArn("userArn") .build()) .build()) // the properties below are optional .description("description") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnQuickConnect.Builder
A fluent builder for
CfnQuickConnect . |
static interface |
CfnQuickConnect.PhoneNumberQuickConnectConfigProperty
Contains information about a phone number for a quick connect.
|
static interface |
CfnQuickConnect.QueueQuickConnectConfigProperty
Contains information about a queue for a quick connect.
|
static interface |
CfnQuickConnect.QuickConnectConfigProperty
Contains configuration settings for a quick connect.
|
static interface |
CfnQuickConnect.UserQuickConnectConfigProperty
Contains information about the quick connect configuration settings for a user.
|
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnQuickConnect(Construct scope,
java.lang.String id,
CfnQuickConnectProps props)
Create a new `AWS::Connect::QuickConnect`.
|
protected |
CfnQuickConnect(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnQuickConnect(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttrQuickConnectArn()
The Amazon Resource Name (ARN) of the quick connect.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties() |
java.lang.String |
getDescription()
The description of the quick connect.
|
java.lang.String |
getInstanceArn()
The Amazon Resource Name (ARN) of the instance.
|
java.lang.String |
getName()
The name of the quick connect.
|
java.lang.Object |
getQuickConnectConfig()
Contains information about the quick connect.
|
TagManager |
getTags()
The tags used to organize, track, or control access for this resource.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props) |
void |
setDescription(java.lang.String value)
The description of the quick connect.
|
void |
setInstanceArn(java.lang.String value)
The Amazon Resource Name (ARN) of the instance.
|
void |
setName(java.lang.String value)
The name of the quick connect.
|
void |
setQuickConnectConfig(CfnQuickConnect.QuickConnectConfigProperty value)
Contains information about the quick connect.
|
void |
setQuickConnectConfig(IResolvable value)
Contains information about the quick connect.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnQuickConnect(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnQuickConnect(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnQuickConnect(Construct scope, java.lang.String id, CfnQuickConnectProps props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.public java.lang.String getAttrQuickConnectArn()
protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
public TagManager getTags()
public java.lang.String getInstanceArn()
public void setInstanceArn(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.Object getQuickConnectConfig()
public void setQuickConnectConfig(IResolvable value)
public void setQuickConnectConfig(CfnQuickConnect.QuickConnectConfigProperty value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)