@pulumi/aws 6.4.0-alpha.1696270400 → 6.4.0
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/batch/jobQueue.d.ts +6 -9
- package/batch/jobQueue.js.map +1 -1
- package/cleanrooms/configuredTable.d.ts +194 -0
- package/cleanrooms/configuredTable.js +114 -0
- package/cleanrooms/configuredTable.js.map +1 -0
- package/cleanrooms/index.d.ts +3 -0
- package/cleanrooms/index.js +6 -1
- package/cleanrooms/index.js.map +1 -1
- package/cloud9/environmentEC2.d.ts +6 -0
- package/cloud9/environmentEC2.js.map +1 -1
- package/cloudfront/distribution.d.ts +1 -1
- package/connect/getInstanceStorageConfig.d.ts +2 -2
- package/connect/instanceStorageConfig.d.ts +3 -3
- package/dms/index.d.ts +3 -0
- package/dms/index.js +6 -1
- package/dms/index.js.map +1 -1
- package/dms/replicationConfig.d.ts +239 -0
- package/dms/replicationConfig.js +132 -0
- package/dms/replicationConfig.js.map +1 -0
- package/fsx/ontapFileSystem.d.ts +3 -3
- package/fsx/ontapVolume.d.ts +57 -0
- package/fsx/ontapVolume.js +8 -0
- package/fsx/ontapVolume.js.map +1 -1
- package/fsx/openZfsVolume.d.ts +12 -0
- package/fsx/openZfsVolume.js +2 -0
- package/fsx/openZfsVolume.js.map +1 -1
- package/lex/index.d.ts +3 -0
- package/lex/index.js +6 -1
- package/lex/index.js.map +1 -1
- package/lex/v2modelsBot.d.ts +190 -0
- package/lex/v2modelsBot.js +106 -0
- package/lex/v2modelsBot.js.map +1 -0
- package/lightsail/bucket.d.ts +12 -0
- package/lightsail/bucket.js +2 -0
- package/lightsail/bucket.js.map +1 -1
- package/opensearch/outboundConnection.d.ts +37 -0
- package/opensearch/outboundConnection.js +7 -0
- package/opensearch/outboundConnection.js.map +1 -1
- package/package.json +1 -1
- package/rds/customDbEngineVersion.d.ts +345 -0
- package/rds/customDbEngineVersion.js +188 -0
- package/rds/customDbEngineVersion.js.map +1 -0
- package/rds/index.d.ts +3 -0
- package/rds/index.js +6 -1
- package/rds/index.js.map +1 -1
- package/route53/hostedZoneDnsSec.d.ts +2 -0
- package/route53/hostedZoneDnsSec.js +2 -0
- package/route53/hostedZoneDnsSec.js.map +1 -1
- package/s3/getBucketObject.d.ts +1 -1
- package/s3/getObject.d.ts +1 -1
- package/types/input.d.ts +537 -11
- package/types/output.d.ts +537 -11
- package/vpclattice/getService.d.ts +2 -2
- package/vpclattice/getServiceNetwork.d.ts +4 -4
- package/vpclattice/getServiceNetwork.js +2 -2
- package/vpclattice/listenerRule.d.ts +7 -7
- package/vpclattice/targetGroup.d.ts +22 -3
- package/vpclattice/targetGroup.js +22 -3
- package/vpclattice/targetGroup.js.map +1 -1
package/batch/jobQueue.d.ts
CHANGED
|
@@ -74,9 +74,8 @@ export declare class JobQueue extends pulumi.CustomResource {
|
|
|
74
74
|
*/
|
|
75
75
|
readonly arn: pulumi.Output<string>;
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
* in the list will dictate the order.
|
|
77
|
+
* List of compute environment ARNs mapped to a job queue.
|
|
78
|
+
* The position of the compute environments in the list will dictate the order.
|
|
80
79
|
*/
|
|
81
80
|
readonly computeEnvironments: pulumi.Output<string[]>;
|
|
82
81
|
/**
|
|
@@ -129,9 +128,8 @@ export interface JobQueueState {
|
|
|
129
128
|
*/
|
|
130
129
|
arn?: pulumi.Input<string>;
|
|
131
130
|
/**
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
* in the list will dictate the order.
|
|
131
|
+
* List of compute environment ARNs mapped to a job queue.
|
|
132
|
+
* The position of the compute environments in the list will dictate the order.
|
|
135
133
|
*/
|
|
136
134
|
computeEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
135
|
/**
|
|
@@ -172,9 +170,8 @@ export interface JobQueueState {
|
|
|
172
170
|
*/
|
|
173
171
|
export interface JobQueueArgs {
|
|
174
172
|
/**
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
* in the list will dictate the order.
|
|
173
|
+
* List of compute environment ARNs mapped to a job queue.
|
|
174
|
+
* The position of the compute environments in the list will dictate the order.
|
|
178
175
|
*/
|
|
179
176
|
computeEnvironments: pulumi.Input<pulumi.Input<string>[]>;
|
|
180
177
|
/**
|
package/batch/jobQueue.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jobQueue.js","sourceRoot":"","sources":["../../batch/jobQueue.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"jobQueue.js","sourceRoot":"","sources":["../../batch/jobQueue.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a AWS Clean Rooms configured table. Configured tables are used to represent references to existing tables in the AWS Glue Data Catalog.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
* ### Configured table with tags
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as aws from "@pulumi/aws";
|
|
13
|
+
*
|
|
14
|
+
* const testConfiguredTable = new aws.cleanrooms.ConfiguredTable("testConfiguredTable", {
|
|
15
|
+
* allowedColumns: [
|
|
16
|
+
* "column1",
|
|
17
|
+
* "column2",
|
|
18
|
+
* "column3",
|
|
19
|
+
* ],
|
|
20
|
+
* analysisMethod: "DIRECT_QUERY",
|
|
21
|
+
* description: "I made this table with TODO!",
|
|
22
|
+
* tableReference: {
|
|
23
|
+
* databaseName: "example_database",
|
|
24
|
+
* tableName: "example_table",
|
|
25
|
+
* },
|
|
26
|
+
* tags: {
|
|
27
|
+
* Project: "TODO",
|
|
28
|
+
* },
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* ## Import
|
|
33
|
+
*
|
|
34
|
+
* In TODO v1.5.0 and later, use an `import` block to import `aws_cleanrooms_configured_table` using the `id`. For exampleterraform import {
|
|
35
|
+
*
|
|
36
|
+
* to = aws_cleanrooms_configured_table.table
|
|
37
|
+
*
|
|
38
|
+
* id = "1234abcd-12ab-34cd-56ef-1234567890ab" } Using `TODO import`, import `aws_cleanrooms_configured_table` using the `id`. For exampleconsole % TODO import aws_cleanrooms_configured_table.table 1234abcd-12ab-34cd-56ef-1234567890ab
|
|
39
|
+
*/
|
|
40
|
+
export declare class ConfiguredTable extends pulumi.CustomResource {
|
|
41
|
+
/**
|
|
42
|
+
* Get an existing ConfiguredTable resource's state with the given name, ID, and optional extra
|
|
43
|
+
* properties used to qualify the lookup.
|
|
44
|
+
*
|
|
45
|
+
* @param name The _unique_ name of the resulting resource.
|
|
46
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
47
|
+
* @param state Any extra arguments used during the lookup.
|
|
48
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
49
|
+
*/
|
|
50
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ConfiguredTableState, opts?: pulumi.CustomResourceOptions): ConfiguredTable;
|
|
51
|
+
/**
|
|
52
|
+
* Returns true if the given object is an instance of ConfiguredTable. This is designed to work even
|
|
53
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
54
|
+
*/
|
|
55
|
+
static isInstance(obj: any): obj is ConfiguredTable;
|
|
56
|
+
/**
|
|
57
|
+
* The columns of the references table which will be included in the configured table.
|
|
58
|
+
*/
|
|
59
|
+
readonly allowedColumns: pulumi.Output<string[]>;
|
|
60
|
+
/**
|
|
61
|
+
* The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.
|
|
62
|
+
*/
|
|
63
|
+
readonly analysisMethod: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The ARN of the configured table.
|
|
66
|
+
*/
|
|
67
|
+
readonly arn: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The date and time the configured table was created.
|
|
70
|
+
*/
|
|
71
|
+
readonly createTime: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* A description for the configured table.
|
|
74
|
+
*/
|
|
75
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* The name of the configured table.
|
|
78
|
+
*/
|
|
79
|
+
readonly name: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* A reference to the AWS Glue table which will be used to create the configured table.
|
|
82
|
+
* * `table_reference.database_name` - (Required - Forces new resource) - The name of the AWS Glue database which contains the table.
|
|
83
|
+
* * `table_reference.table_name` - (Required - Forces new resource) - The name of the AWS Glue table which will be used to create the configured table.
|
|
84
|
+
*/
|
|
85
|
+
readonly tableReference: pulumi.Output<outputs.cleanrooms.ConfiguredTableTableReference>;
|
|
86
|
+
/**
|
|
87
|
+
* Key value pairs which tag the configured table.
|
|
88
|
+
*/
|
|
89
|
+
readonly tags: pulumi.Output<{
|
|
90
|
+
[key: string]: string;
|
|
91
|
+
} | undefined>;
|
|
92
|
+
/**
|
|
93
|
+
* @deprecated Please use `tags` instead.
|
|
94
|
+
*/
|
|
95
|
+
readonly tagsAll: pulumi.Output<{
|
|
96
|
+
[key: string]: string;
|
|
97
|
+
}>;
|
|
98
|
+
/**
|
|
99
|
+
* The date and time the configured table was last updated.
|
|
100
|
+
*/
|
|
101
|
+
readonly updateTime: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Create a ConfiguredTable resource with the given unique name, arguments, and options.
|
|
104
|
+
*
|
|
105
|
+
* @param name The _unique_ name of the resource.
|
|
106
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
107
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
108
|
+
*/
|
|
109
|
+
constructor(name: string, args: ConfiguredTableArgs, opts?: pulumi.CustomResourceOptions);
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Input properties used for looking up and filtering ConfiguredTable resources.
|
|
113
|
+
*/
|
|
114
|
+
export interface ConfiguredTableState {
|
|
115
|
+
/**
|
|
116
|
+
* The columns of the references table which will be included in the configured table.
|
|
117
|
+
*/
|
|
118
|
+
allowedColumns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
119
|
+
/**
|
|
120
|
+
* The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.
|
|
121
|
+
*/
|
|
122
|
+
analysisMethod?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* The ARN of the configured table.
|
|
125
|
+
*/
|
|
126
|
+
arn?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The date and time the configured table was created.
|
|
129
|
+
*/
|
|
130
|
+
createTime?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* A description for the configured table.
|
|
133
|
+
*/
|
|
134
|
+
description?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* The name of the configured table.
|
|
137
|
+
*/
|
|
138
|
+
name?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* A reference to the AWS Glue table which will be used to create the configured table.
|
|
141
|
+
* * `table_reference.database_name` - (Required - Forces new resource) - The name of the AWS Glue database which contains the table.
|
|
142
|
+
* * `table_reference.table_name` - (Required - Forces new resource) - The name of the AWS Glue table which will be used to create the configured table.
|
|
143
|
+
*/
|
|
144
|
+
tableReference?: pulumi.Input<inputs.cleanrooms.ConfiguredTableTableReference>;
|
|
145
|
+
/**
|
|
146
|
+
* Key value pairs which tag the configured table.
|
|
147
|
+
*/
|
|
148
|
+
tags?: pulumi.Input<{
|
|
149
|
+
[key: string]: pulumi.Input<string>;
|
|
150
|
+
}>;
|
|
151
|
+
/**
|
|
152
|
+
* @deprecated Please use `tags` instead.
|
|
153
|
+
*/
|
|
154
|
+
tagsAll?: pulumi.Input<{
|
|
155
|
+
[key: string]: pulumi.Input<string>;
|
|
156
|
+
}>;
|
|
157
|
+
/**
|
|
158
|
+
* The date and time the configured table was last updated.
|
|
159
|
+
*/
|
|
160
|
+
updateTime?: pulumi.Input<string>;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* The set of arguments for constructing a ConfiguredTable resource.
|
|
164
|
+
*/
|
|
165
|
+
export interface ConfiguredTableArgs {
|
|
166
|
+
/**
|
|
167
|
+
* The columns of the references table which will be included in the configured table.
|
|
168
|
+
*/
|
|
169
|
+
allowedColumns: pulumi.Input<pulumi.Input<string>[]>;
|
|
170
|
+
/**
|
|
171
|
+
* The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.
|
|
172
|
+
*/
|
|
173
|
+
analysisMethod: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* A description for the configured table.
|
|
176
|
+
*/
|
|
177
|
+
description?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* The name of the configured table.
|
|
180
|
+
*/
|
|
181
|
+
name?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* A reference to the AWS Glue table which will be used to create the configured table.
|
|
184
|
+
* * `table_reference.database_name` - (Required - Forces new resource) - The name of the AWS Glue database which contains the table.
|
|
185
|
+
* * `table_reference.table_name` - (Required - Forces new resource) - The name of the AWS Glue table which will be used to create the configured table.
|
|
186
|
+
*/
|
|
187
|
+
tableReference: pulumi.Input<inputs.cleanrooms.ConfiguredTableTableReference>;
|
|
188
|
+
/**
|
|
189
|
+
* Key value pairs which tag the configured table.
|
|
190
|
+
*/
|
|
191
|
+
tags?: pulumi.Input<{
|
|
192
|
+
[key: string]: pulumi.Input<string>;
|
|
193
|
+
}>;
|
|
194
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.ConfiguredTable = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a AWS Clean Rooms configured table. Configured tables are used to represent references to existing tables in the AWS Glue Data Catalog.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
* ### Configured table with tags
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as aws from "@pulumi/aws";
|
|
17
|
+
*
|
|
18
|
+
* const testConfiguredTable = new aws.cleanrooms.ConfiguredTable("testConfiguredTable", {
|
|
19
|
+
* allowedColumns: [
|
|
20
|
+
* "column1",
|
|
21
|
+
* "column2",
|
|
22
|
+
* "column3",
|
|
23
|
+
* ],
|
|
24
|
+
* analysisMethod: "DIRECT_QUERY",
|
|
25
|
+
* description: "I made this table with TODO!",
|
|
26
|
+
* tableReference: {
|
|
27
|
+
* databaseName: "example_database",
|
|
28
|
+
* tableName: "example_table",
|
|
29
|
+
* },
|
|
30
|
+
* tags: {
|
|
31
|
+
* Project: "TODO",
|
|
32
|
+
* },
|
|
33
|
+
* });
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* ## Import
|
|
37
|
+
*
|
|
38
|
+
* In TODO v1.5.0 and later, use an `import` block to import `aws_cleanrooms_configured_table` using the `id`. For exampleterraform import {
|
|
39
|
+
*
|
|
40
|
+
* to = aws_cleanrooms_configured_table.table
|
|
41
|
+
*
|
|
42
|
+
* id = "1234abcd-12ab-34cd-56ef-1234567890ab" } Using `TODO import`, import `aws_cleanrooms_configured_table` using the `id`. For exampleconsole % TODO import aws_cleanrooms_configured_table.table 1234abcd-12ab-34cd-56ef-1234567890ab
|
|
43
|
+
*/
|
|
44
|
+
class ConfiguredTable extends pulumi.CustomResource {
|
|
45
|
+
/**
|
|
46
|
+
* Get an existing ConfiguredTable resource's state with the given name, ID, and optional extra
|
|
47
|
+
* properties used to qualify the lookup.
|
|
48
|
+
*
|
|
49
|
+
* @param name The _unique_ name of the resulting resource.
|
|
50
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
51
|
+
* @param state Any extra arguments used during the lookup.
|
|
52
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
53
|
+
*/
|
|
54
|
+
static get(name, id, state, opts) {
|
|
55
|
+
return new ConfiguredTable(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Returns true if the given object is an instance of ConfiguredTable. This is designed to work even
|
|
59
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
60
|
+
*/
|
|
61
|
+
static isInstance(obj) {
|
|
62
|
+
if (obj === undefined || obj === null) {
|
|
63
|
+
return false;
|
|
64
|
+
}
|
|
65
|
+
return obj['__pulumiType'] === ConfiguredTable.__pulumiType;
|
|
66
|
+
}
|
|
67
|
+
constructor(name, argsOrState, opts) {
|
|
68
|
+
let resourceInputs = {};
|
|
69
|
+
opts = opts || {};
|
|
70
|
+
if (opts.id) {
|
|
71
|
+
const state = argsOrState;
|
|
72
|
+
resourceInputs["allowedColumns"] = state ? state.allowedColumns : undefined;
|
|
73
|
+
resourceInputs["analysisMethod"] = state ? state.analysisMethod : undefined;
|
|
74
|
+
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
75
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
76
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
77
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
78
|
+
resourceInputs["tableReference"] = state ? state.tableReference : undefined;
|
|
79
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
80
|
+
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
81
|
+
resourceInputs["updateTime"] = state ? state.updateTime : undefined;
|
|
82
|
+
}
|
|
83
|
+
else {
|
|
84
|
+
const args = argsOrState;
|
|
85
|
+
if ((!args || args.allowedColumns === undefined) && !opts.urn) {
|
|
86
|
+
throw new Error("Missing required property 'allowedColumns'");
|
|
87
|
+
}
|
|
88
|
+
if ((!args || args.analysisMethod === undefined) && !opts.urn) {
|
|
89
|
+
throw new Error("Missing required property 'analysisMethod'");
|
|
90
|
+
}
|
|
91
|
+
if ((!args || args.tableReference === undefined) && !opts.urn) {
|
|
92
|
+
throw new Error("Missing required property 'tableReference'");
|
|
93
|
+
}
|
|
94
|
+
resourceInputs["allowedColumns"] = args ? args.allowedColumns : undefined;
|
|
95
|
+
resourceInputs["analysisMethod"] = args ? args.analysisMethod : undefined;
|
|
96
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
97
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
98
|
+
resourceInputs["tableReference"] = args ? args.tableReference : undefined;
|
|
99
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
100
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["updateTime"] = undefined /*out*/;
|
|
104
|
+
}
|
|
105
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
106
|
+
const secretOpts = { additionalSecretOutputs: ["tagsAll"] };
|
|
107
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
108
|
+
super(ConfiguredTable.__pulumiType, name, resourceInputs, opts);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
exports.ConfiguredTable = ConfiguredTable;
|
|
112
|
+
/** @internal */
|
|
113
|
+
ConfiguredTable.__pulumiType = 'aws:cleanrooms/configuredTable:ConfiguredTable';
|
|
114
|
+
//# sourceMappingURL=configuredTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configuredTable.js","sourceRoot":"","sources":["../../cleanrooms/configuredTable.ts"],"names":[],"mappings":"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"}
|
package/cleanrooms/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
export { CollaborationArgs, CollaborationState } from "./collaboration";
|
|
2
2
|
export type Collaboration = import("./collaboration").Collaboration;
|
|
3
3
|
export declare const Collaboration: typeof import("./collaboration").Collaboration;
|
|
4
|
+
export { ConfiguredTableArgs, ConfiguredTableState } from "./configuredTable";
|
|
5
|
+
export type ConfiguredTable = import("./configuredTable").ConfiguredTable;
|
|
6
|
+
export declare const ConfiguredTable: typeof import("./configuredTable").ConfiguredTable;
|
package/cleanrooms/index.js
CHANGED
|
@@ -2,21 +2,26 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.Collaboration = void 0;
|
|
5
|
+
exports.ConfiguredTable = exports.Collaboration = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Collaboration = null;
|
|
9
9
|
utilities.lazyLoad(exports, ["Collaboration"], () => require("./collaboration"));
|
|
10
|
+
exports.ConfiguredTable = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["ConfiguredTable"], () => require("./configuredTable"));
|
|
10
12
|
const _module = {
|
|
11
13
|
version: utilities.getVersion(),
|
|
12
14
|
construct: (name, type, urn) => {
|
|
13
15
|
switch (type) {
|
|
14
16
|
case "aws:cleanrooms/collaboration:Collaboration":
|
|
15
17
|
return new exports.Collaboration(name, undefined, { urn });
|
|
18
|
+
case "aws:cleanrooms/configuredTable:ConfiguredTable":
|
|
19
|
+
return new exports.ConfiguredTable(name, undefined, { urn });
|
|
16
20
|
default:
|
|
17
21
|
throw new Error(`unknown resource type ${type}`);
|
|
18
22
|
}
|
|
19
23
|
},
|
|
20
24
|
};
|
|
21
25
|
pulumi.runtime.registerResourceModule("aws", "cleanrooms/collaboration", _module);
|
|
26
|
+
pulumi.runtime.registerResourceModule("aws", "cleanrooms/configuredTable", _module);
|
|
22
27
|
//# sourceMappingURL=index.js.map
|
package/cleanrooms/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cleanrooms/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cleanrooms/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAIpE,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGrF,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,gDAAgD;gBACjD,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA;AACjF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,4BAA4B,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -86,9 +86,11 @@ export declare class EnvironmentEC2 extends pulumi.CustomResource {
|
|
|
86
86
|
* * `amazonlinux-1-x86_64`
|
|
87
87
|
* * `amazonlinux-2-x86_64`
|
|
88
88
|
* * `ubuntu-18.04-x86_64`
|
|
89
|
+
* * `ubuntu-22.04-x86_64`
|
|
89
90
|
* * `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
|
|
90
91
|
* * `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
|
|
91
92
|
* * `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
|
|
93
|
+
* * `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64`
|
|
92
94
|
*/
|
|
93
95
|
readonly imageId: pulumi.Output<string | undefined>;
|
|
94
96
|
/**
|
|
@@ -159,9 +161,11 @@ export interface EnvironmentEC2State {
|
|
|
159
161
|
* * `amazonlinux-1-x86_64`
|
|
160
162
|
* * `amazonlinux-2-x86_64`
|
|
161
163
|
* * `ubuntu-18.04-x86_64`
|
|
164
|
+
* * `ubuntu-22.04-x86_64`
|
|
162
165
|
* * `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
|
|
163
166
|
* * `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
|
|
164
167
|
* * `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
|
|
168
|
+
* * `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64`
|
|
165
169
|
*/
|
|
166
170
|
imageId?: pulumi.Input<string>;
|
|
167
171
|
/**
|
|
@@ -220,9 +224,11 @@ export interface EnvironmentEC2Args {
|
|
|
220
224
|
* * `amazonlinux-1-x86_64`
|
|
221
225
|
* * `amazonlinux-2-x86_64`
|
|
222
226
|
* * `ubuntu-18.04-x86_64`
|
|
227
|
+
* * `ubuntu-22.04-x86_64`
|
|
223
228
|
* * `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
|
|
224
229
|
* * `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
|
|
225
230
|
* * `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
|
|
231
|
+
* * `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64`
|
|
226
232
|
*/
|
|
227
233
|
imageId?: pulumi.Input<string>;
|
|
228
234
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environmentEC2.js","sourceRoot":"","sources":["../../cloud9/environmentEC2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;
|
|
1
|
+
{"version":3,"file":"environmentEC2.js","sourceRoot":"","sources":["../../cloud9/environmentEC2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAqED,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC;QAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AAtIL,wCAuIC;AAzHG,gBAAgB;AACO,2BAAY,GAAG,0CAA0C,CAAC"}
|
|
@@ -283,7 +283,7 @@ export declare class Distribution extends pulumi.CustomResource {
|
|
|
283
283
|
/**
|
|
284
284
|
* Identifier of a continuous deployment policy. This argument should only be set on a production distribution. See the `aws.cloudfront.ContinuousDeploymentPolicy` resource for additional details.
|
|
285
285
|
*/
|
|
286
|
-
readonly continuousDeploymentPolicyId: pulumi.Output<string
|
|
286
|
+
readonly continuousDeploymentPolicyId: pulumi.Output<string>;
|
|
287
287
|
/**
|
|
288
288
|
* One or more custom error response elements (multiples allowed).
|
|
289
289
|
*/
|
|
@@ -30,7 +30,7 @@ export interface GetInstanceStorageConfigArgs {
|
|
|
30
30
|
*/
|
|
31
31
|
instanceId: string;
|
|
32
32
|
/**
|
|
33
|
-
* A valid resource type. Valid Values: `
|
|
33
|
+
* A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS` | `SCREEN_RECORDINGS`.
|
|
34
34
|
*/
|
|
35
35
|
resourceType: string;
|
|
36
36
|
}
|
|
@@ -80,7 +80,7 @@ export interface GetInstanceStorageConfigOutputArgs {
|
|
|
80
80
|
*/
|
|
81
81
|
instanceId: pulumi.Input<string>;
|
|
82
82
|
/**
|
|
83
|
-
* A valid resource type. Valid Values: `
|
|
83
|
+
* A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS` | `SCREEN_RECORDINGS`.
|
|
84
84
|
*/
|
|
85
85
|
resourceType: pulumi.Input<string>;
|
|
86
86
|
}
|
|
@@ -136,7 +136,7 @@ export declare class InstanceStorageConfig extends pulumi.CustomResource {
|
|
|
136
136
|
*/
|
|
137
137
|
readonly instanceId: pulumi.Output<string>;
|
|
138
138
|
/**
|
|
139
|
-
* A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS`.
|
|
139
|
+
* A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS` | `SCREEN_RECORDINGS`.
|
|
140
140
|
*/
|
|
141
141
|
readonly resourceType: pulumi.Output<string>;
|
|
142
142
|
/**
|
|
@@ -165,7 +165,7 @@ export interface InstanceStorageConfigState {
|
|
|
165
165
|
*/
|
|
166
166
|
instanceId?: pulumi.Input<string>;
|
|
167
167
|
/**
|
|
168
|
-
* A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS`.
|
|
168
|
+
* A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS` | `SCREEN_RECORDINGS`.
|
|
169
169
|
*/
|
|
170
170
|
resourceType?: pulumi.Input<string>;
|
|
171
171
|
/**
|
|
@@ -182,7 +182,7 @@ export interface InstanceStorageConfigArgs {
|
|
|
182
182
|
*/
|
|
183
183
|
instanceId: pulumi.Input<string>;
|
|
184
184
|
/**
|
|
185
|
-
* A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS`.
|
|
185
|
+
* A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS` | `SCREEN_RECORDINGS`.
|
|
186
186
|
*/
|
|
187
187
|
resourceType: pulumi.Input<string>;
|
|
188
188
|
/**
|
package/dms/index.d.ts
CHANGED
|
@@ -22,6 +22,9 @@ export declare const getReplicationSubnetGroupOutput: typeof import("./getReplic
|
|
|
22
22
|
export { GetReplicationTaskArgs, GetReplicationTaskResult, GetReplicationTaskOutputArgs } from "./getReplicationTask";
|
|
23
23
|
export declare const getReplicationTask: typeof import("./getReplicationTask").getReplicationTask;
|
|
24
24
|
export declare const getReplicationTaskOutput: typeof import("./getReplicationTask").getReplicationTaskOutput;
|
|
25
|
+
export { ReplicationConfigArgs, ReplicationConfigState } from "./replicationConfig";
|
|
26
|
+
export type ReplicationConfig = import("./replicationConfig").ReplicationConfig;
|
|
27
|
+
export declare const ReplicationConfig: typeof import("./replicationConfig").ReplicationConfig;
|
|
25
28
|
export { ReplicationInstanceArgs, ReplicationInstanceState } from "./replicationInstance";
|
|
26
29
|
export type ReplicationInstance = import("./replicationInstance").ReplicationInstance;
|
|
27
30
|
export declare const ReplicationInstance: typeof import("./replicationInstance").ReplicationInstance;
|
package/dms/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.S3Endpoint = exports.ReplicationTask = exports.ReplicationSubnetGroup = exports.ReplicationInstance = exports.getReplicationTaskOutput = exports.getReplicationTask = exports.getReplicationSubnetGroupOutput = exports.getReplicationSubnetGroup = exports.getReplicationInstanceOutput = exports.getReplicationInstance = exports.getEndpointOutput = exports.getEndpoint = exports.getCertificateOutput = exports.getCertificate = exports.EventSubscription = exports.Endpoint = exports.Certificate = void 0;
|
|
5
|
+
exports.S3Endpoint = exports.ReplicationTask = exports.ReplicationSubnetGroup = exports.ReplicationInstance = exports.ReplicationConfig = exports.getReplicationTaskOutput = exports.getReplicationTask = exports.getReplicationSubnetGroupOutput = exports.getReplicationSubnetGroup = exports.getReplicationInstanceOutput = exports.getReplicationInstance = exports.getEndpointOutput = exports.getEndpoint = exports.getCertificateOutput = exports.getCertificate = exports.EventSubscription = exports.Endpoint = exports.Certificate = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Certificate = null;
|
|
@@ -26,6 +26,8 @@ utilities.lazyLoad(exports, ["getReplicationSubnetGroup", "getReplicationSubnetG
|
|
|
26
26
|
exports.getReplicationTask = null;
|
|
27
27
|
exports.getReplicationTaskOutput = null;
|
|
28
28
|
utilities.lazyLoad(exports, ["getReplicationTask", "getReplicationTaskOutput"], () => require("./getReplicationTask"));
|
|
29
|
+
exports.ReplicationConfig = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["ReplicationConfig"], () => require("./replicationConfig"));
|
|
29
31
|
exports.ReplicationInstance = null;
|
|
30
32
|
utilities.lazyLoad(exports, ["ReplicationInstance"], () => require("./replicationInstance"));
|
|
31
33
|
exports.ReplicationSubnetGroup = null;
|
|
@@ -44,6 +46,8 @@ const _module = {
|
|
|
44
46
|
return new exports.Endpoint(name, undefined, { urn });
|
|
45
47
|
case "aws:dms/eventSubscription:EventSubscription":
|
|
46
48
|
return new exports.EventSubscription(name, undefined, { urn });
|
|
49
|
+
case "aws:dms/replicationConfig:ReplicationConfig":
|
|
50
|
+
return new exports.ReplicationConfig(name, undefined, { urn });
|
|
47
51
|
case "aws:dms/replicationInstance:ReplicationInstance":
|
|
48
52
|
return new exports.ReplicationInstance(name, undefined, { urn });
|
|
49
53
|
case "aws:dms/replicationSubnetGroup:ReplicationSubnetGroup":
|
|
@@ -60,6 +64,7 @@ const _module = {
|
|
|
60
64
|
pulumi.runtime.registerResourceModule("aws", "dms/certificate", _module);
|
|
61
65
|
pulumi.runtime.registerResourceModule("aws", "dms/endpoint", _module);
|
|
62
66
|
pulumi.runtime.registerResourceModule("aws", "dms/eventSubscription", _module);
|
|
67
|
+
pulumi.runtime.registerResourceModule("aws", "dms/replicationConfig", _module);
|
|
63
68
|
pulumi.runtime.registerResourceModule("aws", "dms/replicationInstance", _module);
|
|
64
69
|
pulumi.runtime.registerResourceModule("aws", "dms/replicationSubnetGroup", _module);
|
|
65
70
|
pulumi.runtime.registerResourceModule("aws", "dms/replicationTask", _module);
|
package/dms/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../dms/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../dms/index.ts"],"names":[],"mappings":"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"}
|