@pulumi/aws-native 1.48.0-alpha.1768023352 → 1.48.0-alpha.1768195166

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.
Files changed (85) hide show
  1. package/autoscaling/autoScalingGroup.d.ts +6 -6
  2. package/autoscaling/getAutoScalingGroup.d.ts +3 -3
  3. package/cloudformation/getStack.d.ts +10 -14
  4. package/cloudformation/getStack.js.map +1 -1
  5. package/cloudformation/stack.d.ts +8 -12
  6. package/cloudformation/stack.js.map +1 -1
  7. package/datazone/connection.d.ts +2 -2
  8. package/datazone/environmentBlueprintConfiguration.d.ts +12 -0
  9. package/datazone/environmentBlueprintConfiguration.js +2 -0
  10. package/datazone/environmentBlueprintConfiguration.js.map +1 -1
  11. package/datazone/getDomain.d.ts +0 -4
  12. package/datazone/getDomain.js.map +1 -1
  13. package/datazone/projectProfile.d.ts +2 -0
  14. package/datazone/projectProfile.js +3 -1
  15. package/datazone/projectProfile.js.map +1 -1
  16. package/docdb/getGlobalCluster.d.ts +40 -0
  17. package/docdb/getGlobalCluster.js +28 -0
  18. package/docdb/getGlobalCluster.js.map +1 -0
  19. package/docdb/globalCluster.d.ts +100 -0
  20. package/docdb/globalCluster.js +77 -0
  21. package/docdb/globalCluster.js.map +1 -0
  22. package/docdb/index.d.ts +7 -0
  23. package/docdb/index.js +41 -0
  24. package/docdb/index.js.map +1 -0
  25. package/ec2/getVpnConcentrator.d.ts +6 -6
  26. package/ec2/getVpnConcentrator.js +2 -2
  27. package/ec2/vpnConcentrator.d.ts +7 -7
  28. package/ec2/vpnConcentrator.js +1 -1
  29. package/ec2/vpnConnection.d.ts +2 -2
  30. package/index.d.ts +2 -1
  31. package/index.js +7 -5
  32. package/index.js.map +1 -1
  33. package/logs/getLogGroup.d.ts +4 -0
  34. package/logs/getLogGroup.js.map +1 -1
  35. package/logs/getMetricFilter.d.ts +2 -2
  36. package/logs/getSubscriptionFilter.d.ts +2 -2
  37. package/logs/logGroup.d.ts +8 -0
  38. package/logs/logGroup.js +2 -0
  39. package/logs/logGroup.js.map +1 -1
  40. package/logs/metricFilter.d.ts +4 -4
  41. package/logs/subscriptionFilter.d.ts +4 -4
  42. package/package.json +3 -3
  43. package/package.json.dev +2 -2
  44. package/quicksight/actionConnector.d.ts +59 -0
  45. package/quicksight/actionConnector.js +93 -0
  46. package/quicksight/actionConnector.js.map +1 -0
  47. package/quicksight/dataSet.d.ts +4 -4
  48. package/quicksight/getActionConnector.d.ts +30 -0
  49. package/quicksight/getActionConnector.js +30 -0
  50. package/quicksight/getActionConnector.js.map +1 -0
  51. package/quicksight/getDataSet.d.ts +1 -1
  52. package/quicksight/index.d.ts +6 -0
  53. package/quicksight/index.js +8 -1
  54. package/quicksight/index.js.map +1 -1
  55. package/rtbfabric/getInboundExternalLink.d.ts +1 -0
  56. package/rtbfabric/getInboundExternalLink.js.map +1 -1
  57. package/rtbfabric/inboundExternalLink.d.ts +1 -0
  58. package/rtbfabric/inboundExternalLink.js +2 -0
  59. package/rtbfabric/inboundExternalLink.js.map +1 -1
  60. package/sagemaker/getUserProfile.d.ts +4 -0
  61. package/sagemaker/getUserProfile.js.map +1 -1
  62. package/sagemaker/userProfile.d.ts +2 -2
  63. package/sagemaker/userProfile.js +1 -1
  64. package/sagemaker/userProfile.js.map +1 -1
  65. package/types/enums/cloudformation/index.d.ts +1 -1
  66. package/types/enums/docdb/index.d.ts +7 -0
  67. package/types/enums/docdb/index.js +9 -0
  68. package/types/enums/docdb/index.js.map +1 -0
  69. package/types/enums/ec2/index.d.ts +4 -4
  70. package/types/enums/ec2/index.js +1 -0
  71. package/types/enums/ec2/index.js.map +1 -1
  72. package/types/enums/index.d.ts +3 -2
  73. package/types/enums/index.js +6 -4
  74. package/types/enums/index.js.map +1 -1
  75. package/types/enums/quicksight/index.d.ts +59 -0
  76. package/types/enums/quicksight/index.js +63 -9
  77. package/types/enums/quicksight/index.js.map +1 -1
  78. package/types/enums/wisdom/index.d.ts +15 -0
  79. package/types/enums/wisdom/index.js +14 -1
  80. package/types/enums/wisdom/index.js.map +1 -1
  81. package/types/input.d.ts +299 -41
  82. package/types/output.d.ts +299 -41
  83. package/types/output.js.map +1 -1
  84. package/wisdom/aiAgent.d.ts +2 -2
  85. package/wisdom/getAiAgent.d.ts +1 -1
