@pulumi/aws 7.17.0-alpha.1770139809 → 7.17.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 (223) hide show
  1. package/acm/certificate.d.ts +2 -2
  2. package/acm/certificate.js +2 -2
  3. package/acmpca/certificate.d.ts +2 -2
  4. package/acmpca/certificate.js +2 -2
  5. package/apigateway/domainName.d.ts +12 -0
  6. package/apigateway/domainName.js +2 -0
  7. package/apigateway/domainName.js.map +1 -1
  8. package/apigatewayv2/domainName.d.ts +12 -0
  9. package/apigatewayv2/domainName.js +2 -0
  10. package/apigatewayv2/domainName.js.map +1 -1
  11. package/apigatewayv2/index.d.ts +3 -0
  12. package/apigatewayv2/index.js +6 -1
  13. package/apigatewayv2/index.js.map +1 -1
  14. package/apigatewayv2/routingRule.d.ts +166 -0
  15. package/apigatewayv2/routingRule.js +113 -0
  16. package/apigatewayv2/routingRule.js.map +1 -0
  17. package/arcregionswitch/getPlan.d.ts +118 -0
  18. package/arcregionswitch/getPlan.js +56 -0
  19. package/arcregionswitch/getPlan.js.map +1 -0
  20. package/arcregionswitch/getRoute53HealthChecks.d.ts +80 -0
  21. package/arcregionswitch/getRoute53HealthChecks.js +56 -0
  22. package/arcregionswitch/getRoute53HealthChecks.js.map +1 -0
  23. package/arcregionswitch/index.d.ts +9 -0
  24. package/arcregionswitch/index.js +28 -0
  25. package/arcregionswitch/index.js.map +1 -0
  26. package/arcregionswitch/plan.d.ts +384 -0
  27. package/arcregionswitch/plan.js +253 -0
  28. package/arcregionswitch/plan.js.map +1 -0
  29. package/autoscaling/group.d.ts +3 -3
  30. package/bedrock/agentDataSource.d.ts +37 -0
  31. package/bedrock/agentDataSource.js +37 -0
  32. package/bedrock/agentDataSource.js.map +1 -1
  33. package/cleanrooms/collaboration.d.ts +27 -59
  34. package/cleanrooms/collaboration.js.map +1 -1
  35. package/cloudfront/anycastIpList.d.ts +150 -0
  36. package/cloudfront/anycastIpList.js +91 -0
  37. package/cloudfront/anycastIpList.js.map +1 -0
  38. package/cloudfront/index.d.ts +3 -0
  39. package/cloudfront/index.js +6 -1
  40. package/cloudfront/index.js.map +1 -1
  41. package/cloudfront/multitenantDistribution.d.ts +65 -0
  42. package/cloudfront/multitenantDistribution.js +65 -0
  43. package/cloudfront/multitenantDistribution.js.map +1 -1
  44. package/codebuild/webhook.d.ts +2 -2
  45. package/codebuild/webhook.js +2 -2
  46. package/codepipeline/webhook.d.ts +2 -2
  47. package/codepipeline/webhook.js +2 -2
  48. package/docdb/clusterInstance.d.ts +72 -140
  49. package/docdb/clusterInstance.js +4 -7
  50. package/docdb/clusterInstance.js.map +1 -1
  51. package/dynamodb/table.d.ts +92 -3
  52. package/dynamodb/table.js +83 -0
  53. package/dynamodb/table.js.map +1 -1
  54. package/ec2/getVpcIpamPool.d.ts +4 -0
  55. package/ec2/getVpcIpamPool.js.map +1 -1
  56. package/ec2/index.d.ts +3 -0
  57. package/ec2/index.js +6 -1
  58. package/ec2/index.js.map +1 -1
  59. package/ec2/launchTemplate.d.ts +3 -0
  60. package/ec2/launchTemplate.js +2 -0
  61. package/ec2/launchTemplate.js.map +1 -1
  62. package/ec2/placementGroup.d.ts +3 -3
  63. package/ec2/securityGroup.d.ts +1 -1
  64. package/ec2/securityGroup.js +1 -1
  65. package/ec2/subnet.d.ts +107 -14
  66. package/ec2/subnet.js +59 -0
  67. package/ec2/subnet.js.map +1 -1
  68. package/ec2/vpcIpamPool.d.ts +54 -0
  69. package/ec2/vpcIpamPool.js +42 -0
  70. package/ec2/vpcIpamPool.js.map +1 -1
  71. package/ec2/vpcIpamResourceDiscovery.d.ts +12 -0
  72. package/ec2/vpcIpamResourceDiscovery.js +2 -0
  73. package/ec2/vpcIpamResourceDiscovery.js.map +1 -1
  74. package/ec2/vpcSecurityGroupRulesExclusive.d.ts +93 -0
  75. package/ec2/vpcSecurityGroupRulesExclusive.js +73 -0
  76. package/ec2/vpcSecurityGroupRulesExclusive.js.map +1 -0
  77. package/ec2transitgateway/vpcAttachment.d.ts +0 -18
  78. package/ec2transitgateway/vpcAttachment.js.map +1 -1
  79. package/ecr/accountSetting.d.ts +19 -4
  80. package/ecr/accountSetting.js +13 -1
  81. package/ecr/accountSetting.js.map +1 -1
  82. package/eks/addon.d.ts +46 -0
  83. package/eks/addon.js +46 -0
  84. package/eks/addon.js.map +1 -1
  85. package/fsx/windowsFileSystem.d.ts +22 -0
  86. package/fsx/windowsFileSystem.js +22 -0
  87. package/fsx/windowsFileSystem.js.map +1 -1
  88. package/index.d.ts +3 -1
  89. package/index.js +10 -6
  90. package/index.js.map +1 -1
  91. package/invoicing/invoiceUnit.d.ts +9 -3
  92. package/invoicing/invoiceUnit.js.map +1 -1
  93. package/iot/caCertificate.d.ts +4 -4
  94. package/iot/caCertificate.js +4 -4
  95. package/iot/getEndpoint.d.ts +12 -12
  96. package/iot/getEndpoint.js +12 -12
  97. package/iot/getRegistrationCode.d.ts +4 -4
  98. package/iot/getRegistrationCode.js +4 -4
  99. package/lambda/function.d.ts +3 -3
  100. package/memorydb/user.d.ts +1 -1
  101. package/memorydb/user.js +1 -1
  102. package/notifications/index.d.ts +12 -0
  103. package/notifications/index.js +21 -1
  104. package/notifications/index.js.map +1 -1
  105. package/notifications/managedNotificationAccountContactAssociation.d.ts +85 -0
  106. package/notifications/managedNotificationAccountContactAssociation.js +82 -0
  107. package/notifications/managedNotificationAccountContactAssociation.js.map +1 -0
  108. package/notifications/managedNotificationAdditionalChannelAssociation.d.ts +89 -0
  109. package/notifications/managedNotificationAdditionalChannelAssociation.js +86 -0
  110. package/notifications/managedNotificationAdditionalChannelAssociation.js.map +1 -0
  111. package/notifications/organizationalUnitAssociation.d.ts +121 -0
  112. package/notifications/organizationalUnitAssociation.js +118 -0
  113. package/notifications/organizationalUnitAssociation.js.map +1 -0
  114. package/notifications/organizationsAccess.d.ts +79 -0
  115. package/notifications/organizationsAccess.js +80 -0
  116. package/notifications/organizationsAccess.js.map +1 -0
  117. package/odb/network.d.ts +48 -0
  118. package/odb/network.js +8 -0
  119. package/odb/network.js.map +1 -1
  120. package/opensearch/application.d.ts +334 -0
  121. package/opensearch/application.js +244 -0
  122. package/opensearch/application.js.map +1 -0
  123. package/opensearch/index.d.ts +3 -0
  124. package/opensearch/index.js +6 -1
  125. package/opensearch/index.js.map +1 -1
  126. package/organizations/getEntityPath.d.ts +63 -0
  127. package/organizations/getEntityPath.js +50 -0
  128. package/organizations/getEntityPath.js.map +1 -0
  129. package/organizations/getOrganization.d.ts +21 -2
  130. package/organizations/getOrganization.js +10 -4
  131. package/organizations/getOrganization.js.map +1 -1
  132. package/organizations/index.d.ts +4 -1
  133. package/organizations/index.js +4 -1
  134. package/organizations/index.js.map +1 -1
  135. package/organizations/organization.d.ts +12 -0
  136. package/organizations/organization.js +2 -0
  137. package/organizations/organization.js.map +1 -1
  138. package/package.json +2 -2
  139. package/ram/index.d.ts +6 -0
  140. package/ram/index.js +11 -1
  141. package/ram/index.js.map +1 -1
  142. package/ram/permission.d.ts +193 -0
  143. package/ram/permission.js +117 -0
  144. package/ram/permission.js.map +1 -0
  145. package/ram/resourceShareAssociationsExclusive.d.ts +123 -0
  146. package/ram/resourceShareAssociationsExclusive.js +69 -0
  147. package/ram/resourceShareAssociationsExclusive.js.map +1 -0
  148. package/resourcegroupstaggingapi/getRequiredTags.d.ts +64 -0
  149. package/resourcegroupstaggingapi/getRequiredTags.js +52 -0
  150. package/resourcegroupstaggingapi/getRequiredTags.js.map +1 -0
  151. package/resourcegroupstaggingapi/index.d.ts +3 -0
  152. package/resourcegroupstaggingapi/index.js +4 -1
  153. package/resourcegroupstaggingapi/index.js.map +1 -1
  154. package/route53/healthCheck.d.ts +4 -4
  155. package/s3/bucketReplicationConfig.d.ts +3 -0
  156. package/s3/bucketReplicationConfig.js.map +1 -1
  157. package/s3/getBucketObjectLockConfiguration.d.ts +94 -0
  158. package/s3/getBucketObjectLockConfiguration.js +58 -0
  159. package/s3/getBucketObjectLockConfiguration.js.map +1 -0
  160. package/s3/getBucketReplicationConfiguration.d.ts +81 -0
  161. package/s3/getBucketReplicationConfiguration.js +56 -0
  162. package/s3/getBucketReplicationConfiguration.js.map +1 -0
  163. package/s3/getObject.d.ts +14 -1
  164. package/s3/getObject.js +2 -0
  165. package/s3/getObject.js.map +1 -1
  166. package/s3/index.d.ts +6 -0
  167. package/s3/index.js +8 -2
  168. package/s3/index.js.map +1 -1
  169. package/s3control/getAccessPoints.d.ts +131 -0
  170. package/s3control/getAccessPoints.js +82 -0
  171. package/s3control/getAccessPoints.js.map +1 -0
  172. package/s3control/getMultiRegionAccessPoints.d.ts +76 -0
  173. package/s3control/getMultiRegionAccessPoints.js +54 -0
  174. package/s3control/getMultiRegionAccessPoints.js.map +1 -0
  175. package/s3control/index.d.ts +6 -0
  176. package/s3control/index.js +7 -1
  177. package/s3control/index.js.map +1 -1
  178. package/sagemaker/index.d.ts +9 -0
  179. package/sagemaker/index.js +16 -1
  180. package/sagemaker/index.js.map +1 -1
  181. package/sagemaker/labelingJob.d.ts +280 -0
  182. package/sagemaker/labelingJob.js +142 -0
  183. package/sagemaker/labelingJob.js.map +1 -0
  184. package/sagemaker/modelCard.d.ts +176 -0
  185. package/sagemaker/modelCard.js +111 -0
  186. package/sagemaker/modelCard.js.map +1 -0
  187. package/sagemaker/modelCardExportJob.d.ts +136 -0
  188. package/sagemaker/modelCardExportJob.js +97 -0
  189. package/sagemaker/modelCardExportJob.js.map +1 -0
  190. package/savingsplans/getSavingsPlan.d.ts +128 -0
  191. package/savingsplans/getSavingsPlan.js +52 -0
  192. package/savingsplans/getSavingsPlan.js.map +1 -0
  193. package/savingsplans/index.d.ts +6 -0
  194. package/savingsplans/index.js +25 -0
  195. package/savingsplans/index.js.map +1 -0
  196. package/savingsplans/savingsPlan.d.ts +297 -0
  197. package/savingsplans/savingsPlan.js +143 -0
  198. package/savingsplans/savingsPlan.js.map +1 -0
  199. package/sesv2/index.d.ts +3 -0
  200. package/sesv2/index.js +6 -1
  201. package/sesv2/index.js.map +1 -1
  202. package/sesv2/tenantResourceAssociation.d.ts +103 -0
  203. package/sesv2/tenantResourceAssociation.js +84 -0
  204. package/sesv2/tenantResourceAssociation.js.map +1 -0
  205. package/ssoadmin/index.d.ts +3 -0
  206. package/ssoadmin/index.js +6 -1
  207. package/ssoadmin/index.js.map +1 -1
  208. package/ssoadmin/managedPolicyAttachment.d.ts +2 -0
  209. package/ssoadmin/managedPolicyAttachment.js +2 -0
  210. package/ssoadmin/managedPolicyAttachment.js.map +1 -1
  211. package/ssoadmin/managedPolicyAttachmentsExclusive.d.ts +151 -0
  212. package/ssoadmin/managedPolicyAttachmentsExclusive.js +122 -0
  213. package/ssoadmin/managedPolicyAttachmentsExclusive.js.map +1 -0
  214. package/types/input.d.ts +1766 -15
  215. package/types/input.js.map +1 -1
  216. package/types/output.d.ts +2169 -14
  217. package/types/output.js.map +1 -1
  218. package/wafv2/getManagedRuleGroup.d.ts +127 -0
  219. package/wafv2/getManagedRuleGroup.js +62 -0
  220. package/wafv2/getManagedRuleGroup.js.map +1 -0
  221. package/wafv2/index.d.ts +3 -0
  222. package/wafv2/index.js +4 -1
  223. package/wafv2/index.js.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"organization.js","sourceRoot":"","sources":["../../organizations/organization.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"organization.js","sourceRoot":"","sources":["../../organizations/organization.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "7.17.0-alpha.1770139809",
3
+ "version": "7.17.0",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "aws",
27
- "version": "7.17.0-alpha.1770139809"
27
+ "version": "7.17.0"
28
28
  }
