@pulumi/aws 4.33.1 → 4.34.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.
Files changed (198) hide show
  1. package/appstream/fleet.d.ts +3 -3
  2. package/batch/getJobQueue.d.ts +4 -0
  3. package/batch/getJobQueue.js.map +1 -1
  4. package/batch/getSchedulingPolicy.d.ts +69 -0
  5. package/batch/getSchedulingPolicy.js +39 -0
  6. package/batch/getSchedulingPolicy.js.map +1 -0
  7. package/batch/index.d.ts +2 -0
  8. package/batch/index.js +6 -0
  9. package/batch/index.js.map +1 -1
  10. package/batch/jobQueue.d.ts +37 -0
  11. package/batch/jobQueue.js +27 -0
  12. package/batch/jobQueue.js.map +1 -1
  13. package/batch/schedulingPolicy.d.ts +134 -0
  14. package/batch/schedulingPolicy.js +97 -0
  15. package/batch/schedulingPolicy.js.map +1 -0
  16. package/cloud9/environmentMembership.d.ts +106 -0
  17. package/cloud9/environmentMembership.js +92 -0
  18. package/cloud9/environmentMembership.js.map +1 -0
  19. package/cloud9/index.d.ts +1 -0
  20. package/cloud9/index.js +5 -0
  21. package/cloud9/index.js.map +1 -1
  22. package/cloudwatch/eventTarget.d.ts +48 -3
  23. package/cloudwatch/eventTarget.js +45 -0
  24. package/cloudwatch/eventTarget.js.map +1 -1
  25. package/codebuild/index.d.ts +1 -0
  26. package/codebuild/index.js +5 -0
  27. package/codebuild/index.js.map +1 -1
  28. package/codebuild/project.d.ts +49 -5
  29. package/codebuild/project.js +8 -0
  30. package/codebuild/project.js.map +1 -1
  31. package/codebuild/resourcePolicy.d.ts +108 -0
  32. package/codebuild/resourcePolicy.js +107 -0
  33. package/codebuild/resourcePolicy.js.map +1 -0
  34. package/codepipeline/webhook.d.ts +8 -0
  35. package/codepipeline/webhook.js +2 -0
  36. package/codepipeline/webhook.js.map +1 -1
  37. package/cognito/getUserPoolClients.d.ts +49 -0
  38. package/cognito/getUserPoolClients.js +38 -0
  39. package/cognito/getUserPoolClients.js.map +1 -0
  40. package/cognito/getUserPoolSigningCertificate.d.ts +49 -0
  41. package/cognito/getUserPoolSigningCertificate.js +38 -0
  42. package/cognito/getUserPoolSigningCertificate.js.map +1 -0
  43. package/cognito/index.d.ts +2 -0
  44. package/cognito/index.js +2 -0
  45. package/cognito/index.js.map +1 -1
  46. package/datasync/index.d.ts +2 -0
  47. package/datasync/index.js +10 -0
  48. package/datasync/index.js.map +1 -1
  49. package/datasync/locationFsxLustre.d.ts +155 -0
  50. package/datasync/locationFsxLustre.js +94 -0
  51. package/datasync/locationFsxLustre.js.map +1 -0
  52. package/datasync/locationHdfs.d.ts +257 -0
  53. package/datasync/locationHdfs.js +117 -0
  54. package/datasync/locationHdfs.js.map +1 -0
  55. package/dax/cluster.d.ts +18 -0
  56. package/dax/cluster.js +2 -0
  57. package/dax/cluster.js.map +1 -1
  58. package/devicefarm/devicePool.d.ts +170 -0
  59. package/devicefarm/devicePool.js +100 -0
  60. package/devicefarm/devicePool.js.map +1 -0
  61. package/devicefarm/index.d.ts +3 -0
  62. package/devicefarm/index.js +15 -0
  63. package/devicefarm/index.js.map +1 -1
  64. package/devicefarm/networkProfile.d.ts +247 -0
  65. package/devicefarm/networkProfile.js +105 -0
  66. package/devicefarm/networkProfile.js.map +1 -0
  67. package/devicefarm/upload.d.ts +142 -0
  68. package/devicefarm/upload.js +97 -0
  69. package/devicefarm/upload.js.map +1 -0
  70. package/directconnect/privateVirtualInterface.d.ts +3 -0
  71. package/directconnect/privateVirtualInterface.js +2 -0
  72. package/directconnect/privateVirtualInterface.js.map +1 -1
  73. package/directconnect/transitVirtualInterface.d.ts +3 -0
  74. package/directconnect/transitVirtualInterface.js +2 -0
  75. package/directconnect/transitVirtualInterface.js.map +1 -1
  76. package/ec2/defaultSubnet.d.ts +15 -0
  77. package/ec2/defaultSubnet.js +10 -0
  78. package/ec2/defaultSubnet.js.map +1 -1
  79. package/ec2/getSubnet.d.ts +20 -0
  80. package/ec2/getSubnet.js.map +1 -1
  81. package/ec2/index.d.ts +3 -0
  82. package/ec2/index.js +15 -0
  83. package/ec2/index.js.map +1 -1
  84. package/ec2/subnet.d.ts +65 -5
  85. package/ec2/subnet.js +10 -3
  86. package/ec2/subnet.js.map +1 -1
  87. package/ec2/vpcEndpointConnectionAccepter.d.ts +105 -0
  88. package/ec2/vpcEndpointConnectionAccepter.js +98 -0
  89. package/ec2/vpcEndpointConnectionAccepter.js.map +1 -0
  90. package/ec2/vpcIpamOrganizationAdminAccount.d.ts +94 -0
  91. package/ec2/vpcIpamOrganizationAdminAccount.js +85 -0
  92. package/ec2/vpcIpamOrganizationAdminAccount.js.map +1 -0
  93. package/ec2/vpcIpamPoolCidr.d.ts +3 -0
  94. package/ec2/vpcIpamPoolCidr.js +3 -0
  95. package/ec2/vpcIpamPoolCidr.js.map +1 -1
  96. package/ec2/vpcIpamPoolCidrAllocation.d.ts +3 -3
  97. package/ec2/vpcIpamPreviewNextCidr.d.ts +100 -0
  98. package/ec2/vpcIpamPreviewNextCidr.js +90 -0
  99. package/ec2/vpcIpamPreviewNextCidr.js.map +1 -0
  100. package/ecr/replicationConfiguration.d.ts +22 -0
  101. package/ecr/replicationConfiguration.js +22 -0
  102. package/ecr/replicationConfiguration.js.map +1 -1
  103. package/ecs/getTaskDefinition.d.ts +39 -0
  104. package/ecs/getTaskDefinition.js +35 -0
  105. package/ecs/getTaskDefinition.js.map +1 -1
  106. package/fsx/backup.d.ts +15 -0
  107. package/fsx/backup.js +15 -0
  108. package/fsx/backup.js.map +1 -1
  109. package/fsx/index.d.ts +3 -0
  110. package/fsx/index.js +15 -0
  111. package/fsx/index.js.map +1 -1
  112. package/fsx/openZfsFileSystem.d.ts +341 -0
  113. package/fsx/openZfsFileSystem.js +144 -0
  114. package/fsx/openZfsFileSystem.js.map +1 -0
  115. package/fsx/openZfsSnapshot.d.ts +149 -0
  116. package/fsx/openZfsSnapshot.js +107 -0
  117. package/fsx/openZfsSnapshot.js.map +1 -0
  118. package/fsx/openZfsVolume.d.ts +225 -0
  119. package/fsx/openZfsVolume.js +101 -0
  120. package/fsx/openZfsVolume.js.map +1 -0
  121. package/glue/trigger.d.ts +15 -3
  122. package/glue/trigger.js +2 -0
  123. package/glue/trigger.js.map +1 -1
  124. package/index.d.ts +3 -1
  125. package/index.js +7 -2
  126. package/index.js.map +1 -1
  127. package/memorydb/acl.d.ts +142 -0
  128. package/memorydb/acl.js +90 -0
  129. package/memorydb/acl.js.map +1 -0
  130. package/memorydb/cluster.d.ts +388 -0
  131. package/memorydb/cluster.js +140 -0
  132. package/memorydb/cluster.js.map +1 -0
  133. package/memorydb/index.d.ts +5 -0
  134. package/memorydb/index.js +53 -0
  135. package/memorydb/index.js.map +1 -0
  136. package/memorydb/parameterGroup.d.ts +160 -0
  137. package/memorydb/parameterGroup.js +96 -0
  138. package/memorydb/parameterGroup.js.map +1 -0
  139. package/memorydb/subnetGroup.d.ts +146 -0
  140. package/memorydb/subnetGroup.js +96 -0
  141. package/memorydb/subnetGroup.js.map +1 -0
  142. package/memorydb/user.d.ts +138 -0
  143. package/memorydb/user.js +83 -0
  144. package/memorydb/user.js.map +1 -0
  145. package/mskconnect/customPlugin.d.ts +144 -0
  146. package/mskconnect/customPlugin.js +104 -0
  147. package/mskconnect/customPlugin.js.map +1 -0
  148. package/mskconnect/getCustomPlugin.d.ts +61 -0
  149. package/mskconnect/getCustomPlugin.js +38 -0
  150. package/mskconnect/getCustomPlugin.js.map +1 -0
  151. package/mskconnect/getWorkerConfiguration.d.ts +61 -0
  152. package/mskconnect/getWorkerConfiguration.js +38 -0
  153. package/mskconnect/getWorkerConfiguration.js.map +1 -0
  154. package/mskconnect/index.d.ts +4 -0
  155. package/mskconnect/index.js +40 -0
  156. package/mskconnect/index.js.map +1 -0
  157. package/mskconnect/workerConfiguration.d.ts +113 -0
  158. package/mskconnect/workerConfiguration.js +87 -0
  159. package/mskconnect/workerConfiguration.js.map +1 -0
  160. package/organizations/getResourceTags.d.ts +63 -0
  161. package/organizations/getResourceTags.js +39 -0
  162. package/organizations/getResourceTags.js.map +1 -0
  163. package/organizations/index.d.ts +1 -0
  164. package/organizations/index.js +1 -0
  165. package/organizations/index.js.map +1 -1
  166. package/package.json +2 -2
  167. package/package.json.dev +1 -1
  168. package/sagemaker/device.d.ts +97 -0
  169. package/sagemaker/device.js +89 -0
  170. package/sagemaker/device.js.map +1 -0
  171. package/sagemaker/getPrebuiltEcrImage.d.ts +2 -2
  172. package/sagemaker/index.d.ts +1 -0
  173. package/sagemaker/index.js +5 -0
  174. package/sagemaker/index.js.map +1 -1
  175. package/ses/getActiveReceiptRuleSet.d.ts +31 -0
  176. package/ses/getActiveReceiptRuleSet.js +30 -0
  177. package/ses/getActiveReceiptRuleSet.js.map +1 -0
  178. package/ses/getDomainIdentity.d.ts +56 -0
  179. package/ses/getDomainIdentity.js +38 -0
  180. package/ses/getDomainIdentity.js.map +1 -0
  181. package/ses/getEmailIdentity.d.ts +52 -0
  182. package/ses/getEmailIdentity.js +38 -0
  183. package/ses/getEmailIdentity.js.map +1 -0
  184. package/ses/index.d.ts +3 -0
  185. package/ses/index.js +3 -0
  186. package/ses/index.js.map +1 -1
  187. package/sqs/queue.d.ts +16 -0
  188. package/sqs/queue.js +6 -0
  189. package/sqs/queue.js.map +1 -1
  190. package/ssm/getParametersByPath.d.ts +9 -0
  191. package/ssm/getParametersByPath.js +1 -0
  192. package/ssm/getParametersByPath.js.map +1 -1
  193. package/timestreamwrite/table.d.ts +12 -0
  194. package/timestreamwrite/table.js +2 -0
  195. package/timestreamwrite/table.js.map +1 -1
  196. package/types/input.d.ts +409 -11
  197. package/types/output.d.ts +430 -11
  198. package/wafv2/webAclLoggingConfiguration.d.ts +3 -3