@@ -0,0 +1,77 @@
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.GlobalCluster = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * The AWS::DocDB::GlobalCluster resource represents an Amazon DocumentDB Global Cluster.
10
+ */
11
+ class GlobalCluster extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing GlobalCluster 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 GlobalCluster(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of GlobalCluster. 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'] === GlobalCluster.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a GlobalCluster 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?.globalClusterIdentifier === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'globalClusterIdentifier'");
46
+ }
47
+ resourceInputs["deletionProtection"] = args?.deletionProtection;
48
+ resourceInputs["engine"] = args?.engine;
49
+ resourceInputs["engineVersion"] = args?.engineVersion;
50
+ resourceInputs["globalClusterIdentifier"] = args?.globalClusterIdentifier;
51
+ resourceInputs["sourceDbClusterIdentifier"] = args?.sourceDbClusterIdentifier;
52
+ resourceInputs["storageEncrypted"] = args?.storageEncrypted;
53
+ resourceInputs["tags"] = args?.tags;
54
+ resourceInputs["globalClusterArn"] = undefined /*out*/;
55
+ resourceInputs["globalClusterResourceId"] = undefined /*out*/;
56
+ }
57
+ else {
58
+ resourceInputs["deletionProtection"] = undefined /*out*/;
59
+ resourceInputs["engine"] = undefined /*out*/;
60
+ resourceInputs["engineVersion"] = undefined /*out*/;
61
+ resourceInputs["globalClusterArn"] = undefined /*out*/;
62
+ resourceInputs["globalClusterIdentifier"] = undefined /*out*/;
63
+ resourceInputs["globalClusterResourceId"] = undefined /*out*/;
64
+ resourceInputs["sourceDbClusterIdentifier"] = undefined /*out*/;
65
+ resourceInputs["storageEncrypted"] = undefined /*out*/;
66
+ resourceInputs["tags"] = undefined /*out*/;
67
+ }
68
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
69
+ const replaceOnChanges = { replaceOnChanges: ["engine", "engineVersion", "globalClusterIdentifier", "sourceDbClusterIdentifier", "storageEncrypted"] };
70
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
71
+ super(GlobalCluster.__pulumiType, name, resourceInputs, opts);
72
+ }
73
+ }
74
+ exports.GlobalCluster = GlobalCluster;
75
+ /** @internal */
76
+ GlobalCluster.__pulumiType = 'aws-native:docdb:GlobalCluster';
77
+ //# sourceMappingURL=globalCluster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globalCluster.js","sourceRoot":"","sources":["../../docdb/globalCluster.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ export { GetGlobalClusterArgs, GetGlobalClusterResult, GetGlobalClusterOutputArgs } from "./getGlobalCluster";
2
+ export declare const getGlobalCluster: typeof import("./getGlobalCluster").getGlobalCluster;
3
+ export declare const getGlobalClusterOutput: typeof import("./getGlobalCluster").getGlobalClusterOutput;
4
+ export { GlobalClusterArgs } from "./globalCluster";
5
+ export type GlobalCluster = import("./globalCluster").GlobalCluster;
6
+ export declare const GlobalCluster: typeof import("./globalCluster").GlobalCluster;
7
+ export * from "../types/enums/docdb";
package/docdb/index.js ADDED
@@ -0,0 +1,41 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
+ };
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.GlobalCluster = exports.getGlobalClusterOutput = exports.getGlobalCluster = void 0;
20
+ const pulumi = require("@pulumi/pulumi");
21
+ const utilities = require("../utilities");
22
+ exports.getGlobalCluster = null;
23
+ exports.getGlobalClusterOutput = null;
24
+ utilities.lazyLoad(exports, ["getGlobalCluster", "getGlobalClusterOutput"], () => require("./getGlobalCluster"));
25
+ exports.GlobalCluster = null;
26
+ utilities.lazyLoad(exports, ["GlobalCluster"], () => require("./globalCluster"));
27
+ // Export enums:
28
+ __exportStar(require("../types/enums/docdb"), exports);
29
+ const _module = {
30
+ version: utilities.getVersion(),
31
+ construct: (name, type, urn) => {
32
+ switch (type) {
33
+ case "aws-native:docdb:GlobalCluster":
34
+ return new exports.GlobalCluster(name, undefined, { urn });
35
+ default:
36
+ throw new Error(`unknown resource type ${type}`);
37
+ }
38
+ },
39
+ };
40
+ pulumi.runtime.registerResourceModule("aws-native", "docdb", _module);
41
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../docdb/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,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,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,uDAAqC;AAErC,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,gCAAgC;gBACjC,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,OAAO,EAAE,OAAO,CAAC,CAAA"}
@@ -1,12 +1,12 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "../types/output";
3
3
  /**
4
- * Resource Type definition for AWS::EC2::VPNConcentrator
4
+ * Describes a VPN concentrator.
5
5
  */