29
29
  }
package/ram/index.d.ts CHANGED
@@ -1,6 +1,9 @@
1
1
  export { GetResourceShareArgs, GetResourceShareResult, GetResourceShareOutputArgs } from "./getResourceShare";
2
2
  export declare const getResourceShare: typeof import("./getResourceShare").getResourceShare;
3
3
  export declare const getResourceShareOutput: typeof import("./getResourceShare").getResourceShareOutput;
4
+ export { PermissionArgs, PermissionState } from "./permission";
5
+ export type Permission = import("./permission").Permission;
6
+ export declare const Permission: typeof import("./permission").Permission;
4
7
  export { PrincipalAssociationArgs, PrincipalAssociationState } from "./principalAssociation";
5
8
  export type PrincipalAssociation = import("./principalAssociation").PrincipalAssociation;
6
9
  export declare const PrincipalAssociation: typeof import("./principalAssociation").PrincipalAssociation;
@@ -13,6 +16,9 @@ export declare const ResourceShare: typeof import("./resourceShare").ResourceSha
13
16
  export { ResourceShareAccepterArgs, ResourceShareAccepterState } from "./resourceShareAccepter";
14
17
  export type ResourceShareAccepter = import("./resourceShareAccepter").ResourceShareAccepter;
15
18
  export declare const ResourceShareAccepter: typeof import("./resourceShareAccepter").ResourceShareAccepter;
