@pulumi/aws-native 1.43.0-alpha.1766122627 → 1.43.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/bedrockagentcore/gatewayTarget.d.ts +1 -1
- package/bedrockagentcore/gatewayTarget.js +1 -1
- package/bedrockagentcore/getGatewayTarget.d.ts +2 -2
- package/bedrockagentcore/getGatewayTarget.js +2 -2
- package/cases/caseRule.d.ts +85 -0
- package/cases/caseRule.js +77 -0
- package/cases/caseRule.js.map +1 -0
- package/cases/domain.d.ts +65 -0
- package/cases/domain.js +68 -0
- package/cases/domain.js.map +1 -0
- package/cases/field.d.ts +84 -0
- package/cases/field.js +79 -0
- package/cases/field.js.map +1 -0
- package/cases/getCaseRule.d.ts +53 -0
- package/cases/getCaseRule.js +28 -0
- package/cases/getCaseRule.js.map +1 -0
- package/cases/getDomain.d.ts +42 -0
- package/cases/getDomain.js +28 -0
- package/cases/getDomain.js.map +1 -0
- package/cases/getField.d.ts +54 -0
- package/cases/getField.js +28 -0
- package/cases/getField.js.map +1 -0
- package/cases/getLayout.d.ts +46 -0
- package/cases/getLayout.js +28 -0
- package/cases/getLayout.js.map +1 -0
- package/cases/getTemplate.d.ts +63 -0
- package/cases/getTemplate.js +28 -0
- package/cases/getTemplate.js.map +1 -0
- package/cases/index.d.ts +31 -0
- package/cases/index.js +69 -0
- package/cases/index.js.map +1 -0
- package/cases/layout.d.ts +71 -0
- package/cases/layout.js +75 -0
- package/cases/layout.js.map +1 -0
- package/cases/template.d.ts +104 -0
- package/cases/template.js +80 -0
- package/cases/template.js.map +1 -0
- package/connect/contactFlowModule.d.ts +16 -0
- package/connect/contactFlowModule.js +4 -0
- package/connect/contactFlowModule.js.map +1 -1
- package/connect/getContactFlowModule.d.ts +8 -0
- package/connect/getContactFlowModule.js.map +1 -1
- package/connect/getHoursOfOperation.d.ts +8 -0
- package/connect/getHoursOfOperation.js.map +1 -1
- package/connect/hoursOfOperation.d.ts +16 -0
- package/connect/hoursOfOperation.js +4 -0
- package/connect/hoursOfOperation.js.map +1 -1
- package/ec2/getVolume.d.ts +19 -13
- package/ec2/getVolume.js.map +1 -1
- package/ec2/volume.d.ts +38 -26
- package/ec2/volume.js.map +1 -1
- package/ec2/vpnConnection.d.ts +12 -0
- package/ec2/vpnConnection.js.map +1 -1
- package/emr/step.d.ts +16 -0
- package/emr/step.js +5 -1
- package/emr/step.js.map +1 -1
- package/gameliftstreams/streamGroup.d.ts +96 -12
- package/gameliftstreams/streamGroup.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +7 -5
- package/index.js.map +1 -1
- package/iotanalytics/dataset.d.ts +2 -2
- package/iotanalytics/datastore.d.ts +2 -2
- package/iotanalytics/getDataset.d.ts +1 -1
- package/iotanalytics/getDatastore.d.ts +1 -1
- package/lex/bot.d.ts +3 -3
- package/lex/bot.js +1 -1
- package/lex/botAlias.d.ts +3 -3
- package/lex/botAlias.js +1 -1
- package/lex/getBot.d.ts +6 -6
- package/lex/getBot.js +2 -2
- package/lex/getBotAlias.d.ts +6 -2
- package/lex/getBotAlias.js +2 -2
- package/lex/getBotAlias.js.map +1 -1
- package/observabilityadmin/getS3TableIntegration.d.ts +36 -0
- package/observabilityadmin/getS3TableIntegration.js +28 -0
- package/observabilityadmin/getS3TableIntegration.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/s3tableIntegration.d.ts +71 -0
- package/observabilityadmin/s3tableIntegration.js +72 -0
- package/observabilityadmin/s3tableIntegration.js.map +1 -0
- package/odb/getOdbPeeringConnection.d.ts +8 -0
- package/odb/getOdbPeeringConnection.js.map +1 -1
- package/odb/odbPeeringConnection.d.ts +12 -0
- package/odb/odbPeeringConnection.js +5 -1
- package/odb/odbPeeringConnection.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/types/enums/bedrockagentcore/index.d.ts +5 -0
- package/types/enums/bedrockagentcore/index.js +5 -1
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/cases/index.d.ts +38 -0
- package/types/enums/cases/index.js +28 -0
- package/types/enums/cases/index.js.map +1 -0
- package/types/enums/connect/index.d.ts +22 -4
- package/types/enums/connect/index.js +12 -2
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +3 -0
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -0
- package/types/enums/ecr/index.js +1 -0
- package/types/enums/ecr/index.js.map +1 -1
- package/types/enums/ecs/index.d.ts +5 -0
- package/types/enums/ecs/index.js +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/lex/index.d.ts +11 -0
- package/types/enums/lex/index.js +10 -1
- package/types/enums/lex/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +8 -0
- package/types/enums/observabilityadmin/index.js +5 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/input.d.ts +352 -40
- package/types/output.d.ts +352 -40
- package/types/output.js.map +1 -1
- package/workspacesweb/getUserSettings.d.ts +1 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +2 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
|
@@ -181,7 +181,7 @@ export declare class Dataset extends pulumi.CustomResource {
|
|
|
181
181
|
*/
|
|
182
182
|
readonly triggers: pulumi.Output<outputs.iotanalytics.DatasetTrigger[] | undefined>;
|
|
183
183
|
/**
|
|
184
|
-
* Optional. How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the `retentionPeriod` parameter. For more information, see [Keeping Multiple Versions of
|
|
184
|
+
* Optional. How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the `retentionPeriod` parameter. For more information, see [Keeping Multiple Versions of ITA datasets](https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions) in the *ITA User Guide* .
|
|
185
185
|
*/
|
|
186
186
|
readonly versioningConfiguration: pulumi.Output<outputs.iotanalytics.DatasetVersioningConfiguration | undefined>;
|
|
187
187
|
/**
|
|
@@ -228,7 +228,7 @@ export interface DatasetArgs {
|
|
|
228
228
|
*/
|
|
229
229
|
triggers?: pulumi.Input<pulumi.Input<inputs.iotanalytics.DatasetTriggerArgs>[]>;
|
|
230
230
|
/**
|
|
231
|
-
* Optional. How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the `retentionPeriod` parameter. For more information, see [Keeping Multiple Versions of
|
|
231
|
+
* Optional. How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the `retentionPeriod` parameter. For more information, see [Keeping Multiple Versions of ITA datasets](https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions) in the *ITA User Guide* .
|
|
232
232
|
*/
|
|
233
233
|
versioningConfiguration?: pulumi.Input<inputs.iotanalytics.DatasetVersioningConfigurationArgs>;
|
|
234
234
|
}
|
|
@@ -103,7 +103,7 @@ export declare class Datastore extends pulumi.CustomResource {
|
|
|
103
103
|
*/
|
|
104
104
|
readonly datastoreStorage: pulumi.Output<outputs.iotanalytics.DatastoreStorage | undefined>;
|
|
105
105
|
/**
|
|
106
|
-
* Contains the configuration information of file formats.
|
|
106
|
+
* Contains the configuration information of file formats. ITA data stores support JSON and [Parquet](https://docs.aws.amazon.com/https://parquet.apache.org/) .
|
|
107
107
|
*
|
|
108
108
|
* The default file format is JSON. You can specify only one format.
|
|
109
109
|
*
|
|
@@ -146,7 +146,7 @@ export interface DatastoreArgs {
|
|
|
146
146
|
*/
|
|
147
147
|
datastoreStorage?: pulumi.Input<inputs.iotanalytics.DatastoreStorageArgs>;
|
|
148
148
|
/**
|
|
149
|
-
* Contains the configuration information of file formats.
|
|
149
|
+
* Contains the configuration information of file formats. ITA data stores support JSON and [Parquet](https://docs.aws.amazon.com/https://parquet.apache.org/) .
|
|
150
150
|
*
|
|
151
151
|
* The default file format is JSON. You can specify only one format.
|
|
152
152
|
*
|
|
@@ -39,7 +39,7 @@ export interface GetDatasetResult {
|
|
|
39
39
|
*/
|
|
40
40
|
readonly triggers?: outputs.iotanalytics.DatasetTrigger[];
|
|
41
41
|
/**
|
|
42
|
-
* Optional. How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the `retentionPeriod` parameter. For more information, see [Keeping Multiple Versions of
|
|
42
|
+
* Optional. How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the `retentionPeriod` parameter. For more information, see [Keeping Multiple Versions of ITA datasets](https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions) in the *ITA User Guide* .
|
|
43
43
|
*/
|
|
44
44
|
readonly versioningConfiguration?: outputs.iotanalytics.DatasetVersioningConfiguration;
|
|
45
45
|
}
|
|
@@ -20,7 +20,7 @@ export interface GetDatastoreResult {
|
|
|
20
20
|
*/
|
|
21
21
|
readonly datastoreStorage?: outputs.iotanalytics.DatastoreStorage;
|
|
22
22
|
/**
|
|
23
|
-
* Contains the configuration information of file formats.
|
|
23
|
+
* Contains the configuration information of file formats. ITA data stores support JSON and [Parquet](https://docs.aws.amazon.com/https://parquet.apache.org/) .
|
|
24
24
|
*
|
|
25
25
|
* The default file format is JSON. You can specify only one format.
|
|
26
26
|
*
|
package/lex/bot.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
5
|
+
* Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
6
6
|
*/
|
|
7
7
|
export declare class Bot extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
@@ -42,7 +42,7 @@ export declare class Bot extends pulumi.CustomResource {
|
|
|
42
42
|
/**
|
|
43
43
|
* A list of tags to add to the bot. You can only add tags when you import a bot. You can't use the `UpdateBot` operation to update tags. To update tags, use the `TagResource` operation.
|
|
44
44
|
*/
|
|
45
|
-
readonly botTags: pulumi.Output<outputs.
|
|
45
|
+
readonly botTags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
46
46
|
/**
|
|
47
47
|
* By default, data stored by Amazon Lex is encrypted. The `DataPrivacy` structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
|
|
48
48
|
*/
|
|
@@ -105,7 +105,7 @@ export interface BotArgs {
|
|
|
105
105
|
/**
|
|
106
106
|
* A list of tags to add to the bot. You can only add tags when you import a bot. You can't use the `UpdateBot` operation to update tags. To update tags, use the `TagResource` operation.
|
|
107
107
|
*/
|
|
108
|
-
botTags?: pulumi.Input<pulumi.Input<inputs.
|
|
108
|
+
botTags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
109
109
|
/**
|
|
110
110
|
* By default, data stored by Amazon Lex is encrypted. The `DataPrivacy` structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
|
|
111
111
|
*/
|
package/lex/bot.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Bot = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
9
|
+
* Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
10
10
|
*/
|
|
11
11
|
class Bot extends pulumi.CustomResource {
|
|
12
12
|
/**
|
package/lex/botAlias.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as inputs from "../types/input";
|
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
import * as enums from "../types/enums";
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
|
|
7
7
|
*/
|
|
8
8
|
export declare class BotAlias extends pulumi.CustomResource {
|
|
9
9
|
/**
|
|
@@ -43,7 +43,7 @@ export declare class BotAlias extends pulumi.CustomResource {
|
|
|
43
43
|
/**
|
|
44
44
|
* A list of tags to add to the bot alias.
|
|
45
45
|
*/
|
|
46
|
-
readonly botAliasTags: pulumi.Output<outputs.
|
|
46
|
+
readonly botAliasTags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
47
47
|
/**
|
|
48
48
|
* The unique identifier of the bot.
|
|
49
49
|
*/
|
|
@@ -88,7 +88,7 @@ export interface BotAliasArgs {
|
|
|
88
88
|
/**
|
|
89
89
|
* A list of tags to add to the bot alias.
|
|
90
90
|
*/
|
|
91
|
-
botAliasTags?: pulumi.Input<pulumi.Input<inputs.
|
|
91
|
+
botAliasTags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
92
92
|
/**
|
|
93
93
|
* The unique identifier of the bot.
|
|
94
94
|
*/
|
package/lex/botAlias.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.BotAlias = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
|
|
10
10
|
*/
|
|
11
11
|
class BotAlias extends pulumi.CustomResource {
|
|
12
12
|
/**
|
package/lex/getBot.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
4
|
+
* Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
5
5
|
*/
|
|
6
6
|
export declare function getBot(args: GetBotArgs, opts?: pulumi.InvokeOptions): Promise<GetBotResult>;
|
|
7
7
|
export interface GetBotArgs {
|
|
@@ -15,6 +15,10 @@ export interface GetBotResult {
|
|
|
15
15
|
* The Amazon Resource Name (ARN) of the bot.
|
|
16
16
|
*/
|
|
17
17
|
readonly arn?: string;
|
|
18
|
+
/**
|
|
19
|
+
* A list of tags to add to the bot. You can only add tags when you import a bot. You can't use the `UpdateBot` operation to update tags. To update tags, use the `TagResource` operation.
|
|
20
|
+
*/
|
|
21
|
+
readonly botTags?: outputs.Tag[];
|
|
18
22
|
/**
|
|
19
23
|
* By default, data stored by Amazon Lex is encrypted. The `DataPrivacy` structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
|
|
20
24
|
*/
|
|
@@ -44,13 +48,9 @@ export interface GetBotResult {
|
|
|
44
48
|
* The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
|
|
45
49
|
*/
|
|
46
50
|
readonly roleArn?: string;
|
|
47
|
-
/**
|
|
48
|
-
* Specifies configuration settings for the alias used to test the bot. If the `TestBotAliasSettings` property is not specified, the settings are configured with default values.
|
|
49
|
-
*/
|
|
50
|
-
readonly testBotAliasSettings?: outputs.lex.BotTestBotAliasSettings;
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
|
-
* Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
53
|
+
* Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
54
54
|
*/
|
|
55
55
|
export declare function getBotOutput(args: GetBotOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBotResult>;
|
|
56
56
|
export interface GetBotOutputArgs {
|
package/lex/getBot.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getBotOutput = exports.getBot = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
9
|
+
* Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
10
10
|
*/
|
|
11
11
|
function getBot(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getBot(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getBot = getBot;
|
|
18
18
|
/**
|
|
19
|
-
* Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
19
|
+
* Resource Type definition for an Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
|
|
20
20
|
*/
|
|
21
21
|
function getBotOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/lex/getBotAlias.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
import * as enums from "../types/enums";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
|
|
6
6
|
*/
|
|
7
7
|
export declare function getBotAlias(args: GetBotAliasArgs, opts?: pulumi.InvokeOptions): Promise<GetBotAliasResult>;
|
|
8
8
|
export interface GetBotAliasArgs {
|
|
@@ -36,6 +36,10 @@ export interface GetBotAliasResult {
|
|
|
36
36
|
* The current status of the bot alias. When the status is Available the alias is ready for use with your bot.
|
|
37
37
|
*/
|
|
38
38
|
readonly botAliasStatus?: enums.lex.BotAliasStatus;
|
|
39
|
+
/**
|
|
40
|
+
* A list of tags to add to the bot alias.
|
|
41
|
+
*/
|
|
42
|
+
readonly botAliasTags?: outputs.Tag[];
|
|
39
43
|
/**
|
|
40
44
|
* The version of the bot that the bot alias references.
|
|
41
45
|
*/
|
|
@@ -54,7 +58,7 @@ export interface GetBotAliasResult {
|
|
|
54
58
|
readonly sentimentAnalysisSettings?: outputs.lex.SentimentAnalysisSettingsProperties;
|
|
55
59
|
}
|
|
56
60
|
/**
|
|
57
|
-
*
|
|
61
|
+
* Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
|
|
58
62
|
*/
|
|
59
63
|
export declare function getBotAliasOutput(args: GetBotAliasOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBotAliasResult>;
|
|
60
64
|
export interface GetBotAliasOutputArgs {
|
package/lex/getBotAlias.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getBotAliasOutput = exports.getBotAlias = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
|
|
10
10
|
*/
|
|
11
11
|
function getBotAlias(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,7 +17,7 @@ function getBotAlias(args, opts) {
|
|
|
17
17
|
}
|
|
18
18
|
exports.getBotAlias = getBotAlias;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Resource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
|
|
21
21
|
*/
|
|
22
22
|
function getBotAliasOutput(args, opts) {
|
|
23
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/lex/getBotAlias.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBotAlias.js","sourceRoot":"","sources":["../../lex/getBotAlias.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;
|
|
1
|
+
{"version":3,"file":"getBotAlias.js","sourceRoot":"","sources":["../../lex/getBotAlias.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAuDD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4BAA4B,EAAE;QAC7D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getS3TableIntegration(args: GetS3TableIntegrationArgs, opts?: pulumi.InvokeOptions): Promise<GetS3TableIntegrationResult>;
|
|
7
|
+
export interface GetS3TableIntegrationArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The ARN of the S3 Table Integration
|
|
10
|
+
*/
|
|
11
|
+
arn: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetS3TableIntegrationResult {
|
|
14
|
+
/**
|
|
15
|
+
* The ARN of the S3 Table Integration
|
|
16
|
+
*/
|
|
17
|
+
readonly arn?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The CloudWatch Logs data sources to associate with the S3 Table Integration
|
|
20
|
+
*/
|
|
21
|
+
readonly logSources?: outputs.observabilityadmin.S3TableIntegrationLogSource[];
|
|
22
|
+
/**
|
|
23
|
+
* An array of key-value pairs to apply to this resource
|
|
24
|
+
*/
|
|
25
|
+
readonly tags?: outputs.Tag[];
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
|
|
29
|
+
*/
|
|
30
|
+
export declare function getS3TableIntegrationOutput(args: GetS3TableIntegrationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetS3TableIntegrationResult>;
|
|
31
|
+
export interface GetS3TableIntegrationOutputArgs {
|
|
32
|
+
/**
|
|
33
|
+
* The ARN of the S3 Table Integration
|
|
34
|
+
*/
|
|
35
|
+
arn: pulumi.Input<string>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getS3TableIntegrationOutput = exports.getS3TableIntegration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
|
|
10
|
+
*/
|
|
11
|
+
function getS3TableIntegration(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:observabilityadmin:getS3TableIntegration", {
|
|
14
|
+
"arn": args.arn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getS3TableIntegration = getS3TableIntegration;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
|
|
20
|
+
*/
|
|
21
|
+
function getS3TableIntegrationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:observabilityadmin:getS3TableIntegration", {
|
|
24
|
+
"arn": args.arn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getS3TableIntegrationOutput = getS3TableIntegrationOutput;
|
|
28
|
+
//# sourceMappingURL=getS3TableIntegration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getS3TableIntegration.js","sourceRoot":"","sources":["../../observabilityadmin/getS3TableIntegration.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,qDAAqD,EAAE;QAChF,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AAuBD;;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,qDAAqD,EAAE;QACtF,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
|
|
@@ -4,6 +4,9 @@ export declare const getOrganizationCentralizationRuleOutput: typeof import("./g
|
|
|
4
4
|
export { GetOrganizationTelemetryRuleArgs, GetOrganizationTelemetryRuleResult, GetOrganizationTelemetryRuleOutputArgs } from "./getOrganizationTelemetryRule";
|
|
5
5
|
export declare const getOrganizationTelemetryRule: typeof import("./getOrganizationTelemetryRule").getOrganizationTelemetryRule;
|
|
6
6
|
export declare const getOrganizationTelemetryRuleOutput: typeof import("./getOrganizationTelemetryRule").getOrganizationTelemetryRuleOutput;
|
|
7
|
+
export { GetS3TableIntegrationArgs, GetS3TableIntegrationResult, GetS3TableIntegrationOutputArgs } from "./getS3TableIntegration";
|
|
8
|
+
export declare const getS3TableIntegration: typeof import("./getS3TableIntegration").getS3TableIntegration;
|
|
9
|
+
export declare const getS3TableIntegrationOutput: typeof import("./getS3TableIntegration").getS3TableIntegrationOutput;
|
|
7
10
|
export { GetTelemetryPipelinesArgs, GetTelemetryPipelinesResult, GetTelemetryPipelinesOutputArgs } from "./getTelemetryPipelines";
|
|
8
11
|
export declare const getTelemetryPipelines: typeof import("./getTelemetryPipelines").getTelemetryPipelines;
|
|
9
12
|
export declare const getTelemetryPipelinesOutput: typeof import("./getTelemetryPipelines").getTelemetryPipelinesOutput;
|
|
@@ -16,6 +19,9 @@ export declare const OrganizationCentralizationRule: typeof import("./organizati
|
|
|
16
19
|
export { OrganizationTelemetryRuleArgs } from "./organizationTelemetryRule";
|
|
17
20
|
export type OrganizationTelemetryRule = import("./organizationTelemetryRule").OrganizationTelemetryRule;
|
|
18
21
|
export declare const OrganizationTelemetryRule: typeof import("./organizationTelemetryRule").OrganizationTelemetryRule;
|
|
22
|
+
export { S3TableIntegrationArgs } from "./s3tableIntegration";
|
|
23
|
+
export type S3TableIntegration = import("./s3tableIntegration").S3TableIntegration;
|
|
24
|
+
export declare const S3TableIntegration: typeof import("./s3tableIntegration").S3TableIntegration;
|
|
19
25
|
export { TelemetryPipelinesArgs } from "./telemetryPipelines";
|
|
20
26
|
export type TelemetryPipelines = import("./telemetryPipelines").TelemetryPipelines;
|
|
21
27
|
export declare const TelemetryPipelines: typeof import("./telemetryPipelines").TelemetryPipelines;
|
|
@@ -16,7 +16,7 @@ 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.TelemetryRule = exports.TelemetryPipelines = exports.OrganizationTelemetryRule = exports.OrganizationCentralizationRule = exports.getTelemetryRuleOutput = exports.getTelemetryRule = exports.getTelemetryPipelinesOutput = exports.getTelemetryPipelines = exports.getOrganizationTelemetryRuleOutput = exports.getOrganizationTelemetryRule = exports.getOrganizationCentralizationRuleOutput = exports.getOrganizationCentralizationRule = void 0;
|
|
19
|
+
exports.TelemetryRule = exports.TelemetryPipelines = exports.S3TableIntegration = exports.OrganizationTelemetryRule = exports.OrganizationCentralizationRule = exports.getTelemetryRuleOutput = exports.getTelemetryRule = exports.getTelemetryPipelinesOutput = exports.getTelemetryPipelines = exports.getS3TableIntegrationOutput = exports.getS3TableIntegration = exports.getOrganizationTelemetryRuleOutput = exports.getOrganizationTelemetryRule = exports.getOrganizationCentralizationRuleOutput = exports.getOrganizationCentralizationRule = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
22
|
exports.getOrganizationCentralizationRule = null;
|
|
@@ -25,6 +25,9 @@ utilities.lazyLoad(exports, ["getOrganizationCentralizationRule", "getOrganizati
|
|
|
25
25
|
exports.getOrganizationTelemetryRule = null;
|
|
26
26
|
exports.getOrganizationTelemetryRuleOutput = null;
|
|
27
27
|
utilities.lazyLoad(exports, ["getOrganizationTelemetryRule", "getOrganizationTelemetryRuleOutput"], () => require("./getOrganizationTelemetryRule"));
|
|
28
|
+
exports.getS3TableIntegration = null;
|
|
29
|
+
exports.getS3TableIntegrationOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getS3TableIntegration", "getS3TableIntegrationOutput"], () => require("./getS3TableIntegration"));
|
|
28
31
|
exports.getTelemetryPipelines = null;
|
|
29
32
|
exports.getTelemetryPipelinesOutput = null;
|
|
30
33
|
utilities.lazyLoad(exports, ["getTelemetryPipelines", "getTelemetryPipelinesOutput"], () => require("./getTelemetryPipelines"));
|
|
@@ -35,6 +38,8 @@ exports.OrganizationCentralizationRule = null;
|
|
|
35
38
|
utilities.lazyLoad(exports, ["OrganizationCentralizationRule"], () => require("./organizationCentralizationRule"));
|
|
36
39
|
exports.OrganizationTelemetryRule = null;
|
|
37
40
|
utilities.lazyLoad(exports, ["OrganizationTelemetryRule"], () => require("./organizationTelemetryRule"));
|
|
41
|
+
exports.S3TableIntegration = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["S3TableIntegration"], () => require("./s3tableIntegration"));
|
|
38
43
|
exports.TelemetryPipelines = null;
|
|
39
44
|
utilities.lazyLoad(exports, ["TelemetryPipelines"], () => require("./telemetryPipelines"));
|
|
40
45
|
exports.TelemetryRule = null;
|
|
@@ -49,6 +54,8 @@ const _module = {
|
|
|
49
54
|
return new exports.OrganizationCentralizationRule(name, undefined, { urn });
|
|
50
55
|
case "aws-native:observabilityadmin:OrganizationTelemetryRule":
|
|
51
56
|
return new exports.OrganizationTelemetryRule(name, undefined, { urn });
|
|
57
|
+
case "aws-native:observabilityadmin:S3TableIntegration":
|
|
58
|
+
return new exports.S3TableIntegration(name, undefined, { urn });
|
|
52
59
|
case "aws-native:observabilityadmin:TelemetryPipelines":
|
|
53
60
|
return new exports.TelemetryPipelines(name, undefined, { urn });
|
|
54
61
|
case "aws-native:observabilityadmin:TelemetryRule":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../observabilityadmin/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,iCAAiC,GAA2F,IAAW,CAAC;AACxI,QAAA,uCAAuC,GAAiG,IAAW,CAAC;AACjK,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mCAAmC,EAAC,yCAAyC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qCAAqC,CAAC,CAAC,CAAC;AAGtJ,QAAA,4BAA4B,GAAiF,IAAW,CAAC;AACzH,QAAA,kCAAkC,GAAuF,IAAW,CAAC;AAClJ,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,8BAA8B,EAAC,oCAAoC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC;AAGvI,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGlH,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AACrF,QAAA,sBAAsB,GAA+D,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAInG,QAAA,8BAA8B,GAAqF,IAAW,CAAC;AAC5I,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kCAAkC,CAAC,CAAC,CAAC;AAItG,QAAA,yBAAyB,GAA2E,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAI5F,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAI9E,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;AAGjF,gBAAgB;AAChB,oEAAkD;AAElD,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,8DAA8D;gBAC/D,OAAO,IAAI,sCAA8B,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5E,KAAK,yDAAyD;gBAC1D,OAAO,IAAI,iCAAyB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvE,KAAK,kDAAkD;gBACnD,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,6CAA6C;gBAC9C,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../observabilityadmin/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
|
|
6
|
+
*/
|
|
7
|
+
export declare class S3TableIntegration extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing S3TableIntegration resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): S3TableIntegration;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of S3TableIntegration. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is S3TableIntegration;
|
|
22
|
+
/**
|
|
23
|
+
* The ARN of the S3 Table Integration
|
|
24
|
+
*/
|
|
25
|
+
readonly arn: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
|
|
28
|
+
*/
|
|
29
|
+
readonly encryption: pulumi.Output<outputs.observabilityadmin.S3TableIntegrationEncryptionConfig>;
|
|
30
|
+
/**
|
|
31
|
+
* The CloudWatch Logs data sources to associate with the S3 Table Integration
|
|
32
|
+
*/
|
|
33
|
+
readonly logSources: pulumi.Output<outputs.observabilityadmin.S3TableIntegrationLogSource[] | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* The ARN of the role used to access the S3 Table Integration
|
|
36
|
+
*/
|
|
37
|
+
readonly roleArn: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* An array of key-value pairs to apply to this resource
|
|
40
|
+
*/
|
|
41
|
+
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* Create a S3TableIntegration resource with the given unique name, arguments, and options.
|
|
44
|
+
*
|
|
45
|
+
* @param name The _unique_ name of the resource.
|
|
46
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
47
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
48
|
+
*/
|
|
49
|
+
constructor(name: string, args: S3TableIntegrationArgs, opts?: pulumi.CustomResourceOptions);
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* The set of arguments for constructing a S3TableIntegration resource.
|
|
53
|
+
*/
|
|
54
|
+
export interface S3TableIntegrationArgs {
|
|
55
|
+
/**
|
|
56
|
+
* Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
|
|
57
|
+
*/
|
|
58
|
+
encryption: pulumi.Input<inputs.observabilityadmin.S3TableIntegrationEncryptionConfigArgs>;
|
|
59
|
+
/**
|
|
60
|
+
* The CloudWatch Logs data sources to associate with the S3 Table Integration
|
|
61
|
+
*/
|
|
62
|
+
logSources?: pulumi.Input<pulumi.Input<inputs.observabilityadmin.S3TableIntegrationLogSourceArgs>[]>;
|
|
63
|
+
/**
|
|
64
|
+
* The ARN of the role used to access the S3 Table Integration
|
|
65
|
+
*/
|
|
66
|
+
roleArn: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* An array of key-value pairs to apply to this resource
|
|
69
|
+
*/
|
|
70
|
+
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
71
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
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.S3TableIntegration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
|
|
10
|
+
*/
|
|
11
|
+
class S3TableIntegration extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing S3TableIntegration 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 S3TableIntegration(name, undefined, { ...opts, id: id });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of S3TableIntegration. 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'] === S3TableIntegration.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a S3TableIntegration 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
|
+
if (args?.encryption === undefined && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'encryption'");
|
|
46
|
+
}
|
|
47
|
+
if (args?.roleArn === undefined && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'roleArn'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["encryption"] = args?.encryption;
|
|
51
|
+
resourceInputs["logSources"] = args?.logSources;
|
|
52
|
+
resourceInputs["roleArn"] = args?.roleArn;
|
|
53
|
+
resourceInputs["tags"] = args?.tags;
|
|
54
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["encryption"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["logSources"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["roleArn"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
62
|
+
}
|
|
63
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
64
|
+
const replaceOnChanges = { replaceOnChanges: ["encryption", "roleArn"] };
|
|
65
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
66
|
+
super(S3TableIntegration.__pulumiType, name, resourceInputs, opts);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.S3TableIntegration = S3TableIntegration;
|
|
70
|
+
/** @internal */
|
|
71
|
+
S3TableIntegration.__pulumiType = 'aws-native:observabilityadmin:S3TableIntegration';
|
|
72
|
+
//# sourceMappingURL=s3tableIntegration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"s3tableIntegration.js","sourceRoot":"","sources":["../../observabilityadmin/s3tableIntegration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/E,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAuBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA4B,EAAE,IAAmC;QACvF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,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,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,YAAY,EAAE,SAAS,CAAC,EAAE,CAAC;QACzE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAjFL,gDAkFC;AArEG,gBAAgB;AACO,+BAAY,GAAG,kDAAkD,CAAC"}
|