@pulumi/aws-native 1.40.0-alpha.1765392947 → 1.40.0-alpha.1765482205
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autoscaling/autoScalingGroup.d.ts +2 -0
- package/autoscaling/autoScalingGroup.js +2 -0
- package/autoscaling/autoScalingGroup.js.map +1 -1
- package/autoscaling/getAutoScalingGroup.d.ts +1 -0
- package/autoscaling/getAutoScalingGroup.js.map +1 -1
- package/backup/getLogicallyAirGappedBackupVault.d.ts +3 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +10 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/analysisTemplate.d.ts +2 -0
- package/cleanrooms/analysisTemplate.js +3 -1
- package/cleanrooms/analysisTemplate.js.map +1 -1
- package/connect/dataTable.d.ts +112 -0
- package/connect/dataTable.js +80 -0
- package/connect/dataTable.js.map +1 -0
- package/connect/dataTableAttribute.d.ts +54 -0
- package/connect/dataTableAttribute.js +78 -0
- package/connect/dataTableAttribute.js.map +1 -0
- package/connect/dataTableRecord.d.ts +42 -0
- package/connect/dataTableRecord.js +64 -0
- package/connect/dataTableRecord.js.map +1 -0
- package/connect/getDataTable.d.ts +73 -0
- package/connect/getDataTable.js +30 -0
- package/connect/getDataTable.js.map +1 -0
- package/connect/getDataTableAttribute.d.ts +32 -0
- package/connect/getDataTableAttribute.js +32 -0
- package/connect/getDataTableAttribute.js.map +1 -0
- package/connect/getDataTableRecord.d.ts +24 -0
- package/connect/getDataTableRecord.js +32 -0
- package/connect/getDataTableRecord.js.map +1 -0
- package/connect/getSecurityProfile.d.ts +3 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/getWorkspace.d.ts +69 -0
- package/{robomaker/getRobot.js → connect/getWorkspace.js} +10 -10
- package/connect/getWorkspace.js.map +1 -0
- package/connect/index.d.ts +24 -0
- package/connect/index.js +30 -2
- package/connect/index.js.map +1 -1
- package/connect/securityProfile.d.ts +6 -0
- package/connect/securityProfile.js.map +1 -1
- package/connect/workspace.d.ts +124 -0
- package/connect/workspace.js +83 -0
- package/connect/workspace.js.map +1 -0
- package/connectcampaignsv2/campaign.d.ts +5 -2
- package/connectcampaignsv2/campaign.js +2 -3
- package/connectcampaignsv2/campaign.js.map +1 -1
- package/connectcampaignsv2/getCampaign.d.ts +2 -0
- package/connectcampaignsv2/getCampaign.js.map +1 -1
- package/dsql/cluster.d.ts +4 -0
- package/dsql/cluster.js +2 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/getCluster.d.ts +4 -0
- package/dsql/getCluster.js.map +1 -1
- package/ec2/getNatGateway.d.ts +26 -0
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/getNetworkInterface.d.ts +1 -0
- package/ec2/getNetworkInterface.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +4 -4
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/natGateway.d.ts +50 -0
- package/ec2/natGateway.js +11 -1
- package/ec2/natGateway.js.map +1 -1
- package/ec2/networkInterface.d.ts +10 -0
- package/ec2/networkInterface.js +4 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +7 -7
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecs/expressGatewayService.d.ts +2 -0
- package/ecs/expressGatewayService.js +4 -0
- package/ecs/expressGatewayService.js.map +1 -1
- package/ecs/getExpressGatewayService.d.ts +2 -0
- package/ecs/getExpressGatewayService.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +3 -7
- package/index.js.map +1 -1
- package/lambda/function.d.ts +2 -0
- package/lambda/function.js +2 -0
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +1 -0
- package/lambda/getFunction.js.map +1 -1
- package/networkmanager/connectAttachment.d.ts +8 -0
- package/networkmanager/connectAttachment.js +3 -1
- package/networkmanager/connectAttachment.js.map +1 -1
- package/networkmanager/coreNetworkPrefixListAssociation.d.ts +57 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js +71 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js.map +1 -0
- package/networkmanager/directConnectGatewayAttachment.d.ts +8 -0
- package/networkmanager/directConnectGatewayAttachment.js +3 -1
- package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
- package/networkmanager/index.d.ts +3 -0
- package/networkmanager/index.js +5 -1
- package/networkmanager/index.js.map +1 -1
- package/networkmanager/siteToSiteVpnAttachment.d.ts +8 -0
- package/networkmanager/siteToSiteVpnAttachment.js +3 -1
- package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +8 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js +3 -1
- package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
- package/networkmanager/vpcAttachment.d.ts +8 -0
- package/networkmanager/vpcAttachment.js +3 -1
- package/networkmanager/vpcAttachment.js.map +1 -1
- package/observabilityadmin/getTelemetryPipelines.d.ts +29 -0
- package/observabilityadmin/getTelemetryPipelines.js +28 -0
- package/observabilityadmin/getTelemetryPipelines.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/telemetryPipelines.d.ts +53 -0
- package/{robomaker/robot.js → observabilityadmin/telemetryPipelines.js} +25 -24
- package/observabilityadmin/telemetryPipelines.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/paymentcryptography/getKey.d.ts +3 -0
- package/paymentcryptography/getKey.js.map +1 -1
- package/paymentcryptography/key.d.ts +5 -0
- package/paymentcryptography/key.js +4 -0
- package/paymentcryptography/key.js.map +1 -1
- package/ram/getResourceShare.d.ts +21 -0
- package/ram/getResourceShare.js.map +1 -1
- package/ram/index.d.ts +1 -0
- package/ram/index.js +16 -0
- package/ram/index.js.map +1 -1
- package/ram/resourceShare.d.ts +21 -0
- package/ram/resourceShare.js +10 -0
- package/ram/resourceShare.js.map +1 -1
- package/route53/getHostedZone.d.ts +1 -0
- package/route53/getHostedZone.js.map +1 -1
- package/route53/hostedZone.d.ts +2 -0
- package/route53/hostedZone.js +2 -0
- package/route53/hostedZone.js.map +1 -1
- package/s3/bucket.js +1 -1
- package/s3/bucket.js.map +1 -1
- package/s3tables/getTableBucket.d.ts +1 -0
- package/s3tables/getTableBucket.js.map +1 -1
- package/s3tables/table.d.ts +2 -0
- package/s3tables/table.js +3 -1
- package/s3tables/table.js.map +1 -1
- package/s3tables/tableBucket.d.ts +2 -0
- package/s3tables/tableBucket.js +2 -0
- package/s3tables/tableBucket.js.map +1 -1
- package/securityhub/connectorV2.d.ts +87 -0
- package/securityhub/connectorV2.js +83 -0
- package/securityhub/connectorV2.js.map +1 -0
- package/securityhub/getConnectorV2.d.ts +52 -0
- package/securityhub/getConnectorV2.js +28 -0
- package/securityhub/getConnectorV2.js.map +1 -0
- package/securityhub/index.d.ts +6 -0
- package/securityhub/index.js +8 -1
- package/securityhub/index.js.map +1 -1
- package/transfer/connector.d.ts +4 -0
- package/transfer/connector.js +2 -0
- package/transfer/connector.js.map +1 -1
- package/transfer/getConnector.d.ts +4 -0
- package/transfer/getConnector.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +5 -0
- package/types/enums/cleanrooms/index.js +5 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +50 -0
- package/types/enums/connect/index.js +34 -1
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/connectcampaignsv2/index.d.ts +8 -0
- package/types/enums/connectcampaignsv2/index.js +5 -1
- package/types/enums/connectcampaignsv2/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +9 -0
- package/types/enums/ec2/index.js +8 -3
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -3
- package/types/enums/index.js +4 -6
- package/types/enums/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +132 -0
- package/types/enums/observabilityadmin/index.js +89 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/enums/paymentcryptography/index.d.ts +10 -0
- package/types/enums/paymentcryptography/index.js +7 -1
- package/types/enums/paymentcryptography/index.js.map +1 -1
- package/types/enums/ram/index.d.ts +20 -0
- package/types/enums/ram/index.js +18 -0
- package/types/enums/ram/index.js.map +1 -0
- package/types/enums/s3tables/index.d.ts +16 -0
- package/types/enums/s3tables/index.js +9 -1
- package/types/enums/s3tables/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +10 -0
- package/types/enums/securityhub/index.js +7 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/input.d.ts +674 -374
- package/types/output.d.ts +739 -374
- package/types/output.js.map +1 -1
- package/lookoutmetrics/alert.d.ts +0 -79
- package/lookoutmetrics/alert.js +0 -77
- package/lookoutmetrics/alert.js.map +0 -1
- package/lookoutmetrics/anomalyDetector.d.ts +0 -79
- package/lookoutmetrics/anomalyDetector.js +0 -74
- package/lookoutmetrics/anomalyDetector.js.map +0 -1
- package/lookoutmetrics/getAlert.d.ts +0 -27
- package/lookoutmetrics/getAlert.js +0 -28
- package/lookoutmetrics/getAlert.js.map +0 -1
- package/lookoutmetrics/getAnomalyDetector.d.ts +0 -44
- package/lookoutmetrics/getAnomalyDetector.js +0 -28
- package/lookoutmetrics/getAnomalyDetector.js.map +0 -1
- package/lookoutmetrics/index.d.ts +0 -13
- package/lookoutmetrics/index.js +0 -48
- package/lookoutmetrics/index.js.map +0 -1
- package/robomaker/fleet.d.ts +0 -131
- package/robomaker/fleet.js +0 -136
- package/robomaker/fleet.js.map +0 -1
- package/robomaker/getFleet.d.ts +0 -33
- package/robomaker/getFleet.js +0 -28
- package/robomaker/getFleet.js.map +0 -1
- package/robomaker/getRobot.d.ts +0 -33
- package/robomaker/getRobot.js.map +0 -1
- package/robomaker/getRobotApplication.d.ts +0 -46
- package/robomaker/getRobotApplication.js +0 -28
- package/robomaker/getRobotApplication.js.map +0 -1
- package/robomaker/getRobotApplicationVersion.d.ts +0 -31
- package/robomaker/getRobotApplicationVersion.js +0 -28
- package/robomaker/getRobotApplicationVersion.js.map +0 -1
- package/robomaker/getSimulationApplication.d.ts +0 -50
- package/robomaker/getSimulationApplication.js +0 -28
- package/robomaker/getSimulationApplication.js.map +0 -1
- package/robomaker/getSimulationApplicationVersion.d.ts +0 -31
- package/robomaker/getSimulationApplicationVersion.js +0 -28
- package/robomaker/getSimulationApplicationVersion.js.map +0 -1
- package/robomaker/index.d.ts +0 -37
- package/robomaker/index.js +0 -76
- package/robomaker/index.js.map +0 -1
- package/robomaker/robot.d.ts +0 -82
- package/robomaker/robot.js.map +0 -1
- package/robomaker/robotApplication.d.ts +0 -173
- package/robomaker/robotApplication.js +0 -155
- package/robomaker/robotApplication.js.map +0 -1
- package/robomaker/robotApplicationVersion.d.ts +0 -57
- package/robomaker/robotApplicationVersion.js +0 -67
- package/robomaker/robotApplicationVersion.js.map +0 -1
- package/robomaker/simulationApplication.d.ts +0 -201
- package/robomaker/simulationApplication.js +0 -174
- package/robomaker/simulationApplication.js.map +0 -1
- package/robomaker/simulationApplicationVersion.d.ts +0 -57
- package/robomaker/simulationApplicationVersion.js +0 -67
- package/robomaker/simulationApplicationVersion.js.map +0 -1
- package/types/enums/lookoutmetrics/index.d.ts +0 -44
- package/types/enums/lookoutmetrics/index.js +0 -30
- package/types/enums/lookoutmetrics/index.js.map +0 -1
- package/types/enums/robomaker/index.d.ts +0 -93
- package/types/enums/robomaker/index.js +0 -59
- package/types/enums/robomaker/index.js.map +0 -1
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DataTableRecord = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Connect::DataTableRecord
|
|
10
|
+
*/
|
|
11
|
+
class DataTableRecord extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing DataTableRecord resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new DataTableRecord(name, undefined, { ...opts, id: id });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of DataTableRecord. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === DataTableRecord.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a DataTableRecord resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
resourceInputs["dataTableArn"] = args?.dataTableArn;
|
|
45
|
+
resourceInputs["dataTableRecord"] = args?.dataTableRecord;
|
|
46
|
+
resourceInputs["instanceArn"] = args?.instanceArn;
|
|
47
|
+
resourceInputs["recordId"] = undefined /*out*/;
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
resourceInputs["dataTableArn"] = undefined /*out*/;
|
|
51
|
+
resourceInputs["dataTableRecord"] = undefined /*out*/;
|
|
52
|
+
resourceInputs["instanceArn"] = undefined /*out*/;
|
|
53
|
+
resourceInputs["recordId"] = undefined /*out*/;
|
|
54
|
+
}
|
|
55
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
56
|
+
const replaceOnChanges = { replaceOnChanges: ["dataTableArn", "instanceArn"] };
|
|
57
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
58
|
+
super(DataTableRecord.__pulumiType, name, resourceInputs, opts);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.DataTableRecord = DataTableRecord;
|
|
62
|
+
/** @internal */
|
|
63
|
+
DataTableRecord.__pulumiType = 'aws-native:connect:DataTableRecord';
|
|
64
|
+
//# sourceMappingURL=dataTableRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataTableRecord.js","sourceRoot":"","sources":["../../connect/dataTableRecord.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IAOD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA0B,EAAE,IAAmC;QACrF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;aAAM;YACH,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,cAAc,EAAE,aAAa,CAAC,EAAE,CAAC;QAC/E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AAzDL,0CA0DC;AA7CG,gBAAgB;AACO,4BAAY,GAAG,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for AWS::Connect::DataTable
|
|
6
|
+
*/
|
|
7
|
+
export declare function getDataTable(args: GetDataTableArgs, opts?: pulumi.InvokeOptions): Promise<GetDataTableResult>;
|
|
8
|
+
export interface GetDataTableArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The arn of the Data Table
|
|
11
|
+
*/
|
|
12
|
+
arn: string;
|
|
13
|
+
/**
|
|
14
|
+
* The identifier of the Amazon Connect instance.
|
|
15
|
+
*/
|
|
16
|
+
instanceArn: string;
|
|
17
|
+
}
|
|
18
|
+
export interface GetDataTableResult {
|
|
19
|
+
/**
|
|
20
|
+
* The arn of the Data Table
|
|
21
|
+
*/
|
|
22
|
+
readonly arn?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The creation time of the Data Table
|
|
25
|
+
*/
|
|
26
|
+
readonly createdTime?: number;
|
|
27
|
+
/**
|
|
28
|
+
* The description of the Data Table.
|
|
29
|
+
*/
|
|
30
|
+
readonly description?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Last modified region.
|
|
33
|
+
*/
|
|
34
|
+
readonly lastModifiedRegion?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Last modified time.
|
|
37
|
+
*/
|
|
38
|
+
readonly lastModifiedTime?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The lock version of the Data Table
|
|
41
|
+
*/
|
|
42
|
+
readonly lockVersion?: outputs.connect.LockVersionProperties;
|
|
43
|
+
/**
|
|
44
|
+
* The name of the Data Table
|
|
45
|
+
*/
|
|
46
|
+
readonly name?: string;
|
|
47
|
+
/**
|
|
48
|
+
* One or more tags.
|
|
49
|
+
*/
|
|
50
|
+
readonly tags?: outputs.Tag[];
|
|
51
|
+
/**
|
|
52
|
+
* The time zone of the Data Table
|
|
53
|
+
*/
|
|
54
|
+
readonly timeZone?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The value lock level of the Data Table
|
|
57
|
+
*/
|
|
58
|
+
readonly valueLockLevel?: enums.connect.DataTableValueLockLevel;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Resource Type definition for AWS::Connect::DataTable
|
|
62
|
+
*/
|
|
63
|
+
export declare function getDataTableOutput(args: GetDataTableOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataTableResult>;
|
|
64
|
+
export interface GetDataTableOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* The arn of the Data Table
|
|
67
|
+
*/
|
|
68
|
+
arn: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The identifier of the Amazon Connect instance.
|
|
71
|
+
*/
|
|
72
|
+
instanceArn: pulumi.Input<string>;
|
|
73
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDataTableOutput = exports.getDataTable = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Connect::DataTable
|
|
10
|
+
*/
|
|
11
|
+
function getDataTable(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:connect:getDataTable", {
|
|
14
|
+
"arn": args.arn,
|
|
15
|
+
"instanceArn": args.instanceArn,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getDataTable = getDataTable;
|
|
19
|
+
/**
|
|
20
|
+
* Resource Type definition for AWS::Connect::DataTable
|
|
21
|
+
*/
|
|
22
|
+
function getDataTableOutput(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invokeOutput("aws-native:connect:getDataTable", {
|
|
25
|
+
"arn": args.arn,
|
|
26
|
+
"instanceArn": args.instanceArn,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getDataTableOutput = getDataTableOutput;
|
|
30
|
+
//# sourceMappingURL=getDataTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDataTable.js","sourceRoot":"","sources":["../../connect/getDataTable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AAuDD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for AWS::Connect::DataTableAttribute
|
|
6
|
+
*/
|
|
7
|
+
export declare function getDataTableAttribute(args: GetDataTableAttributeArgs, opts?: pulumi.InvokeOptions): Promise<GetDataTableAttributeResult>;
|
|
8
|
+
export interface GetDataTableAttributeArgs {
|
|
9
|
+
attributeId: string;
|
|
10
|
+
dataTableArn: string;
|
|
11
|
+
instanceArn: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetDataTableAttributeResult {
|
|
14
|
+
readonly attributeId?: string;
|
|
15
|
+
readonly description?: string;
|
|
16
|
+
readonly lastModifiedRegion?: string;
|
|
17
|
+
readonly lastModifiedTime?: number;
|
|
18
|
+
readonly lockVersion?: outputs.connect.LockVersionProperties;
|
|
19
|
+
readonly name?: string;
|
|
20
|
+
readonly primary?: boolean;
|
|
21
|
+
readonly validation?: outputs.connect.ValidationProperties;
|
|
22
|
+
readonly valueType?: enums.connect.DataTableAttributeValueType;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Resource Type definition for AWS::Connect::DataTableAttribute
|
|
26
|
+
*/
|
|
27
|
+
export declare function getDataTableAttributeOutput(args: GetDataTableAttributeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataTableAttributeResult>;
|
|
28
|
+
export interface GetDataTableAttributeOutputArgs {
|
|
29
|
+
attributeId: pulumi.Input<string>;
|
|
30
|
+
dataTableArn: pulumi.Input<string>;
|
|
31
|
+
instanceArn: pulumi.Input<string>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDataTableAttributeOutput = exports.getDataTableAttribute = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Connect::DataTableAttribute
|
|
10
|
+
*/
|
|
11
|
+
function getDataTableAttribute(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:connect:getDataTableAttribute", {
|
|
14
|
+
"attributeId": args.attributeId,
|
|
15
|
+
"dataTableArn": args.dataTableArn,
|
|
16
|
+
"instanceArn": args.instanceArn,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getDataTableAttribute = getDataTableAttribute;
|
|
20
|
+
/**
|
|
21
|
+
* Resource Type definition for AWS::Connect::DataTableAttribute
|
|
22
|
+
*/
|
|
23
|
+
function getDataTableAttributeOutput(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("aws-native:connect:getDataTableAttribute", {
|
|
26
|
+
"attributeId": args.attributeId,
|
|
27
|
+
"dataTableArn": args.dataTableArn,
|
|
28
|
+
"instanceArn": args.instanceArn,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getDataTableAttributeOutput = getDataTableAttributeOutput;
|
|
32
|
+
//# sourceMappingURL=getDataTableAttribute.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDataTableAttribute.js","sourceRoot":"","sources":["../../connect/getDataTableAttribute.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AAmBD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::Connect::DataTableRecord
|
|
5
|
+
*/
|
|
6
|
+
export declare function getDataTableRecord(args: GetDataTableRecordArgs, opts?: pulumi.InvokeOptions): Promise<GetDataTableRecordResult>;
|
|
7
|
+
export interface GetDataTableRecordArgs {
|
|
8
|
+
dataTableArn: string;
|
|
9
|
+
instanceArn: string;
|
|
10
|
+
recordId: string;
|
|
11
|
+
}
|
|
12
|
+
export interface GetDataTableRecordResult {
|
|
13
|
+
readonly dataTableRecord?: outputs.connect.DataTableRecordProperties;
|
|
14
|
+
readonly recordId?: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Resource Type definition for AWS::Connect::DataTableRecord
|
|
18
|
+
*/
|
|
19
|
+
export declare function getDataTableRecordOutput(args: GetDataTableRecordOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataTableRecordResult>;
|
|
20
|
+
export interface GetDataTableRecordOutputArgs {
|
|
21
|
+
dataTableArn: pulumi.Input<string>;
|
|
22
|
+
instanceArn: pulumi.Input<string>;
|
|
23
|
+
recordId: pulumi.Input<string>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDataTableRecordOutput = exports.getDataTableRecord = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Connect::DataTableRecord
|
|
10
|
+
*/
|
|
11
|
+
function getDataTableRecord(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:connect:getDataTableRecord", {
|
|
14
|
+
"dataTableArn": args.dataTableArn,
|
|
15
|
+
"instanceArn": args.instanceArn,
|
|
16
|
+
"recordId": args.recordId,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getDataTableRecord = getDataTableRecord;
|
|
20
|
+
/**
|
|
21
|
+
* Resource Type definition for AWS::Connect::DataTableRecord
|
|
22
|
+
*/
|
|
23
|
+
function getDataTableRecordOutput(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("aws-native:connect:getDataTableRecord", {
|
|
26
|
+
"dataTableArn": args.dataTableArn,
|
|
27
|
+
"instanceArn": args.instanceArn,
|
|
28
|
+
"recordId": args.recordId,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getDataTableRecordOutput = getDataTableRecordOutput;
|
|
32
|
+
//# sourceMappingURL=getDataTableRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDataTableRecord.js","sourceRoot":"","sources":["../../connect/getDataTableRecord.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAYD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
|
|
@@ -27,6 +27,9 @@ export interface GetSecurityProfileResult {
|
|
|
27
27
|
* The description of the security profile.
|
|
28
28
|
*/
|
|
29
29
|
readonly description?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The granular access control configuration for the security profile, including data table permissions.
|
|
32
|
+
*/
|
|
30
33
|
readonly granularAccessControlConfiguration?: outputs.connect.GranularAccessControlConfigurationProperties;
|
|
31
34
|
/**
|
|
32
35
|
* The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSecurityProfile.js","sourceRoot":"","sources":["../../connect/getSecurityProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;
|
|
1
|
+
{"version":3,"file":"getSecurityProfile.js","sourceRoot":"","sources":["../../connect/getSecurityProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AA2DD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for AWS::Connect::Workspace
|
|
6
|
+
*/
|
|
7
|
+
export declare function getWorkspace(args: GetWorkspaceArgs, opts?: pulumi.InvokeOptions): Promise<GetWorkspaceResult>;
|
|
8
|
+
export interface GetWorkspaceArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The Amazon Resource Name (ARN) for the workspace.
|
|
11
|
+
*/
|
|
12
|
+
arn: string;
|
|
13
|
+
}
|
|
14
|
+
export interface GetWorkspaceResult {
|
|
15
|
+
/**
|
|
16
|
+
* The Amazon Resource Name (ARN) for the workspace.
|
|
17
|
+
*/
|
|
18
|
+
readonly arn?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The resource ARNs associated with the workspace
|
|
21
|
+
*/
|
|
22
|
+
readonly associations?: string[];
|
|
23
|
+
/**
|
|
24
|
+
* The description of the workspace
|
|
25
|
+
*/
|
|
26
|
+
readonly description?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The identifier of the workspace.
|
|
29
|
+
*/
|
|
30
|
+
readonly id?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The media items for the workspace
|
|
33
|
+
*/
|
|
34
|
+
readonly media?: outputs.connect.WorkspaceMediaItem[];
|
|
35
|
+
/**
|
|
36
|
+
* The name of the workspace.
|
|
37
|
+
*/
|
|
38
|
+
readonly name?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The pages associated with the workspace
|
|
41
|
+
*/
|
|
42
|
+
readonly pages?: outputs.connect.WorkspacePage[];
|
|
43
|
+
/**
|
|
44
|
+
* An array of key-value pairs to apply to this resource.
|
|
45
|
+
*/
|
|
46
|
+
readonly tags?: outputs.Tag[];
|
|
47
|
+
/**
|
|
48
|
+
* The theme configuration for the workspace
|
|
49
|
+
*/
|
|
50
|
+
readonly theme?: outputs.connect.WorkspaceTheme;
|
|
51
|
+
/**
|
|
52
|
+
* The title of the workspace
|
|
53
|
+
*/
|
|
54
|
+
readonly title?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The visibility of the workspace. Will always be set to ASSIGNED oninitial creation.
|
|
57
|
+
*/
|
|
58
|
+
readonly visibility?: enums.connect.WorkspaceVisibility;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Resource Type definition for AWS::Connect::Workspace
|
|
62
|
+
*/
|
|
63
|
+
export declare function getWorkspaceOutput(args: GetWorkspaceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWorkspaceResult>;
|
|
64
|
+
export interface GetWorkspaceOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* The Amazon Resource Name (ARN) for the workspace.
|
|
67
|
+
*/
|
|
68
|
+
arn: pulumi.Input<string>;
|
|
69
|
+
}
|
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
5
|
+
exports.getWorkspaceOutput = exports.getWorkspace = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for AWS::Connect::Workspace
|
|
10
10
|
*/
|
|
11
|
-
function
|
|
11
|
+
function getWorkspace(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("aws-native:
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:connect:getWorkspace", {
|
|
14
14
|
"arn": args.arn,
|
|
15
15
|
}, opts);
|
|
16
16
|
}
|
|
17
|
-
exports.
|
|
17
|
+
exports.getWorkspace = getWorkspace;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Resource Type definition for AWS::Connect::Workspace
|
|
20
20
|
*/
|
|
21
|
-
function
|
|
21
|
+
function getWorkspaceOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
-
return pulumi.runtime.invokeOutput("aws-native:
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:connect:getWorkspace", {
|
|
24
24
|
"arn": args.arn,
|
|
25
25
|
}, opts);
|
|
26
26
|
}
|
|
27
|
-
exports.
|
|
28
|
-
//# sourceMappingURL=
|
|
27
|
+
exports.getWorkspaceOutput = getWorkspaceOutput;
|
|
28
|
+
//# sourceMappingURL=getWorkspace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWorkspace.js","sourceRoot":"","sources":["../../connect/getWorkspace.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AAuDD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
|
package/connect/index.d.ts
CHANGED
|
@@ -13,6 +13,15 @@ export declare const ContactFlowModule: typeof import("./contactFlowModule").Con
|
|
|
13
13
|
export { ContactFlowVersionArgs } from "./contactFlowVersion";
|
|
14
14
|
export type ContactFlowVersion = import("./contactFlowVersion").ContactFlowVersion;
|
|
15
15
|
export declare const ContactFlowVersion: typeof import("./contactFlowVersion").ContactFlowVersion;
|
|
16
|
+
export { DataTableArgs } from "./dataTable";
|
|
17
|
+
export type DataTable = import("./dataTable").DataTable;
|
|
18
|
+
export declare const DataTable: typeof import("./dataTable").DataTable;
|
|
19
|
+
export { DataTableAttributeArgs } from "./dataTableAttribute";
|
|
20
|
+
export type DataTableAttribute = import("./dataTableAttribute").DataTableAttribute;
|
|
21
|
+
export declare const DataTableAttribute: typeof import("./dataTableAttribute").DataTableAttribute;
|
|
22
|
+
export { DataTableRecordArgs } from "./dataTableRecord";
|
|
23
|
+
export type DataTableRecord = import("./dataTableRecord").DataTableRecord;
|
|
24
|
+
export declare const DataTableRecord: typeof import("./dataTableRecord").DataTableRecord;
|
|
16
25
|
export { EmailAddressArgs } from "./emailAddress";
|
|
17
26
|
export type EmailAddress = import("./emailAddress").EmailAddress;
|
|
18
27
|
export declare const EmailAddress: typeof import("./emailAddress").EmailAddress;
|
|
@@ -31,6 +40,15 @@ export declare const getContactFlowModuleOutput: typeof import("./getContactFlow
|
|
|
31
40
|
export { GetContactFlowVersionArgs, GetContactFlowVersionResult, GetContactFlowVersionOutputArgs } from "./getContactFlowVersion";
|
|
32
41
|
export declare const getContactFlowVersion: typeof import("./getContactFlowVersion").getContactFlowVersion;
|
|
33
42
|
export declare const getContactFlowVersionOutput: typeof import("./getContactFlowVersion").getContactFlowVersionOutput;
|
|
43
|
+
export { GetDataTableArgs, GetDataTableResult, GetDataTableOutputArgs } from "./getDataTable";
|
|
44
|
+
export declare const getDataTable: typeof import("./getDataTable").getDataTable;
|
|
45
|
+
export declare const getDataTableOutput: typeof import("./getDataTable").getDataTableOutput;
|
|
46
|
+
export { GetDataTableAttributeArgs, GetDataTableAttributeResult, GetDataTableAttributeOutputArgs } from "./getDataTableAttribute";
|
|
47
|
+
export declare const getDataTableAttribute: typeof import("./getDataTableAttribute").getDataTableAttribute;
|
|
48
|
+
export declare const getDataTableAttributeOutput: typeof import("./getDataTableAttribute").getDataTableAttributeOutput;
|
|
49
|
+
export { GetDataTableRecordArgs, GetDataTableRecordResult, GetDataTableRecordOutputArgs } from "./getDataTableRecord";
|
|
50
|
+
export declare const getDataTableRecord: typeof import("./getDataTableRecord").getDataTableRecord;
|
|
51
|
+
export declare const getDataTableRecordOutput: typeof import("./getDataTableRecord").getDataTableRecordOutput;
|
|
34
52
|
export { GetEmailAddressArgs, GetEmailAddressResult, GetEmailAddressOutputArgs } from "./getEmailAddress";
|
|
35
53
|
export declare const getEmailAddress: typeof import("./getEmailAddress").getEmailAddress;
|
|
36
54
|
export declare const getEmailAddressOutput: typeof import("./getEmailAddress").getEmailAddressOutput;
|
|
@@ -97,6 +115,9 @@ export declare const getViewOutput: typeof import("./getView").getViewOutput;
|
|
|
97
115
|
export { GetViewVersionArgs, GetViewVersionResult, GetViewVersionOutputArgs } from "./getViewVersion";
|
|
98
116
|
export declare const getViewVersion: typeof import("./getViewVersion").getViewVersion;
|
|
99
117
|
export declare const getViewVersionOutput: typeof import("./getViewVersion").getViewVersionOutput;
|
|
118
|
+
export { GetWorkspaceArgs, GetWorkspaceResult, GetWorkspaceOutputArgs } from "./getWorkspace";
|
|
119
|
+
export declare const getWorkspace: typeof import("./getWorkspace").getWorkspace;
|
|
120
|
+
export declare const getWorkspaceOutput: typeof import("./getWorkspace").getWorkspaceOutput;
|
|
100
121
|
export { HoursOfOperationArgs } from "./hoursOfOperation";
|
|
101
122
|
export type HoursOfOperation = import("./hoursOfOperation").HoursOfOperation;
|
|
102
123
|
export declare const HoursOfOperation: typeof import("./hoursOfOperation").HoursOfOperation;
|
|
@@ -157,4 +178,7 @@ export declare const View: typeof import("./view").View;
|
|
|
157
178
|
export { ViewVersionArgs } from "./viewVersion";
|
|
158
179
|
export type ViewVersion = import("./viewVersion").ViewVersion;
|
|
159
180
|
export declare const ViewVersion: typeof import("./viewVersion").ViewVersion;
|
|
181
|
+
export { WorkspaceArgs } from "./workspace";
|
|
182
|
+
export type Workspace = import("./workspace").Workspace;
|
|
183
|
+
export declare const Workspace: typeof import("./workspace").Workspace;
|
|
160
184
|
export * from "../types/enums/connect";
|
package/connect/index.js
CHANGED
|
@@ -16,8 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.
|
|
20
|
-
exports.ViewVersion = exports.View = exports.UserHierarchyStructure = exports.UserHierarchyGroup = exports.User = exports.TrafficDistributionGroup = exports.TaskTemplate = exports.SecurityProfile = exports.SecurityKey = exports.Rule = exports.RoutingProfile = exports.QuickConnect = exports.Queue = exports.Prompt = exports.PredefinedAttribute = exports.PhoneNumber = exports.IntegrationAssociation = exports.InstanceStorageConfig = exports.Instance = exports.HoursOfOperation = exports.getViewVersionOutput = exports.getViewVersion = exports.getViewOutput = exports.getView = exports.getUserHierarchyStructureOutput = exports.getUserHierarchyStructure = exports.getUserHierarchyGroupOutput = exports.getUserHierarchyGroup = exports.getUserOutput = void 0;
|
|
19
|
+
exports.getRuleOutput = exports.getRule = exports.getRoutingProfileOutput = exports.getRoutingProfile = exports.getQuickConnectOutput = exports.getQuickConnect = exports.getQueueOutput = exports.getQueue = exports.getPromptOutput = exports.getPrompt = exports.getPredefinedAttributeOutput = exports.getPredefinedAttribute = exports.getPhoneNumberOutput = exports.getPhoneNumber = exports.getIntegrationAssociationOutput = exports.getIntegrationAssociation = exports.getInstanceStorageConfigOutput = exports.getInstanceStorageConfig = exports.getInstanceOutput = exports.getInstance = exports.getHoursOfOperationOutput = exports.getHoursOfOperation = exports.getEvaluationFormOutput = exports.getEvaluationForm = exports.getEmailAddressOutput = exports.getEmailAddress = exports.getDataTableRecordOutput = exports.getDataTableRecord = exports.getDataTableAttributeOutput = exports.getDataTableAttribute = exports.getDataTableOutput = exports.getDataTable = exports.getContactFlowVersionOutput = exports.getContactFlowVersion = exports.getContactFlowModuleOutput = exports.getContactFlowModule = exports.getContactFlowOutput = exports.getContactFlow = exports.getAgentStatusOutput = exports.getAgentStatus = exports.EvaluationForm = exports.EmailAddress = exports.DataTableRecord = exports.DataTableAttribute = exports.DataTable = exports.ContactFlowVersion = exports.ContactFlowModule = exports.ContactFlow = exports.ApprovedOrigin = exports.AgentStatus = void 0;
|
|
20
|
+
exports.Workspace = exports.ViewVersion = exports.View = exports.UserHierarchyStructure = exports.UserHierarchyGroup = exports.User = exports.TrafficDistributionGroup = exports.TaskTemplate = exports.SecurityProfile = exports.SecurityKey = exports.Rule = exports.RoutingProfile = exports.QuickConnect = exports.Queue = exports.Prompt = exports.PredefinedAttribute = exports.PhoneNumber = exports.IntegrationAssociation = exports.InstanceStorageConfig = exports.Instance = exports.HoursOfOperation = exports.getWorkspaceOutput = exports.getWorkspace = exports.getViewVersionOutput = exports.getViewVersion = exports.getViewOutput = exports.getView = exports.getUserHierarchyStructureOutput = exports.getUserHierarchyStructure = exports.getUserHierarchyGroupOutput = exports.getUserHierarchyGroup = exports.getUserOutput = exports.getUser = exports.getTrafficDistributionGroupOutput = exports.getTrafficDistributionGroup = exports.getTaskTemplateOutput = exports.getTaskTemplate = exports.getSecurityProfileOutput = exports.getSecurityProfile = exports.getSecurityKeyOutput = exports.getSecurityKey = void 0;
|
|
21
21
|
const pulumi = require("@pulumi/pulumi");
|
|
22
22
|
const utilities = require("../utilities");
|
|
23
23
|
exports.AgentStatus = null;
|
|
@@ -30,6 +30,12 @@ exports.ContactFlowModule = null;
|
|
|
30
30
|
utilities.lazyLoad(exports, ["ContactFlowModule"], () => require("./contactFlowModule"));
|
|
31
31
|
exports.ContactFlowVersion = null;
|
|
32
32
|
utilities.lazyLoad(exports, ["ContactFlowVersion"], () => require("./contactFlowVersion"));
|
|
33
|
+
exports.DataTable = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["DataTable"], () => require("./dataTable"));
|
|
35
|
+
exports.DataTableAttribute = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["DataTableAttribute"], () => require("./dataTableAttribute"));
|
|
37
|
+
exports.DataTableRecord = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["DataTableRecord"], () => require("./dataTableRecord"));
|
|
33
39
|
exports.EmailAddress = null;
|
|
34
40
|
utilities.lazyLoad(exports, ["EmailAddress"], () => require("./emailAddress"));
|
|
35
41
|
exports.EvaluationForm = null;
|
|
@@ -46,6 +52,15 @@ utilities.lazyLoad(exports, ["getContactFlowModule", "getContactFlowModuleOutput
|
|
|
46
52
|
exports.getContactFlowVersion = null;
|
|
47
53
|
exports.getContactFlowVersionOutput = null;
|
|
48
54
|
utilities.lazyLoad(exports, ["getContactFlowVersion", "getContactFlowVersionOutput"], () => require("./getContactFlowVersion"));
|
|
55
|
+
exports.getDataTable = null;
|
|
56
|
+
exports.getDataTableOutput = null;
|
|
57
|
+
utilities.lazyLoad(exports, ["getDataTable", "getDataTableOutput"], () => require("./getDataTable"));
|
|
58
|
+
exports.getDataTableAttribute = null;
|
|
59
|
+
exports.getDataTableAttributeOutput = null;
|
|
60
|
+
utilities.lazyLoad(exports, ["getDataTableAttribute", "getDataTableAttributeOutput"], () => require("./getDataTableAttribute"));
|
|
61
|
+
exports.getDataTableRecord = null;
|
|
62
|
+
exports.getDataTableRecordOutput = null;
|
|
63
|
+
utilities.lazyLoad(exports, ["getDataTableRecord", "getDataTableRecordOutput"], () => require("./getDataTableRecord"));
|
|
49
64
|
exports.getEmailAddress = null;
|
|
50
65
|
exports.getEmailAddressOutput = null;
|
|
51
66
|
utilities.lazyLoad(exports, ["getEmailAddress", "getEmailAddressOutput"], () => require("./getEmailAddress"));
|
|
@@ -112,6 +127,9 @@ utilities.lazyLoad(exports, ["getView", "getViewOutput"], () => require("./getVi
|
|
|
112
127
|
exports.getViewVersion = null;
|
|
113
128
|
exports.getViewVersionOutput = null;
|
|
114
129
|
utilities.lazyLoad(exports, ["getViewVersion", "getViewVersionOutput"], () => require("./getViewVersion"));
|
|
130
|
+
exports.getWorkspace = null;
|
|
131
|
+
exports.getWorkspaceOutput = null;
|
|
132
|
+
utilities.lazyLoad(exports, ["getWorkspace", "getWorkspaceOutput"], () => require("./getWorkspace"));
|
|
115
133
|
exports.HoursOfOperation = null;
|
|
116
134
|
utilities.lazyLoad(exports, ["HoursOfOperation"], () => require("./hoursOfOperation"));
|
|
117
135
|
exports.Instance = null;
|
|
@@ -152,6 +170,8 @@ exports.View = null;
|
|
|
152
170
|
utilities.lazyLoad(exports, ["View"], () => require("./view"));
|
|
153
171
|
exports.ViewVersion = null;
|
|
154
172
|
utilities.lazyLoad(exports, ["ViewVersion"], () => require("./viewVersion"));
|
|
173
|
+
exports.Workspace = null;
|
|
174
|
+
utilities.lazyLoad(exports, ["Workspace"], () => require("./workspace"));
|
|
155
175
|
// Export enums:
|
|
156
176
|
__exportStar(require("../types/enums/connect"), exports);
|
|
157
177
|
const _module = {
|
|
@@ -168,6 +188,12 @@ const _module = {
|
|
|
168
188
|
return new exports.ContactFlowModule(name, undefined, { urn });
|
|
169
189
|
case "aws-native:connect:ContactFlowVersion":
|
|
170
190
|
return new exports.ContactFlowVersion(name, undefined, { urn });
|
|
191
|
+
case "aws-native:connect:DataTable":
|
|
192
|
+
return new exports.DataTable(name, undefined, { urn });
|
|
193
|
+
case "aws-native:connect:DataTableAttribute":
|
|
194
|
+
return new exports.DataTableAttribute(name, undefined, { urn });
|
|
195
|
+
case "aws-native:connect:DataTableRecord":
|
|
196
|
+
return new exports.DataTableRecord(name, undefined, { urn });
|
|
171
197
|
case "aws-native:connect:EmailAddress":
|
|
172
198
|
return new exports.EmailAddress(name, undefined, { urn });
|
|
173
199
|
case "aws-native:connect:EvaluationForm":
|
|
@@ -212,6 +238,8 @@ const _module = {
|
|
|
212
238
|
return new exports.View(name, undefined, { urn });
|
|
213
239
|
case "aws-native:connect:ViewVersion":
|
|
214
240
|
return new exports.ViewVersion(name, undefined, { urn });
|
|
241
|
+
case "aws-native:connect:Workspace":
|
|
242
|
+
return new exports.Workspace(name, undefined, { urn });
|
|
215
243
|
default:
|
|
216
244
|
throw new Error(`unknown resource type ${type}`);
|
|
217
245
|
}
|