19
+ export { ResourceShareAssociationsExclusiveArgs, ResourceShareAssociationsExclusiveState } from "./resourceShareAssociationsExclusive";
20
+ export type ResourceShareAssociationsExclusive = import("./resourceShareAssociationsExclusive").ResourceShareAssociationsExclusive;
21
+ export declare const ResourceShareAssociationsExclusive: typeof import("./resourceShareAssociationsExclusive").ResourceShareAssociationsExclusive;
16
22
  export { SharingWithOrganizationArgs, SharingWithOrganizationState } from "./sharingWithOrganization";
17
23
  export type SharingWithOrganization = import("./sharingWithOrganization").SharingWithOrganization;
18
24
  export declare const SharingWithOrganization: typeof import("./sharingWithOrganization").SharingWithOrganization;
package/ram/index.js CHANGED
@@ -2,12 +2,14 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.SharingWithOrganization = exports.ResourceShareAccepter = exports.ResourceShare = exports.ResourceAssociation = exports.PrincipalAssociation = exports.getResourceShareOutput = exports.getResourceShare = void 0;
5
+ exports.SharingWithOrganization = exports.ResourceShareAssociationsExclusive = exports.ResourceShareAccepter = exports.ResourceShare = exports.ResourceAssociation = exports.PrincipalAssociation = exports.Permission = exports.getResourceShareOutput = exports.getResourceShare = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.getResourceShare = null;
9
9
  exports.getResourceShareOutput = null;
