@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:28.483Z") @Stability(value=Stable) public class CfnQuickConnect extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnQuickConnect.Builder
A fluent builder for
CfnQuickConnect. |
static interface |
CfnQuickConnect.PhoneNumberQuickConnectConfigProperty |
static interface |
CfnQuickConnect.QueueQuickConnectConfigProperty |
static interface |
CfnQuickConnect.QuickConnectConfigProperty |
static interface |
CfnQuickConnect.UserQuickConnectConfigProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnQuickConnect(software.constructs.Construct scope,
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 |
|---|---|
String |
getAttrQuickConnectArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::Connect::QuickConnect.Description`.
|
String |
getInstanceArn()
`AWS::Connect::QuickConnect.InstanceArn`.
|
String |
getName()
`AWS::Connect::QuickConnect.Name`.
|
Object |
getQuickConnectConfig()
`AWS::Connect::QuickConnect.QuickConnectConfig`.
|
TagManager |
getTags()
`AWS::Connect::QuickConnect.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::Connect::QuickConnect.Description`.
|
void |
setInstanceArn(String value)
`AWS::Connect::QuickConnect.InstanceArn`.
|
void |
setName(String value)
`AWS::Connect::QuickConnect.Name`.
|
void |
setQuickConnectConfig(CfnQuickConnect.QuickConnectConfigProperty value)
`AWS::Connect::QuickConnect.QuickConnectConfig`.
|
void |
setQuickConnectConfig(IResolvable value)
`AWS::Connect::QuickConnect.QuickConnectConfig`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnQuickConnect(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnQuickConnect(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnQuickConnect(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
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.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrQuickConnectArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getInstanceArn()
@Stability(value=Stable)
public void setInstanceArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getQuickConnectConfig()
@Stability(value=Stable)
public void setQuickConnectConfig(@NotNull
CfnQuickConnect.QuickConnectConfigProperty value)
@Stability(value=Stable)
public void setQuickConnectConfig(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
Copyright © 2021. All rights reserved.