@@ -0,0 +1,160 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Provides a MemoryDB Parameter Group.
5
+ *
6
+ * More information about parameter groups can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/parametergroups.html).
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as aws from "@pulumi/aws";
13
+ *
14
+ * const example = new aws.memorydb.ParameterGroup("example", {
15
+ * family: "memorydb_redis6",
16
+ * parameters: [{
17
+ * name: "activedefrag",
18
+ * value: "yes",
19
+ * }],
20
+ * });
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * Use the `name` to import a parameter group. For example
26
+ *
27
+ * ```sh
28
+ * $ pulumi import aws:memorydb/parameterGroup:ParameterGroup example my-parameter-group
29
+ * ```
30
+ */
31
+ export declare class ParameterGroup extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing ParameterGroup resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ParameterGroupState, opts?: pulumi.CustomResourceOptions): ParameterGroup;
42
+ /**
43
+ * Returns true if the given object is an instance of ParameterGroup. This is designed to work even
44
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
45
+ */
46
+ static isInstance(obj: any): obj is ParameterGroup;
47
+ /**
48
+ * The ARN of the parameter group.
49
+ */
50
+ readonly arn: pulumi.Output<string>;
51
+ readonly description: pulumi.Output<string | undefined>;
52
+ /**
53
+ * The engine version that the parameter group can be used with.
54
+ */
55
+ readonly family: pulumi.Output<string>;
56
+ /**
57
+ * The name of the parameter.
58
+ */
59
+ readonly name: pulumi.Output<string>;
60
+ /**
61
+ * Creates a unique name beginning with the specified prefix. Conflicts with `name`.
62
+ */
63
+ readonly namePrefix: pulumi.Output<string>;
64
+ /**
65
+ * Set of MemoryDB parameters to apply. Any parameters not specified will fall back to their family defaults. Detailed below.
66
+ */
67
+ readonly parameters: pulumi.Output<outputs.memorydb.ParameterGroupParameter[] | undefined>;
68
+ /**
69
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
70
+ */
71
+ readonly tags: pulumi.Output<{
72
+ [key: string]: string;
73
+ } | undefined>;
74
+ /**
75
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
76
+ */
77
+ readonly tagsAll: pulumi.Output<{
78
+ [key: string]: string;
79
+ }>;
80
+ /**
81
+ * Create a ParameterGroup resource with the given unique name, arguments, and options.
82
+ *
83
+ * @param name The _unique_ name of the resource.
84
+ * @param args The arguments to use to populate this resource's properties.
85
+ * @param opts A bag of options that control this resource's behavior.
86
+ */
87
+ constructor(name: string, args: ParameterGroupArgs, opts?: pulumi.CustomResourceOptions);
88
+ }
89
+ /**
90
+ * Input properties used for looking up and filtering ParameterGroup resources.
91
+ */
92
+ export interface ParameterGroupState {
93
+ /**
94
+ * The ARN of the parameter group.
95
+ */
96
+ arn?: pulumi.Input<string>;
97
+ description?: pulumi.Input<string>;
98
+ /**
99
+ * The engine version that the parameter group can be used with.
100
+ */
101
+ family?: pulumi.Input<string>;
102
+ /**
103
+ * The name of the parameter.
104
+ */
105
+ name?: pulumi.Input<string>;
106
+ /**
107
+ * Creates a unique name beginning with the specified prefix. Conflicts with `name`.
108
+ */
109
+ namePrefix?: pulumi.Input<string>;
110
+ /**
111
+ * Set of MemoryDB parameters to apply. Any parameters not specified will fall back to their family defaults. Detailed below.
112
+ */
113
+ parameters?: pulumi.Input<pulumi.Input<inputs.memorydb.ParameterGroupParameter>[]>;
114
+ /**
115
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
116
+ */
117
+ tags?: pulumi.Input<{
118
+ [key: string]: pulumi.Input<string>;
119
+ }>;
120
+ /**
121
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
122
+ */
123
+ tagsAll?: pulumi.Input<{
124
+ [key: string]: pulumi.Input<string>;
125
+ }>;
126
+ }
127
+ /**
128
+ * The set of arguments for constructing a ParameterGroup resource.
129
+ */
130
+ export interface ParameterGroupArgs {
131
+ description?: pulumi.Input<string>;
132
+ /**
133
+ * The engine version that the parameter group can be used with.
134
+ */
135
+ family: pulumi.Input<string>;
136
+ /**
137
+ * The name of the parameter.
138
+ */
139
+ name?: pulumi.Input<string>;
140
+ /**
141
+ * Creates a unique name beginning with the specified prefix. Conflicts with `name`.
142
+ */
143
+ namePrefix?: pulumi.Input<string>;
144
+ /**
145
+ * Set of MemoryDB parameters to apply. Any parameters not specified will fall back to their family defaults. Detailed below.
146
+ */
147
+ parameters?: pulumi.Input<pulumi.Input<inputs.memorydb.ParameterGroupParameter>[]>;
148
+ /**
149
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
150
+ */
151
+ tags?: pulumi.Input<{
152
+ [key: string]: pulumi.Input<string>;
153
+ }>;
154
+ /**
155
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
156
+ */
157
+ tagsAll?: pulumi.Input<{
158
+ [key: string]: pulumi.Input<string>;
159
+ }>;
160
+ }
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ParameterGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a MemoryDB Parameter Group.
10
+ *
11
+ * More information about parameter groups can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/parametergroups.html).
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as aws from "@pulumi/aws";
18
+ *
19
+ * const example = new aws.memorydb.ParameterGroup("example", {
20
+ * family: "memorydb_redis6",
21
+ * parameters: [{
22
+ * name: "activedefrag",
23
+ * value: "yes",
24
+ * }],
25
+ * });
26
+ * ```
27
+ *
28
+ * ## Import
29
+ *
30
+ * Use the `name` to import a parameter group. For example
31
+ *
32
+ * ```sh
33
+ * $ pulumi import aws:memorydb/parameterGroup:ParameterGroup example my-parameter-group
34
+ * ```
35
+ */
36
+ class ParameterGroup extends pulumi.CustomResource {
37
+ constructor(name, argsOrState, opts) {
38
+ let inputs = {};
39
+ opts = opts || {};
40
+ if (opts.id) {
41
+ const state = argsOrState;
42
+ inputs["arn"] = state ? state.arn : undefined;
43
+ inputs["description"] = state ? state.description : undefined;
44
+ inputs["family"] = state ? state.family : undefined;
45
+ inputs["name"] = state ? state.name : undefined;
46
+ inputs["namePrefix"] = state ? state.namePrefix : undefined;
47
+ inputs["parameters"] = state ? state.parameters : undefined;
48
+ inputs["tags"] = state ? state.tags : undefined;
49
+ inputs["tagsAll"] = state ? state.tagsAll : undefined;
50
+ }
51
+ else {
52
+ const args = argsOrState;
53
+ if ((!args || args.family === undefined) && !opts.urn) {
54
+ throw new Error("Missing required property 'family'");
55
+ }
56
+ inputs["description"] = args ? args.description : undefined;
57
+ inputs["family"] = args ? args.family : undefined;
58
+ inputs["name"] = args ? args.name : undefined;
59
+ inputs["namePrefix"] = args ? args.namePrefix : undefined;
60
+ inputs["parameters"] = args ? args.parameters : undefined;
61
+ inputs["tags"] = args ? args.tags : undefined;
62
+ inputs["tagsAll"] = args ? args.tagsAll : undefined;
63
+ inputs["arn"] = undefined /*out*/;
64
+ }
65
+ if (!opts.version) {
66
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
67
+ }
68
+ super(ParameterGroup.__pulumiType, name, inputs, opts);
69
+ }
70
+ /**
71
+ * Get an existing ParameterGroup resource's state with the given name, ID, and optional extra
72
+ * properties used to qualify the lookup.
73
+ *
74
+ * @param name The _unique_ name of the resulting resource.
75
+ * @param id The _unique_ provider ID of the resource to lookup.
76
+ * @param state Any extra arguments used during the lookup.
77
+ * @param opts Optional settings to control the behavior of the CustomResource.
78
+ */
79
+ static get(name, id, state, opts) {
80
+ return new ParameterGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
81
+ }
82
+ /**
83
+ * Returns true if the given object is an instance of ParameterGroup. This is designed to work even
84
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
85
+ */
86
+ static isInstance(obj) {
87
+ if (obj === undefined || obj === null) {
88
+ return false;
89
+ }
90
+ return obj['__pulumiType'] === ParameterGroup.__pulumiType;
91
+ }
92
+ }
93
+ exports.ParameterGroup = ParameterGroup;
94
+ /** @internal */
95
+ ParameterGroup.__pulumiType = 'aws:memorydb/parameterGroup:ParameterGroup';
96
+ //# sourceMappingURL=parameterGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameterGroup.js","sourceRoot":"","sources":["../../memorydb/parameterGroup.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,146 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides a MemoryDB Subnet Group.
4
+ *
5
+ * More information about subnet groups can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/subnetgroups.html).
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as aws from "@pulumi/aws";
12
+ *
13
+ * const exampleVpc = new aws.ec2.Vpc("exampleVpc", {cidrBlock: "10.0.0.0/16"});
14
+ * const exampleSubnet = new aws.ec2.Subnet("exampleSubnet", {
15
+ * vpcId: exampleVpc.id,
16
+ * cidrBlock: "10.0.0.0/24",
17
+ * availabilityZone: "us-west-2a",
18
+ * });
19
+ * const exampleSubnetGroup = new aws.memorydb.SubnetGroup("exampleSubnetGroup", {subnetIds: [exampleSubnet.id]});
20
+ * ```
21
+ *
22
+ * ## Import
23
+ *
24
+ * Use the `name` to import a subnet group. For example
25
+ *
26
+ * ```sh
27
+ * $ pulumi import aws:memorydb/subnetGroup:SubnetGroup example my-subnet-group
28
+ * ```
29
+ */
30
+ export declare class SubnetGroup extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing SubnetGroup resource's state with the given name, ID, and optional extra
33
+ * properties used to qualify the lookup.
34
+ *
35
+ * @param name The _unique_ name of the resulting resource.
36
+ * @param id The _unique_ provider ID of the resource to lookup.
37
+ * @param state Any extra arguments used during the lookup.
38
+ * @param opts Optional settings to control the behavior of the CustomResource.
39
+ */
40
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SubnetGroupState, opts?: pulumi.CustomResourceOptions): SubnetGroup;
41
+ /**
42
+ * Returns true if the given object is an instance of SubnetGroup. This is designed to work even
43
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
44
+ */
45
+ static isInstance(obj: any): obj is SubnetGroup;
46
+ /**
47
+ * The ARN of the subnet group.
48
+ */
49
+ readonly arn: pulumi.Output<string>;
50
+ readonly description: pulumi.Output<string | undefined>;
51
+ readonly name: pulumi.Output<string>;
52
+ /**
53
+ * Creates a unique name beginning with the specified prefix. Conflicts with `name`.
54
+ */
55
+ readonly namePrefix: pulumi.Output<string>;
56
+ /**
57
+ * Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided.
58
+ */
59
+ readonly subnetIds: pulumi.Output<string[]>;
60
+ /**
61
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
62
+ */
63
+ readonly tags: pulumi.Output<{
64
+ [key: string]: string;
65
+ } | undefined>;
66
+ /**
67
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
68
+ */
69
+ readonly tagsAll: pulumi.Output<{
70
+ [key: string]: string;
71
+ }>;
72
+ /**
73
+ * The VPC in which the subnet group exists.
74
+ */
75
+ readonly vpcId: pulumi.Output<string>;
76
+ /**
77
+ * Create a SubnetGroup resource with the given unique name, arguments, and options.
78
+ *
79
+ * @param name The _unique_ name of the resource.
80
+ * @param args The arguments to use to populate this resource's properties.
81
+ * @param opts A bag of options that control this resource's behavior.
82
+ */
83
+ constructor(name: string, args: SubnetGroupArgs, opts?: pulumi.CustomResourceOptions);
84
+ }
85
+ /**
86
+ * Input properties used for looking up and filtering SubnetGroup resources.
87
+ */
88
+ export interface SubnetGroupState {
89
+ /**
90
+ * The ARN of the subnet group.
91
+ */
92
+ arn?: pulumi.Input<string>;
93
+ description?: pulumi.Input<string>;
94
+ name?: pulumi.Input<string>;
95
+ /**
96
+ * Creates a unique name beginning with the specified prefix. Conflicts with `name`.
97
+ */
98
+ namePrefix?: pulumi.Input<string>;
99
+ /**
100
+ * Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided.
101
+ */
102
+ subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
103
+ /**
104
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
105
+ */
106
+ tags?: pulumi.Input<{
107
+ [key: string]: pulumi.Input<string>;
108
+ }>;
109
+ /**
110
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
111
+ */
112
+ tagsAll?: pulumi.Input<{
113
+ [key: string]: pulumi.Input<string>;
114
+ }>;
115
+ /**
116
+ * The VPC in which the subnet group exists.
117
+ */
118
+ vpcId?: pulumi.Input<string>;
119
+ }
120
+ /**
121
+ * The set of arguments for constructing a SubnetGroup resource.
122
+ */
123
+ export interface SubnetGroupArgs {
124
+ description?: pulumi.Input<string>;
125
+ name?: pulumi.Input<string>;
126
+ /**
127
+ * Creates a unique name beginning with the specified prefix. Conflicts with `name`.
128
+ */
129
+ namePrefix?: pulumi.Input<string>;
130
+ /**
131
+ * Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided.
132
+ */
133
+ subnetIds: pulumi.Input<pulumi.Input<string>[]>;
134
+ /**
135
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
136
+ */
137
+ tags?: pulumi.Input<{
138
+ [key: string]: pulumi.Input<string>;
139
+ }>;
140
+ /**
141
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
142
+ */
143
+ tagsAll?: pulumi.Input<{
144
+ [key: string]: pulumi.Input<string>;
145
+ }>;
146
+ }
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.SubnetGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a MemoryDB Subnet Group.
10
+ *
11
+ * More information about subnet groups can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/subnetgroups.html).
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as aws from "@pulumi/aws";
18
+ *
19
+ * const exampleVpc = new aws.ec2.Vpc("exampleVpc", {cidrBlock: "10.0.0.0/16"});
20
+ * const exampleSubnet = new aws.ec2.Subnet("exampleSubnet", {
21
+ * vpcId: exampleVpc.id,
22
+ * cidrBlock: "10.0.0.0/24",
23
+ * availabilityZone: "us-west-2a",
24
+ * });
25
+ * const exampleSubnetGroup = new aws.memorydb.SubnetGroup("exampleSubnetGroup", {subnetIds: [exampleSubnet.id]});
26
+ * ```
27
+ *
28
+ * ## Import
29
+ *
30
+ * Use the `name` to import a subnet group. For example
31
+ *
32
+ * ```sh
33
+ * $ pulumi import aws:memorydb/subnetGroup:SubnetGroup example my-subnet-group
34
+ * ```
35
+ */
36
+ class SubnetGroup extends pulumi.CustomResource {
37
+ constructor(name, argsOrState, opts) {
38
+ let inputs = {};
39
+ opts = opts || {};
40
+ if (opts.id) {
41
+ const state = argsOrState;
42
+ inputs["arn"] = state ? state.arn : undefined;
43
+ inputs["description"] = state ? state.description : undefined;
44
+ inputs["name"] = state ? state.name : undefined;
45
+ inputs["namePrefix"] = state ? state.namePrefix : undefined;
46
+ inputs["subnetIds"] = state ? state.subnetIds : undefined;
47
+ inputs["tags"] = state ? state.tags : undefined;
48
+ inputs["tagsAll"] = state ? state.tagsAll : undefined;
49
+ inputs["vpcId"] = state ? state.vpcId : undefined;
50
+ }
51
+ else {
52
+ const args = argsOrState;
53
+ if ((!args || args.subnetIds === undefined) && !opts.urn) {
54
+ throw new Error("Missing required property 'subnetIds'");
55
+ }
56
+ inputs["description"] = args ? args.description : undefined;
57
+ inputs["name"] = args ? args.name : undefined;
58
+ inputs["namePrefix"] = args ? args.namePrefix : undefined;
59
+ inputs["subnetIds"] = args ? args.subnetIds : undefined;
60
+ inputs["tags"] = args ? args.tags : undefined;
61
+ inputs["tagsAll"] = args ? args.tagsAll : undefined;
62
+ inputs["arn"] = undefined /*out*/;
63
+ inputs["vpcId"] = undefined /*out*/;
64
+ }
65
+ if (!opts.version) {
66
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
67
+ }
68
+ super(SubnetGroup.__pulumiType, name, inputs, opts);
69
+ }
70
+ /**
71
+ * Get an existing SubnetGroup resource's state with the given name, ID, and optional extra
72
+ * properties used to qualify the lookup.
73
+ *
74
+ * @param name The _unique_ name of the resulting resource.
75
+ * @param id The _unique_ provider ID of the resource to lookup.
76
+ * @param state Any extra arguments used during the lookup.
77
+ * @param opts Optional settings to control the behavior of the CustomResource.
78
+ */
79
+ static get(name, id, state, opts) {
80
+ return new SubnetGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
81
+ }
82
+ /**
83
+ * Returns true if the given object is an instance of SubnetGroup. This is designed to work even
84
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
85
+ */
86
+ static isInstance(obj) {
87
+ if (obj === undefined || obj === null) {
88
+ return false;
89
+ }
90
+ return obj['__pulumiType'] === SubnetGroup.__pulumiType;
91
+ }
92
+ }
93
+ exports.SubnetGroup = SubnetGroup;
94
+ /** @internal */
95
+ SubnetGroup.__pulumiType = 'aws:memorydb/subnetGroup:SubnetGroup';
96
+ //# sourceMappingURL=subnetGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subnetGroup.js","sourceRoot":"","sources":["../../memorydb/subnetGroup.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,138 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * ## Import
5
+ *
6
+ * Use the `user_name` to import a user. For example
7
+ *
8
+ * ```sh
9
+ * $ pulumi import aws:memorydb/user:User example my-user
10
+ * ```
11
+ *
12
+ * The `passwords` are not available for imported resources, as this information cannot be read back from the MemoryDB API.
13
+ */
14
+ export declare class User extends pulumi.CustomResource {
15
+ /**
16
+ * Get an existing User resource's state with the given name, ID, and optional extra
17
+ * properties used to qualify the lookup.
18
+ *
19
+ * @param name The _unique_ name of the resulting resource.
20
+ * @param id The _unique_ provider ID of the resource to lookup.
21
+ * @param state Any extra arguments used during the lookup.
22
+ * @param opts Optional settings to control the behavior of the CustomResource.
23
+ */
24
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: UserState, opts?: pulumi.CustomResourceOptions): User;
25
+ /**
26
+ * Returns true if the given object is an instance of User. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj: any): obj is User;
30
+ /**
31
+ * The access permissions string used for this user.
32
+ */
33
+ readonly accessString: pulumi.Output<string>;
34
+ /**
35
+ * The ARN of the user.
36
+ */
37
+ readonly arn: pulumi.Output<string>;
38
+ /**
39
+ * Denotes the user's authentication properties. Detailed below.
40
+ */
41
+ readonly authenticationMode: pulumi.Output<outputs.memorydb.UserAuthenticationMode>;
42
+ /**
43
+ * The minimum engine version supported for the user.
44
+ * * `authenticationMode` configuration block
45
+ */
46
+ readonly minimumEngineVersion: pulumi.Output<string>;
47
+ /**
48
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
49
+ */
50
+ readonly tags: pulumi.Output<{
51
+ [key: string]: string;
52
+ } | undefined>;
53
+ /**
54
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
55
+ */
56
+ readonly tagsAll: pulumi.Output<{
57
+ [key: string]: string;
58
+ }>;
59
+ /**
60
+ * Name of the MemoryDB user. Up to 40 characters.
61
+ */
62
+ readonly userName: pulumi.Output<string>;
63
+ /**
64
+ * Create a User resource with the given unique name, arguments, and options.
65
+ *
66
+ * @param name The _unique_ name of the resource.
67
+ * @param args The arguments to use to populate this resource's properties.
68
+ * @param opts A bag of options that control this resource's behavior.
69
+ */
70
+ constructor(name: string, args: UserArgs, opts?: pulumi.CustomResourceOptions);
71
+ }
72
+ /**
73
+ * Input properties used for looking up and filtering User resources.
74
+ */
75
+ export interface UserState {
76
+ /**
77
+ * The access permissions string used for this user.
78
+ */
79
+ accessString?: pulumi.Input<string>;
80
+ /**
81
+ * The ARN of the user.
82
+ */
83
+ arn?: pulumi.Input<string>;
84
+ /**
85
+ * Denotes the user's authentication properties. Detailed below.
86
+ */
87
+ authenticationMode?: pulumi.Input<inputs.memorydb.UserAuthenticationMode>;
88
+ /**
89
+ * The minimum engine version supported for the user.
90
+ * * `authenticationMode` configuration block
91
+ */
92
+ minimumEngineVersion?: pulumi.Input<string>;
93
+ /**
94
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
95
+ */
96
+ tags?: pulumi.Input<{
97
+ [key: string]: pulumi.Input<string>;
98
+ }>;
99
+ /**
100
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
101
+ */
102
+ tagsAll?: pulumi.Input<{
103
+ [key: string]: pulumi.Input<string>;
104
+ }>;
105
+ /**
106
+ * Name of the MemoryDB user. Up to 40 characters.
107
+ */
108
+ userName?: pulumi.Input<string>;
109
+ }
110
+ /**
111
+ * The set of arguments for constructing a User resource.
112
+ */
113
+ export interface UserArgs {
114
+ /**
115
+ * The access permissions string used for this user.
116
+ */
117
+ accessString: pulumi.Input<string>;
118
+ /**
119
+ * Denotes the user's authentication properties. Detailed below.
120
+ */
121
+ authenticationMode: pulumi.Input<inputs.memorydb.UserAuthenticationMode>;
122
+ /**
123
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
124
+ */
125
+ tags?: pulumi.Input<{
126
+ [key: string]: pulumi.Input<string>;
127
+ }>;
128
+ /**
129
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
130
+ */
131
+ tagsAll?: pulumi.Input<{
132
+ [key: string]: pulumi.Input<string>;
133
+ }>;
134
+ /**
135
+ * Name of the MemoryDB user. Up to 40 characters.
136
+ */
137
+ userName: pulumi.Input<string>;
138
+ }