10
10
  utilities.lazyLoad(exports, ["getResourceShare", "getResourceShareOutput"], () => require("./getResourceShare"));
11
+ exports.Permission = null;
12
+ utilities.lazyLoad(exports, ["Permission"], () => require("./permission"));
11
13
  exports.PrincipalAssociation = null;
12
14
  utilities.lazyLoad(exports, ["PrincipalAssociation"], () => require("./principalAssociation"));
13
15
  exports.ResourceAssociation = null;
@@ -16,12 +18,16 @@ exports.ResourceShare = null;
16
18
  utilities.lazyLoad(exports, ["ResourceShare"], () => require("./resourceShare"));
17
19
  exports.ResourceShareAccepter = null;
18
20
  utilities.lazyLoad(exports, ["ResourceShareAccepter"], () => require("./resourceShareAccepter"));
21
+ exports.ResourceShareAssociationsExclusive = null;
22
+ utilities.lazyLoad(exports, ["ResourceShareAssociationsExclusive"], () => require("./resourceShareAssociationsExclusive"));
19
23
  exports.SharingWithOrganization = null;
20
24
  utilities.lazyLoad(exports, ["SharingWithOrganization"], () => require("./sharingWithOrganization"));
21
25
  const _module = {
22
26
  version: utilities.getVersion(),
23
27
  construct: (name, type, urn) => {
24
28
  switch (type) {
29
+ case "aws:ram/permission:Permission":
30
+ return new exports.Permission(name, undefined, { urn });
25
31
  case "aws:ram/principalAssociation:PrincipalAssociation":
26
32
  return new exports.PrincipalAssociation(name, undefined, { urn });
27
33
  case "aws:ram/resourceAssociation:ResourceAssociation":
@@ -30,6 +36,8 @@ const _module = {
30
36
  return new exports.ResourceShare(name, undefined, { urn });
31
37
  case "aws:ram/resourceShareAccepter:ResourceShareAccepter":
32
38
  return new exports.ResourceShareAccepter(name, undefined, { urn });
39
+ case "aws:ram/resourceShareAssociationsExclusive:ResourceShareAssociationsExclusive":
40
+ return new exports.ResourceShareAssociationsExclusive(name, undefined, { urn });
33
41
  case "aws:ram/sharingWithOrganization:SharingWithOrganization":
34
42
  return new exports.SharingWithOrganization(name, undefined, { urn });
35
43
  default:
@@ -37,9 +45,11 @@ const _module = {
37
45
  }
38
46
  },
39
47
  };
48
+ pulumi.runtime.registerResourceModule("aws", "ram/permission", _module);
40
49
  pulumi.runtime.registerResourceModule("aws", "ram/principalAssociation", _module);
41
50
  pulumi.runtime.registerResourceModule("aws", "ram/resourceAssociation", _module);
42
51
  pulumi.runtime.registerResourceModule("aws", "ram/resourceShare", _module);
43
52
  pulumi.runtime.registerResourceModule("aws", "ram/resourceShareAccepter", _module);
53
+ pulumi.runtime.registerResourceModule("aws", "ram/resourceShareAssociationsExclusive", _module);
44
54
  pulumi.runtime.registerResourceModule("aws", "ram/sharingWithOrganization", _module);
45
55
  //# sourceMappingURL=index.js.map
package/ram/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ram/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,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAIlF,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAIhF,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAIpE,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAIpF,QAAA,uBAAuB,GAAuE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC,CAAC;AAGrG,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,mDAAmD;gBACpD,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,iDAAiD;gBAClD,OAAO,IAAI,2BAAmB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjE,KAAK,qCAAqC;gBACtC,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,qDAAqD;gBACtD,OAAO,IAAI,6BAAqB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnE,KAAK,yDAAyD;gBAC1D,OAAO,IAAI,+BAAuB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA;AACjF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,2BAA2B,EAAE,OAAO,CAAC,CAAA;AAClF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ram/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,193 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Manages an AWS RAM (Resource Access Manager) Permission.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ### Basic Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as aws from "@pulumi/aws";
14
+ *
15
+ * const example = new aws.ram.Permission("example", {
16
+ * name: "custom-backup",
17
+ * policyTemplate: `{
18
+ * \\"Effect\\": \\"Allow\\",
19
+ * \\"Action\\": [
20
+ * \\t\\"backup:ListProtectedResourcesByBackupVault\\",
21
+ * \\t\\"backup:ListRecoveryPointsByBackupVault\\",
22
+ * \\t\\"backup:DescribeRecoveryPoint\\",
23
+ * \\t\\"backup:DescribeBackupVault\\"
24
+ * ]
25
+ * }
26
+ * `,
27
+ * resourceType: "backup:BackupVault",
28
+ * tags: {
29
+ * Name: "custom-backup",
30
+ * },
31
+ * });
32
+ * ```
33
+ *
34
+ * ## Import
35
+ *
36
+ * ### Identity Schema
37
+ *
38
+ * #### Required
39
+ *
40
+ * * `arn` (String) Permission ARN.
41
+ *
42
+ * Using `pulumi import`, import RAM (Resource Access Manager) Permission using the `example_id_arg`. For example:
43
+ *
44
+ * % pulumi import aws_ram_permission.example arn:aws:ram:us-west-1:123456789012:permission/test-permission
45
+ */
46
+ export declare class Permission extends pulumi.CustomResource {
47
+ /**
48
+ * Get an existing Permission resource's state with the given name, ID, and optional extra
49
+ * properties used to qualify the lookup.
50
+ *
51
+ * @param name The _unique_ name of the resulting resource.
52
+ * @param id The _unique_ provider ID of the resource to lookup.
53
+ * @param state Any extra arguments used during the lookup.
54
+ * @param opts Optional settings to control the behavior of the CustomResource.
55
+ */
56
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PermissionState, opts?: pulumi.CustomResourceOptions): Permission;
57
+ /**
58
+ * Returns true if the given object is an instance of Permission. This is designed to work even
59
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
60
+ */
61
+ static isInstance(obj: any): obj is Permission;
62
+ /**
63
+ * ARN of the permission.
64
+ */
65
+ readonly arn: pulumi.Output<string>;
66
+ /**
67
+ * Specifies whether the version of the managed permission used by this resource share is the default version for this managed permission.
68
+ */
69
+ readonly defaultVersion: pulumi.Output<boolean>;
70
+ /**
71
+ * Specifies the name of the customer managed permission. The name must be unique within the AWS Region.
72
+ */
73
+ readonly name: pulumi.Output<string>;
74
+ /**
75
+ * A string in JSON format string that contains the following elements of a resource-based policy: Effect, Action and Condition.
76
+ */
77
+ readonly policyTemplate: pulumi.Output<string>;
78
+ /**
79
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
80
+ */
81
+ readonly region: pulumi.Output<string>;
82
+ /**
83
+ * Specifies the name of the resource type that this customer managed permission applies to. The format is `<service-code>:<resource-type>` and is not case sensitive.
84
+ */
85
+ readonly resourceType: pulumi.Output<string>;
86
+ /**
87
+ * The current status of the permission.
88
+ */
89
+ readonly status: pulumi.Output<string>;
90
+ /**
91
+ * A map of tags to assign to the resource share. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
92
+ */
93
+ readonly tags: pulumi.Output<{
94
+ [key: string]: string;
95
+ } | undefined>;
96
+ /**
97
+ * A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
98
+ */
99
+ readonly tagsAll: pulumi.Output<{
100
+ [key: string]: string;
101
+ }>;
102
+ readonly timeouts: pulumi.Output<outputs.ram.PermissionTimeouts | undefined>;
103
+ /**
104
+ * The version of the permission associated with this resource share.
105
+ */
106
+ readonly version: pulumi.Output<string>;
107
+ /**
108
+ * Create a Permission resource with the given unique name, arguments, and options.
109
+ *
110
+ * @param name The _unique_ name of the resource.
111
+ * @param args The arguments to use to populate this resource's properties.
112
+ * @param opts A bag of options that control this resource's behavior.
113
+ */
114
+ constructor(name: string, args: PermissionArgs, opts?: pulumi.CustomResourceOptions);
115
+ }
116
+ /**
117
+ * Input properties used for looking up and filtering Permission resources.
118
+ */
119
+ export interface PermissionState {
120
+ /**
121
+ * ARN of the permission.
122
+ */
123
+ arn?: pulumi.Input<string>;
124
+ /**
125
+ * Specifies whether the version of the managed permission used by this resource share is the default version for this managed permission.
126
+ */
127
+ defaultVersion?: pulumi.Input<boolean>;
128
+ /**
129
+ * Specifies the name of the customer managed permission. The name must be unique within the AWS Region.
130
+ */
131
+ name?: pulumi.Input<string>;
132
+ /**
133
+ * A string in JSON format string that contains the following elements of a resource-based policy: Effect, Action and Condition.
134
+ */
135
+ policyTemplate?: pulumi.Input<string>;
136
+ /**
137
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
138
+ */
139
+ region?: pulumi.Input<string>;
140
+ /**
141
+ * Specifies the name of the resource type that this customer managed permission applies to. The format is `<service-code>:<resource-type>` and is not case sensitive.
142
+ */
143
+ resourceType?: pulumi.Input<string>;
144
+ /**
145
+ * The current status of the permission.
146
+ */
147
+ status?: pulumi.Input<string>;
148
+ /**
149
+ * A map of tags to assign to the resource share. If configured with a provider `defaultTags` 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.
156
+ */
157
+ tagsAll?: pulumi.Input<{
158
+ [key: string]: pulumi.Input<string>;
159
+ }>;
160
+ timeouts?: pulumi.Input<inputs.ram.PermissionTimeouts>;
161
+ /**
162
+ * The version of the permission associated with this resource share.
163
+ */
164
+ version?: pulumi.Input<string>;
165
+ }
166
+ /**
167
+ * The set of arguments for constructing a Permission resource.
168
+ */
169
+ export interface PermissionArgs {
170
+ /**
171
+ * Specifies the name of the customer managed permission. The name must be unique within the AWS Region.
172
+ */
173
+ name?: pulumi.Input<string>;
174
+ /**
175
+ * A string in JSON format string that contains the following elements of a resource-based policy: Effect, Action and Condition.
176
+ */
177
+ policyTemplate: pulumi.Input<string>;
178
+ /**
179
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
180
+ */
181
+ region?: pulumi.Input<string>;
182
+ /**
183
+ * Specifies the name of the resource type that this customer managed permission applies to. The format is `<service-code>:<resource-type>` and is not case sensitive.
184
+ */
185
+ resourceType: pulumi.Input<string>;
186
+ /**
187
+ * A map of tags to assign to the resource share. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
188
+ */
189
+ tags?: pulumi.Input<{
190
+ [key: string]: pulumi.Input<string>;
191
+ }>;
192
+ timeouts?: pulumi.Input<inputs.ram.PermissionTimeouts>;
193
+ }
@@ -0,0 +1,117 @@
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.Permission = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Manages an AWS RAM (Resource Access Manager) Permission.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ### Basic Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as aws from "@pulumi/aws";
18
+ *
19
+ * const example = new aws.ram.Permission("example", {
20
+ * name: "custom-backup",
21
+ * policyTemplate: `{
22
+ * \\"Effect\\": \\"Allow\\",
23
+ * \\"Action\\": [
24
+ * \\t\\"backup:ListProtectedResourcesByBackupVault\\",
25
+ * \\t\\"backup:ListRecoveryPointsByBackupVault\\",
26
+ * \\t\\"backup:DescribeRecoveryPoint\\",
27
+ * \\t\\"backup:DescribeBackupVault\\"
28
+ * ]
29
+ * }
30
+ * `,
31
+ * resourceType: "backup:BackupVault",
32
+ * tags: {
33
+ * Name: "custom-backup",
34
+ * },
35
+ * });
36
+ * ```
37
+ *
38
+ * ## Import
39
+ *
40
+ * ### Identity Schema
41
+ *
42
+ * #### Required
43
+ *
44
+ * * `arn` (String) Permission ARN.
45
+ *
46
+ * Using `pulumi import`, import RAM (Resource Access Manager) Permission using the `example_id_arg`. For example:
47
+ *
48
+ * % pulumi import aws_ram_permission.example arn:aws:ram:us-west-1:123456789012:permission/test-permission
49
+ */
50
+ class Permission extends pulumi.CustomResource {
51
+ /**
52
+ * Get an existing Permission resource's state with the given name, ID, and optional extra
53
+ * properties used to qualify the lookup.
54
+ *
55
+ * @param name The _unique_ name of the resulting resource.
56
+ * @param id The _unique_ provider ID of the resource to lookup.
57
+ * @param state Any extra arguments used during the lookup.
58
+ * @param opts Optional settings to control the behavior of the CustomResource.
59
+ */
60
+ static get(name, id, state, opts) {
61
+ return new Permission(name, state, { ...opts, id: id });
62
+ }
63
+ /**
64
+ * Returns true if the given object is an instance of Permission. This is designed to work even
65
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
66
+ */
67
+ static isInstance(obj) {
68
+ if (obj === undefined || obj === null) {
69
+ return false;
70
+ }
71
+ return obj['__pulumiType'] === Permission.__pulumiType;
72
+ }
73
+ constructor(name, argsOrState, opts) {
74
+ let resourceInputs = {};
75
+ opts = opts || {};
76
+ if (opts.id) {
77
+ const state = argsOrState;
78
+ resourceInputs["arn"] = state?.arn;
79
+ resourceInputs["defaultVersion"] = state?.defaultVersion;
80
+ resourceInputs["name"] = state?.name;
81
+ resourceInputs["policyTemplate"] = state?.policyTemplate;
82
+ resourceInputs["region"] = state?.region;
83
+ resourceInputs["resourceType"] = state?.resourceType;
84
+ resourceInputs["status"] = state?.status;
85
+ resourceInputs["tags"] = state?.tags;
86
+ resourceInputs["tagsAll"] = state?.tagsAll;
87
+ resourceInputs["timeouts"] = state?.timeouts;
88
+ resourceInputs["version"] = state?.version;
89
+ }
90
+ else {
91
+ const args = argsOrState;
92
+ if (args?.policyTemplate === undefined && !opts.urn) {
93
+ throw new Error("Missing required property 'policyTemplate'");
94
+ }
95
+ if (args?.resourceType === undefined && !opts.urn) {
96
+ throw new Error("Missing required property 'resourceType'");
97
+ }
98
+ resourceInputs["name"] = args?.name;
99
+ resourceInputs["policyTemplate"] = args?.policyTemplate;
100
+ resourceInputs["region"] = args?.region;
101
+ resourceInputs["resourceType"] = args?.resourceType;
102
+ resourceInputs["tags"] = args?.tags;
103
+ resourceInputs["timeouts"] = args?.timeouts;
104
+ resourceInputs["arn"] = undefined /*out*/;
105
+ resourceInputs["defaultVersion"] = undefined /*out*/;
106
+ resourceInputs["status"] = undefined /*out*/;
107
+ resourceInputs["tagsAll"] = undefined /*out*/;
108
+ resourceInputs["version"] = undefined /*out*/;
109
+ }
110
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
111
+ super(Permission.__pulumiType, name, resourceInputs, opts);
112
+ }
113
+ }
114
+ exports.Permission = Permission;
115
+ /** @internal */
116
+ Permission.__pulumiType = 'aws:ram/permission:Permission';
117
+ //# sourceMappingURL=permission.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permission.js","sourceRoot":"","sources":["../../ram/permission.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,123 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * ## Import
4
+ *
5
+ * Using `pulumi import`, import RAM Resource Share Association Exclusive using the `resource_share_arn`. For example:
6
+ *
7
+ * ```sh
8
+ * $ pulumi import aws:ram/resourceShareAssociationsExclusive:ResourceShareAssociationsExclusive example arn:aws:ram:eu-west-1:123456789012:resource-share/73da1ab9-b94a-4ba3-8eb4-45917f7f4b12
9
+ * ```
10
+ */
11
+ export declare class ResourceShareAssociationsExclusive extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing ResourceShareAssociationsExclusive 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 state Any extra arguments used during the lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ResourceShareAssociationsExclusiveState, opts?: pulumi.CustomResourceOptions): ResourceShareAssociationsExclusive;
22
+ /**
23
+ * Returns true if the given object is an instance of ResourceShareAssociationsExclusive. This is designed to work even
24
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
25
+ */
26
+ static isInstance(obj: any): obj is ResourceShareAssociationsExclusive;
27
+ /**
28
+ * A set of principals to associate with the resource share. Principals not configured in this argument will be removed. Valid values include:
29
+ * * AWS account ID (exactly 12 digits, e.g., `123456789012`)
30
+ * * AWS Organizations Organization ARN (e.g., `arn:aws:organizations::123456789012:organization/o-exampleorgid`)
31
+ * * AWS Organizations Organizational Unit ARN (e.g., `arn:aws:organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid`)
32
+ * * IAM role ARN (e.g., `arn:aws:iam::123456789012:role/example-role`)
33
+ * * IAM user ARN (e.g., `arn:aws:iam::123456789012:user/example-user`)
34
+ * * Service principal (e.g., `ec2.amazonaws.com`)
35
+ */
36
+ readonly principals: pulumi.Output<string[] | undefined>;
37
+ /**
38
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
39
+ */
40
+ readonly region: pulumi.Output<string>;
41
+ /**
42
+ * A set of Amazon Resource Names (ARNs) of resources to associate with the resource share. Resources not configured in this argument will be removed.
43
+ */
44
+ readonly resourceArns: pulumi.Output<string[] | undefined>;
45
+ /**
46
+ * The Amazon Resource Name (ARN) of the resource share. Changing this value forces creation of a new resource.
47
+ */
48
+ readonly resourceShareArn: pulumi.Output<string>;
49
+ /**
50
+ * A set of AWS account IDs that restrict which accounts a service principal can access resources from. This argument can only be specified when `principals` contains only service principals. When specified, it limits the source accounts from which the service can access the shared resources.
51
+ */
52
+ readonly sources: pulumi.Output<string[] | undefined>;
53
+ /**
54
+ * Create a ResourceShareAssociationsExclusive resource with the given unique name, arguments, and options.
55
+ *
56
+ * @param name The _unique_ name of the resource.
57
+ * @param args The arguments to use to populate this resource's properties.
58
+ * @param opts A bag of options that control this resource's behavior.
59
+ */
60
+ constructor(name: string, args: ResourceShareAssociationsExclusiveArgs, opts?: pulumi.CustomResourceOptions);
61
+ }
62
+ /**
63
+ * Input properties used for looking up and filtering ResourceShareAssociationsExclusive resources.
64
+ */
65
+ export interface ResourceShareAssociationsExclusiveState {
66
+ /**
67
+ * A set of principals to associate with the resource share. Principals not configured in this argument will be removed. Valid values include:
68
+ * * AWS account ID (exactly 12 digits, e.g., `123456789012`)
69
+ * * AWS Organizations Organization ARN (e.g., `arn:aws:organizations::123456789012:organization/o-exampleorgid`)
70
+ * * AWS Organizations Organizational Unit ARN (e.g., `arn:aws:organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid`)
71
+ * * IAM role ARN (e.g., `arn:aws:iam::123456789012:role/example-role`)
72
+ * * IAM user ARN (e.g., `arn:aws:iam::123456789012:user/example-user`)
73
+ * * Service principal (e.g., `ec2.amazonaws.com`)
74
+ */
75
+ principals?: pulumi.Input<pulumi.Input<string>[]>;
76
+ /**
77
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
78
+ */
79
+ region?: pulumi.Input<string>;
80
+ /**
81
+ * A set of Amazon Resource Names (ARNs) of resources to associate with the resource share. Resources not configured in this argument will be removed.
82
+ */
83
+ resourceArns?: pulumi.Input<pulumi.Input<string>[]>;
84
+ /**
85
+ * The Amazon Resource Name (ARN) of the resource share. Changing this value forces creation of a new resource.
86
+ */
87
+ resourceShareArn?: pulumi.Input<string>;
88
+ /**
89
+ * A set of AWS account IDs that restrict which accounts a service principal can access resources from. This argument can only be specified when `principals` contains only service principals. When specified, it limits the source accounts from which the service can access the shared resources.
90
+ */
91
+ sources?: pulumi.Input<pulumi.Input<string>[]>;
92
+ }
93
+ /**
94
+ * The set of arguments for constructing a ResourceShareAssociationsExclusive resource.
95
+ */
96
+ export interface ResourceShareAssociationsExclusiveArgs {
97
+ /**
98
+ * A set of principals to associate with the resource share. Principals not configured in this argument will be removed. Valid values include:
99
+ * * AWS account ID (exactly 12 digits, e.g., `123456789012`)
100
+ * * AWS Organizations Organization ARN (e.g., `arn:aws:organizations::123456789012:organization/o-exampleorgid`)
101
+ * * AWS Organizations Organizational Unit ARN (e.g., `arn:aws:organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid`)
102
+ * * IAM role ARN (e.g., `arn:aws:iam::123456789012:role/example-role`)
103
+ * * IAM user ARN (e.g., `arn:aws:iam::123456789012:user/example-user`)
104
+ * * Service principal (e.g., `ec2.amazonaws.com`)
105
+ */
106
+ principals?: pulumi.Input<pulumi.Input<string>[]>;
107
+ /**
108
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
109
+ */
110
+ region?: pulumi.Input<string>;
111
+ /**
112
+ * A set of Amazon Resource Names (ARNs) of resources to associate with the resource share. Resources not configured in this argument will be removed.
113
+ */
114
+ resourceArns?: pulumi.Input<pulumi.Input<string>[]>;
115
+ /**
116
+ * The Amazon Resource Name (ARN) of the resource share. Changing this value forces creation of a new resource.
117
+ */
118
+ resourceShareArn: pulumi.Input<string>;
119
+ /**
120
+ * A set of AWS account IDs that restrict which accounts a service principal can access resources from. This argument can only be specified when `principals` contains only service principals. When specified, it limits the source accounts from which the service can access the shared resources.
121
+ */
122
+ sources?: pulumi.Input<pulumi.Input<string>[]>;
123
+ }
@@ -0,0 +1,69 @@
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.ResourceShareAssociationsExclusive = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * ## Import
10
+ *
11
+ * Using `pulumi import`, import RAM Resource Share Association Exclusive using the `resource_share_arn`. For example:
12
+ *
13
+ * ```sh
14
+ * $ pulumi import aws:ram/resourceShareAssociationsExclusive:ResourceShareAssociationsExclusive example arn:aws:ram:eu-west-1:123456789012:resource-share/73da1ab9-b94a-4ba3-8eb4-45917f7f4b12
15
+ * ```
16
+ */
17
+ class ResourceShareAssociationsExclusive extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing ResourceShareAssociationsExclusive resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new ResourceShareAssociationsExclusive(name, state, { ...opts, id: id });
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of ResourceShareAssociationsExclusive. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === ResourceShareAssociationsExclusive.__pulumiType;
39
+ }
40
+ constructor(name, argsOrState, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (opts.id) {
44
+ const state = argsOrState;
45
+ resourceInputs["principals"] = state?.principals;
46
+ resourceInputs["region"] = state?.region;
47
+ resourceInputs["resourceArns"] = state?.resourceArns;
48
+ resourceInputs["resourceShareArn"] = state?.resourceShareArn;
49
+ resourceInputs["sources"] = state?.sources;
50
+ }
51
+ else {
52
+ const args = argsOrState;
53
+ if (args?.resourceShareArn === undefined && !opts.urn) {
54
+ throw new Error("Missing required property 'resourceShareArn'");
55
+ }
56
+ resourceInputs["principals"] = args?.principals;
57
+ resourceInputs["region"] = args?.region;
58
+ resourceInputs["resourceArns"] = args?.resourceArns;
59
+ resourceInputs["resourceShareArn"] = args?.resourceShareArn;
60
+ resourceInputs["sources"] = args?.sources;
61
+ }
62
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
63
+ super(ResourceShareAssociationsExclusive.__pulumiType, name, resourceInputs, opts);
64
+ }
65
+ }
66
+ exports.ResourceShareAssociationsExclusive = ResourceShareAssociationsExclusive;
67
+ /** @internal */
68
+ ResourceShareAssociationsExclusive.__pulumiType = 'aws:ram/resourceShareAssociationsExclusive:ResourceShareAssociationsExclusive';
69
+ //# sourceMappingURL=resourceShareAssociationsExclusive.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceShareAssociationsExclusive.js","sourceRoot":"","sources":["../../ram/resourceShareAssociationsExclusive.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,kCAAmC,SAAQ,MAAM,CAAC,cAAc;IACzE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+C,EAAE,IAAmC;QAC7I,OAAO,IAAI,kCAAkC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzF,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,kCAAkC,CAAC,YAAY,CAAC;IACnF,CAAC;IAqCD,YAAY,IAAY,EAAE,WAA8F,EAAE,IAAmC;QACzJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkE,CAAC;YACjF,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAiE,CAAC;YAC/E,IAAI,IAAI,EAAE,gBAAgB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;SAC7C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kCAAkC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvF,CAAC;;AAtFL,gFAuFC;AAzEG,gBAAgB;AACO,+CAAY,GAAG,+EAA+E,CAAC"}