6
6
  export declare function getVpnConcentrator(args: GetVpnConcentratorArgs, opts?: pulumi.InvokeOptions): Promise<GetVpnConcentratorResult>;
7
7
  export interface GetVpnConcentratorArgs {
8
8
  /**
9
- * The provider-assigned unique ID for this managed resource
9
+ * The ID of the VPN concentrator to associate with the VPN connection.
10
10
  */
11
11
  vpnConcentratorId: string;
12
12
  }
@@ -16,21 +16,21 @@ export interface GetVpnConcentratorResult {
16
16
  */
17
17
  readonly tags?: outputs.Tag[];
18
18
  /**
19
- * The ID of the transit gateway attachment
19
+ * The ID of the transit gateway attachment for the VPN concentrator.
20
20
  */
21
21
  readonly transitGatewayAttachmentId?: string;
22
22
  /**
23
- * The provider-assigned unique ID for this managed resource
23
+ * The ID of the VPN concentrator to associate with the VPN connection.
24
24
  */
25
25
  readonly vpnConcentratorId?: string;
26
26
  }
27
27
  /**
28
- * Resource Type definition for AWS::EC2::VPNConcentrator
28
+ * Describes a VPN concentrator.
29
29
  */
30
30
  export declare function getVpnConcentratorOutput(args: GetVpnConcentratorOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpnConcentratorResult>;
31
31
  export interface GetVpnConcentratorOutputArgs {
32
32
  /**
33
- * The provider-assigned unique ID for this managed resource
33
+ * The ID of the VPN concentrator to associate with the VPN connection.
34
34
  */
35
35
  vpnConcentratorId: pulumi.Input<string>;
36
36
  }
@@ -6,7 +6,7 @@ exports.getVpnConcentratorOutput = exports.getVpnConcentrator = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Resource Type definition for AWS::EC2::VPNConcentrator
9
+ * Describes a VPN concentrator.
10
10
  */
11
11
  function getVpnConcentrator(args, opts) {
12
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -16,7 +16,7 @@ function getVpnConcentrator(args, opts) {
16
16
  }
17
17
  exports.getVpnConcentrator = getVpnConcentrator;
18
18
  /**
19
- * Resource Type definition for AWS::EC2::VPNConcentrator
19
+ * Describes a VPN concentrator.
20
20
  */
21
21
  function getVpnConcentratorOutput(args, opts) {
22
22
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -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
- * Resource Type definition for AWS::EC2::VPNConcentrator
5
+ * Describes a VPN concentrator.
6
6
  */
7
7
  export declare class VpnConcentrator extends pulumi.CustomResource {
8
8
  /**
@@ -24,19 +24,19 @@ export declare class VpnConcentrator extends pulumi.CustomResource {
24
24
  */
25
25
  readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
26
26
  /**
27
- * The ID of the transit gateway attachment
27
+ * The ID of the transit gateway attachment for the VPN concentrator.
28
28
  */
29
29
  readonly transitGatewayAttachmentId: pulumi.Output<string>;
30
30
  /**
31
- * The ID of the transit gateway
31
+ * The ID of the transit gateway associated with the VPN concentrator.
32
32
  */
33
33
  readonly transitGatewayId: pulumi.Output<string>;
34
34
  /**
35
- * The type of VPN concentrator
35
+ * The type of VPN concentrator.
36
36
  */
37
37
  readonly type: pulumi.Output<string>;
38
38
  /**
39
- * The provider-assigned unique ID for this managed resource
39
+ * The ID of the VPN concentrator to associate with the VPN connection.
40
40
  */
41
41
  readonly vpnConcentratorId: pulumi.Output<string>;
42
42
  /**
@@ -57,11 +57,11 @@ export interface VpnConcentratorArgs {
57
57
  */
58
58
  tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
59
59
  /**
60
- * The ID of the transit gateway
60
+ * The ID of the transit gateway associated with the VPN concentrator.
61
61
  */
62
62
  transitGatewayId: pulumi.Input<string>;
63
63
  /**
64
- * The type of VPN concentrator
64
+ * The type of VPN concentrator.
65
65
  */
66
66
  type: pulumi.Input<string>;
67
67
  }
@@ -6,7 +6,7 @@ exports.VpnConcentrator = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Resource Type definition for AWS::EC2::VPNConcentrator
9
+ * Describes a VPN concentrator.
10
10
  */
11
11
  class VpnConcentrator extends pulumi.CustomResource {
12
12
  /**
@@ -82,7 +82,7 @@ export declare class VpnConnection extends pulumi.CustomResource {
82
82
  */
83
83
  readonly transportTransitGatewayAttachmentId: pulumi.Output<string | undefined>;
84
84
  /**
85
- * The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity. `standard` supports up to 1.25 Gbps per tunnel, while `large` supports up to 5 Gbps per tunnel. The default value is `standard` . Existing VPN connections without a bandwidth setting will automatically default to `standard` .
85
+ * The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity. ``standard`` supports up to 1.25 Gbps per tunnel, while ``large`` supports up to 5 Gbps per tunnel. The default value is ``standard``. Existing VPN connections without a bandwidth setting will automatically default to ``standard``.
86
86
  */
87
87
  readonly tunnelBandwidth: pulumi.Output<enums.ec2.VpnConnectionTunnelBandwidth | undefined>;
88
88
  /**
@@ -183,7 +183,7 @@ export interface VpnConnectionArgs {
183
183
  */
184
184
  transportTransitGatewayAttachmentId?: pulumi.Input<string>;
185
185
  /**
186
- * The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity. `standard` supports up to 1.25 Gbps per tunnel, while `large` supports up to 5 Gbps per tunnel. The default value is `standard` . Existing VPN connections without a bandwidth setting will automatically default to `standard` .
186
+ * The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity. ``standard`` supports up to 1.25 Gbps per tunnel, while ``large`` supports up to 5 Gbps per tunnel. The default value is ``standard``. Existing VPN connections without a bandwidth setting will automatically default to ``standard``.
187
187
  */
188
188
  tunnelBandwidth?: pulumi.Input<enums.ec2.VpnConnectionTunnelBandwidth>;
189
189
  /**
package/index.d.ts CHANGED
@@ -103,6 +103,7 @@ import * as devicefarm from "./devicefarm";
103
103
  import * as devopsguru from "./devopsguru";
104
104
  import * as directoryservice from "./directoryservice";
105
105
  import * as dms from "./dms";
106
+ import * as docdb from "./docdb";
106
107
  import * as docdbelastic from "./docdbelastic";
107
108
  import * as dsql from "./dsql";
108
109
  import * as dynamodb from "./dynamodb";
@@ -269,4 +270,4 @@ import * as workspacesinstances from "./workspacesinstances";
269
270
  import * as workspacesthinclient from "./workspacesthinclient";
270
271
  import * as workspacesweb from "./workspacesweb";
271
272
  import * as xray from "./xray";
272
- export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bedrock, bedrockagentcore, billing, budgets, cases, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, dax, deadline, detective, devicefarm, devopsguru, directoryservice, dms, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs, lookoutvision, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, neptune, neptunegraph, networkfirewall, networkmanager, nimblestudio, oam, observabilityadmin, odb, omics, opensearchserverless, opensearchservice, opsworkscm, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, qldb, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, rekognition, resiliencehub, resourceexplorer2, resourcegroups, rolesanywhere, route53, route53profiles, route53recoverycontrol, route53recoveryreadiness, route53resolver, rtbfabric, rum, s3, s3express, s3objectlambda, s3outposts, s3tables, s3vectors, sagemaker, scheduler, secretsmanager, securityhub, securitylake, servicecatalog, servicecatalogappregistry, ses, shield, signer, simspaceweaver, smsvoice, sns, sqs, ssm, ssmcontacts, ssmguiconnect, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, types, verifiedpermissions, voiceid, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, xray, };
273
+ export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bedrock, bedrockagentcore, billing, budgets, cases, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, dax, deadline, detective, devicefarm, devopsguru, directoryservice, dms, docdb, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs, lookoutvision, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, neptune, neptunegraph, networkfirewall, networkmanager, nimblestudio, oam, observabilityadmin, odb, omics, opensearchserverless, opensearchservice, opsworkscm, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, qldb, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, rekognition, resiliencehub, resourceexplorer2, resourcegroups, rolesanywhere, route53, route53profiles, route53recoverycontrol, route53recoveryreadiness, route53resolver, rtbfabric, rum, s3, s3express, s3objectlambda, s3outposts, s3tables, s3vectors, sagemaker, scheduler, secretsmanager, securityhub, securitylake, servicecatalog, servicecatalogappregistry, ses, shield, signer, simspaceweaver, smsvoice, sns, sqs, ssm, ssmcontacts, ssmguiconnect, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, types, verifiedpermissions, voiceid, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, xray, };
package/index.js CHANGED
@@ -17,11 +17,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
19
  exports.billing = exports.bedrockagentcore = exports.bedrock = exports.batch = exports.backupgateway = exports.backup = exports.b2bi = exports.autoscaling = exports.auditmanager = exports.athena = exports.arczonalshift = exports.arcregionswitch = exports.aps = exports.appsync = exports.appstream = exports.apprunner = exports.applicationsignals = exports.applicationinsights = exports.applicationautoscaling = exports.appintegrations = exports.appflow = exports.appconfig = exports.apigatewayv2 = exports.apigateway = exports.amplifyuibuilder = exports.amplify = exports.amazonmq = exports.aiops = exports.acmpca = exports.accessanalyzer = exports.Provider = exports.importValueOutput = exports.importValue = exports.getUrlSuffixOutput = exports.getUrlSuffix = exports.getSsmParameterStringOutput = exports.getSsmParameterString = exports.getSsmParameterListOutput = exports.getSsmParameterList = exports.getRegionOutput = exports.getRegion = exports.getPartitionOutput = exports.getPartition = exports.getAzsOutput = exports.getAzs = exports.getAccountIdOutput = exports.getAccountId = exports.ExtensionResource = exports.cidrOutput = exports.cidr = void 0;
20
- exports.elasticache = exports.eks = exports.efs = exports.ecs = exports.ecr = exports.ec2 = exports.dynamodb = exports.dsql = exports.docdbelastic = exports.dms = exports.directoryservice = exports.devopsguru = exports.devicefarm = exports.detective = exports.deadline = exports.dax = exports.datazone = exports.datasync = exports.datapipeline = exports.databrew = exports.customerprofiles = exports.controltower = exports.connectcampaignsv2 = exports.connectcampaigns = exports.connect = exports.configuration = exports.config = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codeguruprofiler = exports.codedeploy = exports.codeconnections = exports.codebuild = exports.codeartifact = exports.cloudwatch = exports.cloudtrail = exports.cloudfront = exports.cloudformation = exports.cleanroomsml = exports.cleanrooms = exports.chatbot = exports.certificatemanager = exports.ce = exports.cassandra = exports.cases = exports.budgets = void 0;
21
- exports.kinesisvideo = exports.kinesisfirehose = exports.kinesisanalyticsv2 = exports.kinesis = exports.kendraranking = exports.kendra = exports.kafkaconnect = exports.ivschat = exports.ivs = exports.iotwireless = exports.iottwinmaker = exports.iotsitewise = exports.iotfleethub = exports.iotevents = exports.iotcoredeviceadvisor = exports.iotanalytics = exports.iot = exports.invoicing = exports.internetmonitor = exports.inspectorv2 = exports.inspector = exports.imagebuilder = exports.identitystore = exports.iam = exports.healthlake = exports.healthimaging = exports.guardduty = exports.groundstation = exports.greengrassv2 = exports.grafana = exports.glue = exports.globalaccelerator = exports.gameliftstreams = exports.gamelift = exports.fsx = exports.frauddetector = exports.forecast = exports.fms = exports.fis = exports.finspace = exports.evs = exports.evidently = exports.eventschemas = exports.events = exports.entityresolution = exports.emrserverless = exports.emrcontainers = exports.emr = exports.elasticloadbalancingv2 = exports.elasticbeanstalk = void 0;
22
- exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.qbusiness = exports.proton = exports.pipes = exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opsworkscm = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.observabilityadmin = exports.oam = exports.nimblestudio = exports.networkmanager = exports.networkfirewall = exports.neptunegraph = exports.neptune = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.lookoutvision = exports.logs = exports.location = exports.lightsail = exports.licensemanager = exports.lex = exports.launchwizard = exports.lambda = exports.lakeformation = exports.kms = void 0;
23
- exports.vpclattice = exports.voiceid = exports.verifiedpermissions = exports.types = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmguiconnect = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = exports.smsvoice = exports.simspaceweaver = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.secretsmanager = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3objectlambda = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = exports.route53resolver = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53profiles = exports.route53 = exports.rolesanywhere = exports.resourcegroups = exports.resourceexplorer2 = exports.resiliencehub = exports.rekognition = exports.refactorspaces = exports.redshiftserverless = void 0;
24
- exports.xray = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = void 0;
20
+ exports.eks = exports.efs = exports.ecs = exports.ecr = exports.ec2 = exports.dynamodb = exports.dsql = exports.docdbelastic = exports.docdb = exports.dms = exports.directoryservice = exports.devopsguru = exports.devicefarm = exports.detective = exports.deadline = exports.dax = exports.datazone = exports.datasync = exports.datapipeline = exports.databrew = exports.customerprofiles = exports.controltower = exports.connectcampaignsv2 = exports.connectcampaigns = exports.connect = exports.configuration = exports.config = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codeguruprofiler = exports.codedeploy = exports.codeconnections = exports.codebuild = exports.codeartifact = exports.cloudwatch = exports.cloudtrail = exports.cloudfront = exports.cloudformation = exports.cleanroomsml = exports.cleanrooms = exports.chatbot = exports.certificatemanager = exports.ce = exports.cassandra = exports.cases = exports.budgets = void 0;
21
+ exports.kinesisfirehose = exports.kinesisanalyticsv2 = exports.kinesis = exports.kendraranking = exports.kendra = exports.kafkaconnect = exports.ivschat = exports.ivs = exports.iotwireless = exports.iottwinmaker = exports.iotsitewise = exports.iotfleethub = exports.iotevents = exports.iotcoredeviceadvisor = exports.iotanalytics = exports.iot = exports.invoicing = exports.internetmonitor = exports.inspectorv2 = exports.inspector = exports.imagebuilder = exports.identitystore = exports.iam = exports.healthlake = exports.healthimaging = exports.guardduty = exports.groundstation = exports.greengrassv2 = exports.grafana = exports.glue = exports.globalaccelerator = exports.gameliftstreams = exports.gamelift = exports.fsx = exports.frauddetector = exports.forecast = exports.fms = exports.fis = exports.finspace = exports.evs = exports.evidently = exports.eventschemas = exports.events = exports.entityresolution = exports.emrserverless = exports.emrcontainers = exports.emr = exports.elasticloadbalancingv2 = exports.elasticbeanstalk = exports.elasticache = void 0;
22
+ exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.qbusiness = exports.proton = exports.pipes = exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opsworkscm = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.observabilityadmin = exports.oam = exports.nimblestudio = exports.networkmanager = exports.networkfirewall = exports.neptunegraph = exports.neptune = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.lookoutvision = exports.logs = exports.location = exports.lightsail = exports.licensemanager = exports.lex = exports.launchwizard = exports.lambda = exports.lakeformation = exports.kms = exports.kinesisvideo = void 0;
23
+ exports.voiceid = exports.verifiedpermissions = exports.types = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmguiconnect = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = exports.smsvoice = exports.simspaceweaver = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.secretsmanager = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3objectlambda = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = exports.route53resolver = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53profiles = exports.route53 = exports.rolesanywhere = exports.resourcegroups = exports.resourceexplorer2 = exports.resiliencehub = exports.rekognition = exports.refactorspaces = exports.redshiftserverless = exports.redshift = void 0;
24
+ exports.xray = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = exports.vpclattice = void 0;
25
25
  const pulumi = require("@pulumi/pulumi");
26
26
  const utilities = require("./utilities");
27
27
  exports.cidr = null;
@@ -200,6 +200,8 @@ const directoryservice = require("./directoryservice");
200
200
  exports.directoryservice = directoryservice;
201
201
  const dms = require("./dms");
202
202
  exports.dms = dms;
203
+ const docdb = require("./docdb");
204
+ exports.docdb = docdb;
203
205
  const docdbelastic = require("./docdbelastic");
204
206
  exports.docdbelastic = docdbelastic;
205
207
  const dsql = require("./dsql");
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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"}
@@ -26,6 +26,10 @@ export interface GetLogGroupResult {
26
26
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Logs::LogGroup` for more information about the expected schema for this property.
27
27
  */
28
28
  readonly dataProtectionPolicy?: any;
29
+ /**
30
+ * Indicates whether deletion protection is enabled for this log group. When enabled, deletion protection blocks all deletion operations until it is explicitly disabled.
31
+ */
32
+ readonly deletionProtectionEnabled?: boolean;
29
33
  /**
30
34
  * Creates or updates a *field index policy* for the specified log group. Only log groups in the Standard log class support field index policies. For more information about log classes, see [Log classes](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch_Logs_Log_Classes.html).
31
35
  * You can use field index policies to create *field indexes* on fields found in log events in the log group. Creating field indexes lowers the costs for CWL Insights queries that reference those field indexes, because these queries attempt to skip the processing of log events that are known to not match the indexed field. Good fields to index are fields that you often need to query for and fields that have high cardinality of values Common examples of indexes include request ID, session ID, userID, and instance IDs. For more information, see [Create field indexes to improve query performance and reduce costs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatchLogs-Field-Indexing.html).
@@ -1 +1 @@
1
- {"version":3,"file":"getLogGroup.js","sourceRoot":"","sources":["../../logs/getLogGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;GAMG;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,6BAA6B,EAAE;QACxD,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AA0DD;;;;;;GAMG;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,6BAA6B,EAAE;QAC9D,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
1
+ {"version":3,"file":"getLogGroup.js","sourceRoot":"","sources":["../../logs/getLogGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;GAMG;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,6BAA6B,EAAE;QACxD,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AA8DD;;;;;;GAMG;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,6BAA6B,EAAE;QAC9D,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
@@ -22,11 +22,11 @@ export interface GetMetricFilterResult {
22
22
  */
23
23
  readonly applyOnTransformedLogs?: boolean;
24
24
  /**
25
- * The list of system fields that are emitted as additional dimensions in the generated metrics. Returns the `emitSystemFieldDimensions` value if it was specified when the metric filter was created.
25
+ * The list of system fields that are emitted as additional dimensions in the generated metrics. Returns the ``emitSystemFieldDimensions`` value if it was specified when the metric filter was created.
26
26
  */
27
27
  readonly emitSystemFieldDimensions?: string[];
28
28
  /**
29
- * The filter expression that specifies which log events are processed by this metric filter based on system fields. Returns the `fieldSelectionCriteria` value if it was specified when the metric filter was created.
29
+ * The filter expression that specifies which log events are processed by this metric filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the metric filter was created.
30
30
  */
31
31
  readonly fieldSelectionCriteria?: string;
32
32
  /**
@@ -35,11 +35,11 @@ export interface GetSubscriptionFilterResult {
35
35
  */
36
36
  readonly distribution?: enums.logs.SubscriptionFilterDistribution;
37
37
  /**
38
- * The list of system fields that are included in the log events sent to the subscription destination. Returns the `emitSystemFields` value if it was specified when the subscription filter was created.
38
+ * The list of system fields that are included in the log events sent to the subscription destination. Returns the ``emitSystemFields`` value if it was specified when the subscription filter was created.
39
39
  */
40
40
  readonly emitSystemFields?: string[];
41
41
  /**
42
- * The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the `fieldSelectionCriteria` value if it was specified when the subscription filter was created.
42
+ * The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the subscription filter was created.
43
43
  */
44
44
  readonly fieldSelectionCriteria?: string;
45
45
  /**
@@ -34,6 +34,10 @@ export declare class LogGroup extends pulumi.CustomResource {
34
34
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Logs::LogGroup` for more information about the expected schema for this property.
35
35
  */
36
36
  readonly dataProtectionPolicy: pulumi.Output<any | undefined>;
37
+ /**
38
+ * Indicates whether deletion protection is enabled for this log group. When enabled, deletion protection blocks all deletion operations until it is explicitly disabled.
39
+ */
40
+ readonly deletionProtectionEnabled: pulumi.Output<boolean | undefined>;
37
41
  /**
38
42
  * Creates or updates a *field index policy* for the specified log group. Only log groups in the Standard log class support field index policies. For more information about log classes, see [Log classes](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch_Logs_Log_Classes.html).
39
43
  * You can use field index policies to create *field indexes* on fields found in log events in the log group. Creating field indexes lowers the costs for CWL Insights queries that reference those field indexes, because these queries attempt to skip the processing of log events that are known to not match the indexed field. Good fields to index are fields that you often need to query for and fields that have high cardinality of values Common examples of indexes include request ID, session ID, userID, and instance IDs. For more information, see [Create field indexes to improve query performance and reduce costs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatchLogs-Field-Indexing.html).
@@ -94,6 +98,10 @@ export interface LogGroupArgs {
94
98
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Logs::LogGroup` for more information about the expected schema for this property.
95
99
  */
96
100
  dataProtectionPolicy?: any;
101
+ /**
102
+ * Indicates whether deletion protection is enabled for this log group. When enabled, deletion protection blocks all deletion operations until it is explicitly disabled.
103
+ */
104
+ deletionProtectionEnabled?: pulumi.Input<boolean>;
97
105
  /**
98
106
  * Creates or updates a *field index policy* for the specified log group. Only log groups in the Standard log class support field index policies. For more information about log classes, see [Log classes](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch_Logs_Log_Classes.html).
99
107
  * You can use field index policies to create *field indexes* on fields found in log events in the log group. Creating field indexes lowers the costs for CWL Insights queries that reference those field indexes, because these queries attempt to skip the processing of log events that are known to not match the indexed field. Good fields to index are fields that you often need to query for and fields that have high cardinality of values Common examples of indexes include request ID, session ID, userID, and instance IDs. For more information, see [Create field indexes to improve query performance and reduce costs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatchLogs-Field-Indexing.html).
package/logs/logGroup.js CHANGED
@@ -46,6 +46,7 @@ class LogGroup extends pulumi.CustomResource {
46
46
  opts = opts || {};
47
47
  if (!opts.id) {
48
48
  resourceInputs["dataProtectionPolicy"] = args?.dataProtectionPolicy;
49
+ resourceInputs["deletionProtectionEnabled"] = args?.deletionProtectionEnabled;
49
50
  resourceInputs["fieldIndexPolicies"] = args?.fieldIndexPolicies;
50
51
  resourceInputs["kmsKeyId"] = args?.kmsKeyId;
51
52
  resourceInputs["logGroupClass"] = args?.logGroupClass;
@@ -58,6 +59,7 @@ class LogGroup extends pulumi.CustomResource {
58
59
  else {
59
60
  resourceInputs["arn"] = undefined /*out*/;
60
61
  resourceInputs["dataProtectionPolicy"] = undefined /*out*/;
62
+ resourceInputs["deletionProtectionEnabled"] = undefined /*out*/;
61
63
  resourceInputs["fieldIndexPolicies"] = undefined /*out*/;
62
64
  resourceInputs["kmsKeyId"] = undefined /*out*/;
63
65
  resourceInputs["logGroupClass"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"logGroup.js","sourceRoot":"","sources":["../../logs/logGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;GAMG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAsDD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAAmC;QAC9E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,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,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,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,cAAc,CAAC,EAAE,CAAC;QAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAlHL,4BAmHC;AAtGG,gBAAgB;AACO,qBAAY,GAAG,0BAA0B,CAAC"}
1
+ {"version":3,"file":"logGroup.js","sourceRoot":"","sources":["../../logs/logGroup.ts"],"names":[],"mappings":"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"}
@@ -26,11 +26,11 @@ export declare class MetricFilter extends pulumi.CustomResource {
26
26
  */
27
27
  readonly applyOnTransformedLogs: pulumi.Output<boolean | undefined>;
28
28
  /**
29
- * The list of system fields that are emitted as additional dimensions in the generated metrics. Returns the `emitSystemFieldDimensions` value if it was specified when the metric filter was created.
29
+ * The list of system fields that are emitted as additional dimensions in the generated metrics. Returns the ``emitSystemFieldDimensions`` value if it was specified when the metric filter was created.
30
30
  */
31
31
  readonly emitSystemFieldDimensions: pulumi.Output<string[] | undefined>;
32
32
  /**
33
- * The filter expression that specifies which log events are processed by this metric filter based on system fields. Returns the `fieldSelectionCriteria` value if it was specified when the metric filter was created.
33
+ * The filter expression that specifies which log events are processed by this metric filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the metric filter was created.
34
34
  */
35
35
  readonly fieldSelectionCriteria: pulumi.Output<string | undefined>;
36
36
  /**
@@ -68,11 +68,11 @@ export interface MetricFilterArgs {
68
68
  */
69
69
  applyOnTransformedLogs?: pulumi.Input<boolean>;
70
70
  /**
71
- * The list of system fields that are emitted as additional dimensions in the generated metrics. Returns the `emitSystemFieldDimensions` value if it was specified when the metric filter was created.
71
+ * The list of system fields that are emitted as additional dimensions in the generated metrics. Returns the ``emitSystemFieldDimensions`` value if it was specified when the metric filter was created.
72
72
  */
73
73
  emitSystemFieldDimensions?: pulumi.Input<pulumi.Input<string>[]>;
74
74
  /**
75
- * The filter expression that specifies which log events are processed by this metric filter based on system fields. Returns the `fieldSelectionCriteria` value if it was specified when the metric filter was created.
75
+ * The filter expression that specifies which log events are processed by this metric filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the metric filter was created.
76
76
  */
77
77
  fieldSelectionCriteria?: pulumi.Input<string>;
78
78
  /**
@@ -38,11 +38,11 @@ export declare class SubscriptionFilter extends pulumi.CustomResource {
38
38
  */
39
39
  readonly distribution: pulumi.Output<enums.logs.SubscriptionFilterDistribution | undefined>;
40
40
  /**
41
- * The list of system fields that are included in the log events sent to the subscription destination. Returns the `emitSystemFields` value if it was specified when the subscription filter was created.
41
+ * The list of system fields that are included in the log events sent to the subscription destination. Returns the ``emitSystemFields`` value if it was specified when the subscription filter was created.
42
42
  */
43
43
  readonly emitSystemFields: pulumi.Output<string[] | undefined>;
44
44
  /**
45
- * The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the `fieldSelectionCriteria` value if it was specified when the subscription filter was created.
45
+ * The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the subscription filter was created.
46
46
  */
47
47
  readonly fieldSelectionCriteria: pulumi.Output<string | undefined>;
48
48
  /**
@@ -88,11 +88,11 @@ export interface SubscriptionFilterArgs {
88
88
  */
89
89
  distribution?: pulumi.Input<enums.logs.SubscriptionFilterDistribution>;
90
90
  /**
91
- * The list of system fields that are included in the log events sent to the subscription destination. Returns the `emitSystemFields` value if it was specified when the subscription filter was created.
91
+ * The list of system fields that are included in the log events sent to the subscription destination. Returns the ``emitSystemFields`` value if it was specified when the subscription filter was created.
92
92
  */
93
93
  emitSystemFields?: pulumi.Input<pulumi.Input<string>[]>;
94
94
  /**
95
- * The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the `fieldSelectionCriteria` value if it was specified when the subscription filter was created.
95
+ * The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the subscription filter was created.
96
96
  */
97
97
  fieldSelectionCriteria?: pulumi.Input<string>;
98
98
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws-native",
3
- "version": "1.48.0-alpha.1768023352",
3
+ "version": "1.48.0-alpha.1768195166",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -15,7 +15,7 @@
15
15
  "license": "Apache-2.0",
16
16
  "scripts": {
17
17
  "build": "tsc",
18
- "install": "node scripts/install-pulumi-plugin.js resource aws-native 1.48.0-alpha.1768023352"
18
+ "install": "node scripts/install-pulumi-plugin.js resource aws-native 1.48.0-alpha.1768195166"
19
19
  },
20
20
  "dependencies": {
21
21
  "@pulumi/pulumi": "^3.142.0"
@@ -27,6 +27,6 @@
27
27
  "pulumi": {
28
28
  "resource": true,
29
29
  "name": "aws-native",
30
- "version": "1.48.0-alpha.1768023352"
30
+ "version": "1.48.0-alpha.1768195166"
31
31
  }
32
32
  }