@pulumi/aws 6.0.0-alpha.1 → 6.0.0-alpha.2

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 (141) hide show
  1. package/README.md +4 -4
  2. package/appintegrations/dataIntegration.d.ts +2 -1
  3. package/appintegrations/dataIntegration.js +4 -0
  4. package/appintegrations/dataIntegration.js.map +1 -1
  5. package/auditmanager/accountRegistration.d.ts +109 -0
  6. package/auditmanager/accountRegistration.js +84 -0
  7. package/auditmanager/accountRegistration.js.map +1 -0
  8. package/auditmanager/assessment.d.ts +204 -0
  9. package/auditmanager/assessment.js +118 -0
  10. package/auditmanager/assessment.js.map +1 -0
  11. package/auditmanager/assessmentDelegation.d.ts +144 -0
  12. package/auditmanager/assessmentDelegation.js +99 -0
  13. package/auditmanager/assessmentDelegation.js.map +1 -0
  14. package/auditmanager/assessmentReport.d.ts +118 -0
  15. package/auditmanager/assessmentReport.js +87 -0
  16. package/auditmanager/assessmentReport.js.map +1 -0
  17. package/auditmanager/control.d.ts +186 -0
  18. package/auditmanager/control.js +98 -0
  19. package/auditmanager/control.js.map +1 -0
  20. package/auditmanager/framework.d.ts +163 -0
  21. package/auditmanager/framework.js +95 -0
  22. package/auditmanager/framework.js.map +1 -0
  23. package/auditmanager/frameworkShare.d.ts +123 -0
  24. package/auditmanager/frameworkShare.js +91 -0
  25. package/auditmanager/frameworkShare.js.map +1 -0
  26. package/auditmanager/getControl.d.ts +146 -0
  27. package/auditmanager/getControl.js +117 -0
  28. package/auditmanager/getControl.js.map +1 -0
  29. package/auditmanager/getFramework.d.ts +74 -0
  30. package/auditmanager/getFramework.js +53 -0
  31. package/auditmanager/getFramework.js.map +1 -0
  32. package/auditmanager/index.d.ts +30 -0
  33. package/auditmanager/index.js +63 -0
  34. package/auditmanager/index.js.map +1 -0
  35. package/auditmanager/organizationAdminAccountRegistration.d.ts +77 -0
  36. package/auditmanager/organizationAdminAccountRegistration.js +75 -0
  37. package/auditmanager/organizationAdminAccountRegistration.js.map +1 -0
  38. package/chime/sdkvoiceVoiceProfileDomain.d.ts +2 -1
  39. package/chime/sdkvoiceVoiceProfileDomain.js +4 -0
  40. package/chime/sdkvoiceVoiceProfileDomain.js.map +1 -1
  41. package/cloudfront/fieldLevelEncryptionProfile.d.ts +1 -0
  42. package/cloudfront/fieldLevelEncryptionProfile.js +1 -0
  43. package/cloudfront/fieldLevelEncryptionProfile.js.map +1 -1
  44. package/cloudfront/keyGroup.d.ts +1 -0
  45. package/cloudfront/keyGroup.js +1 -0
  46. package/cloudfront/keyGroup.js.map +1 -1
  47. package/cloudfront/publicKey.d.ts +1 -0
  48. package/cloudfront/publicKey.js +1 -0
  49. package/cloudfront/publicKey.js.map +1 -1
  50. package/directoryservice/index.d.ts +3 -0
  51. package/directoryservice/index.js +6 -1
  52. package/directoryservice/index.js.map +1 -1
  53. package/directoryservice/trust.d.ts +282 -0
  54. package/directoryservice/trust.js +166 -0
  55. package/directoryservice/trust.js.map +1 -0
  56. package/ec2/securityGroup.d.ts +1 -1
  57. package/ec2/securityGroup.js +1 -1
  58. package/ec2/securityGroupRule.d.ts +2 -2
  59. package/ec2/securityGroupRule.js +2 -2
  60. package/emrcontainers/jobTemplate.d.ts +11 -8
  61. package/emrcontainers/jobTemplate.js +13 -7
  62. package/emrcontainers/jobTemplate.js.map +1 -1
  63. package/glue/dataQualityRuleset.d.ts +8 -2
  64. package/glue/dataQualityRuleset.js +10 -1
  65. package/glue/dataQualityRuleset.js.map +1 -1
  66. package/index.d.ts +4 -1
  67. package/index.js +10 -4
  68. package/index.js.map +1 -1
  69. package/medialive/index.d.ts +3 -0
  70. package/medialive/index.js +6 -1
  71. package/medialive/index.js.map +1 -1
  72. package/medialive/multiplexProgram.d.ts +130 -0
  73. package/medialive/multiplexProgram.js +109 -0
  74. package/medialive/multiplexProgram.js.map +1 -0
  75. package/package.json +2 -2
  76. package/package.json.dev +2 -2
  77. package/quicksight/folderMembership.d.ts +115 -0
  78. package/quicksight/folderMembership.js +89 -0
  79. package/quicksight/folderMembership.js.map +1 -0
  80. package/quicksight/iamPolicyAssignment.d.ts +152 -0
  81. package/quicksight/iamPolicyAssignment.js +95 -0
  82. package/quicksight/iamPolicyAssignment.js.map +1 -0
  83. package/quicksight/index.d.ts +21 -0
  84. package/quicksight/index.js +36 -1
  85. package/quicksight/index.js.map +1 -1
  86. package/quicksight/ingestion.d.ts +131 -0
  87. package/quicksight/ingestion.js +93 -0
  88. package/quicksight/ingestion.js.map +1 -0
  89. package/quicksight/namespace.d.ts +158 -0
  90. package/quicksight/namespace.js +89 -0
  91. package/quicksight/namespace.js.map +1 -0
  92. package/quicksight/refreshSchedule.d.ts +130 -0
  93. package/quicksight/refreshSchedule.js +93 -0
  94. package/quicksight/refreshSchedule.js.map +1 -0
  95. package/quicksight/templateAlias.d.ts +123 -0
  96. package/quicksight/templateAlias.js +91 -0
  97. package/quicksight/templateAlias.js.map +1 -0
  98. package/quicksight/vpcConnection.d.ts +236 -0
  99. package/quicksight/vpcConnection.js +145 -0
  100. package/quicksight/vpcConnection.js.map +1 -0
  101. package/rds/exportTask.d.ts +299 -0
  102. package/rds/exportTask.js +198 -0
  103. package/rds/exportTask.js.map +1 -0
  104. package/rds/index.d.ts +3 -0
  105. package/rds/index.js +6 -1
  106. package/rds/index.js.map +1 -1
  107. package/resourceexplorer/index.d.ts +6 -0
  108. package/resourceexplorer/index.js +27 -0
  109. package/resourceexplorer/index.js.map +1 -0
  110. package/resourceexplorer/index_.d.ts +111 -0
  111. package/resourceexplorer/index_.js +80 -0
  112. package/resourceexplorer/index_.js.map +1 -0
  113. package/resourceexplorer/view.d.ts +155 -0
  114. package/resourceexplorer/view.js +95 -0
  115. package/resourceexplorer/view.js.map +1 -0
  116. package/route53/cidrCollection.d.ts +84 -0
  117. package/route53/cidrCollection.js +76 -0
  118. package/route53/cidrCollection.js.map +1 -0
  119. package/route53/cidrLocation.d.ts +100 -0
  120. package/route53/cidrLocation.js +90 -0
  121. package/route53/cidrLocation.js.map +1 -0
  122. package/route53/index.d.ts +6 -0
  123. package/route53/index.js +11 -1
  124. package/route53/index.js.map +1 -1
  125. package/types/input.d.ts +345 -2
  126. package/types/output.d.ts +298 -2
  127. package/vpc/getSecurityGroupRule.d.ts +117 -0
  128. package/vpc/getSecurityGroupRule.js +49 -0
  129. package/vpc/getSecurityGroupRule.js.map +1 -0
  130. package/vpc/getSecurityGroupRules.d.ts +91 -0
  131. package/vpc/getSecurityGroupRules.js +55 -0
  132. package/vpc/getSecurityGroupRules.js.map +1 -0
  133. package/vpc/index.d.ts +12 -0
  134. package/vpc/index.js +33 -0
  135. package/vpc/index.js.map +1 -0
  136. package/vpc/securityGroupEgressRule.d.ts +223 -0
  137. package/vpc/securityGroupEgressRule.js +109 -0
  138. package/vpc/securityGroupEgressRule.js.map +1 -0
  139. package/vpc/securityGroupIngressRule.d.ts +223 -0
  140. package/vpc/securityGroupIngressRule.js +109 -0
  141. package/vpc/securityGroupIngressRule.js.map +1 -0
@@ -0,0 +1,109 @@
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.MultiplexProgram = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource for managing an AWS MediaLive MultiplexProgram.
10
+ *
11
+ * ## Example Usage
12
+ * ### Basic Usage
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as aws from "@pulumi/aws";
17
+ *
18
+ * const available = aws.getAvailabilityZones({
19
+ * state: "available",
20
+ * });
21
+ * const exampleMultiplex = new aws.medialive.Multiplex("exampleMultiplex", {
22
+ * availabilityZones: [
23
+ * available.then(available => available.names?.[0]),
24
+ * available.then(available => available.names?.[1]),
25
+ * ],
26
+ * multiplexSettings: {
27
+ * transportStreamBitrate: 1000000,
28
+ * transportStreamId: 1,
29
+ * transportStreamReservedBitrate: 1,
30
+ * maximumVideoBufferDelayMilliseconds: 1000,
31
+ * },
32
+ * startMultiplex: true,
33
+ * tags: {
34
+ * tag1: "value1",
35
+ * },
36
+ * });
37
+ * const exampleMultiplexProgram = new aws.medialive.MultiplexProgram("exampleMultiplexProgram", {
38
+ * programName: "example_program",
39
+ * multiplexId: exampleMultiplex.id,
40
+ * multiplexProgramSettings: {
41
+ * programNumber: 1,
42
+ * preferredChannelPipeline: "CURRENTLY_ACTIVE",
43
+ * videoSettings: {
44
+ * constantBitrate: 100000,
45
+ * },
46
+ * },
47
+ * });
48
+ * ```
49
+ *
50
+ * ## Import
51
+ *
52
+ * MediaLive MultiplexProgram can be imported using the `id`, or a combination of "`program_name`/`multiplex_id`" e.g.,
53
+ *
54
+ * ```sh
55
+ * $ pulumi import aws:medialive/multiplexProgram:MultiplexProgram example example_program/1234567
56
+ * ```
57
+ */
58
+ class MultiplexProgram extends pulumi.CustomResource {
59
+ /**
60
+ * Get an existing MultiplexProgram resource's state with the given name, ID, and optional extra
61
+ * properties used to qualify the lookup.
62
+ *
63
+ * @param name The _unique_ name of the resulting resource.
64
+ * @param id The _unique_ provider ID of the resource to lookup.
65
+ * @param state Any extra arguments used during the lookup.
66
+ * @param opts Optional settings to control the behavior of the CustomResource.
67
+ */
68
+ static get(name, id, state, opts) {
69
+ return new MultiplexProgram(name, state, Object.assign(Object.assign({}, opts), { id: id }));
70
+ }
71
+ /**
72
+ * Returns true if the given object is an instance of MultiplexProgram. This is designed to work even
73
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
74
+ */
75
+ static isInstance(obj) {
76
+ if (obj === undefined || obj === null) {
77
+ return false;
78
+ }
79
+ return obj['__pulumiType'] === MultiplexProgram.__pulumiType;
80
+ }
81
+ constructor(name, argsOrState, opts) {
82
+ let resourceInputs = {};
83
+ opts = opts || {};
84
+ if (opts.id) {
85
+ const state = argsOrState;
86
+ resourceInputs["multiplexId"] = state ? state.multiplexId : undefined;
87
+ resourceInputs["multiplexProgramSettings"] = state ? state.multiplexProgramSettings : undefined;
88
+ resourceInputs["programName"] = state ? state.programName : undefined;
89
+ }
90
+ else {
91
+ const args = argsOrState;
92
+ if ((!args || args.multiplexId === undefined) && !opts.urn) {
93
+ throw new Error("Missing required property 'multiplexId'");
94
+ }
95
+ if ((!args || args.programName === undefined) && !opts.urn) {
96
+ throw new Error("Missing required property 'programName'");
97
+ }
98
+ resourceInputs["multiplexId"] = args ? args.multiplexId : undefined;
99
+ resourceInputs["multiplexProgramSettings"] = args ? args.multiplexProgramSettings : undefined;
100
+ resourceInputs["programName"] = args ? args.programName : undefined;
101
+ }
102
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
103
+ super(MultiplexProgram.__pulumiType, name, resourceInputs, opts);
104
+ }
105
+ }
106
+ exports.MultiplexProgram = MultiplexProgram;
107
+ /** @internal */
108
+ MultiplexProgram.__pulumiType = 'aws:medialive/multiplexProgram:MultiplexProgram';
109
+ //# sourceMappingURL=multiplexProgram.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multiplexProgram.js","sourceRoot":"","sources":["../../medialive/multiplexProgram.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAyBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAzEL,4CA0EC;AA5DG,gBAAgB;AACO,6BAAY,GAAG,iDAAiD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "v6.0.0-alpha.1+ae83fcf6",
3
+ "version": "v6.0.0-alpha.2+473c82f2",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource aws v6.0.0-alpha.1+ae83fcf6"
14
+ "install": "node scripts/install-pulumi-plugin.js resource aws v6.0.0-alpha.2+473c82f2"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0",
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "v6.0.0-alpha.1+ae83fcf6",
3
+ "version": "v6.0.0-alpha.2+473c82f2",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource aws v6.0.0-alpha.1+ae83fcf6"
14
+ "install": "node scripts/install-pulumi-plugin.js resource aws v6.0.0-alpha.2+473c82f2"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0",
@@ -0,0 +1,115 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Resource for managing an AWS QuickSight Folder Membership.
4
+ *
5
+ * ## Example Usage
6
+ * ### Basic Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aws from "@pulumi/aws";
11
+ *
12
+ * const example = new aws.quicksight.FolderMembership("example", {
13
+ * folderId: aws_quicksight_folder.example.folder_id,
14
+ * memberType: "DATASET",
15
+ * memberId: aws_quicksight_data_set.example.data_set_id,
16
+ * });
17
+ * ```
18
+ *
19
+ * ## Import
20
+ *
21
+ * QuickSight Folder Membership can be imported using the AWS account ID, folder ID, member type, and member ID separated by commas (`,`) e.g.,
22
+ *
23
+ * ```sh
24
+ * $ pulumi import aws:quicksight/folderMembership:FolderMembership example 123456789012,example-folder,DATASET,example-dataset
25
+ * ```
26
+ */
27
+ export declare class FolderMembership extends pulumi.CustomResource {
28
+ /**
29
+ * Get an existing FolderMembership resource's state with the given name, ID, and optional extra
30
+ * properties used to qualify the lookup.
31
+ *
32
+ * @param name The _unique_ name of the resulting resource.
33
+ * @param id The _unique_ provider ID of the resource to lookup.
34
+ * @param state Any extra arguments used during the lookup.
35
+ * @param opts Optional settings to control the behavior of the CustomResource.
36
+ */
37
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FolderMembershipState, opts?: pulumi.CustomResourceOptions): FolderMembership;
38
+ /**
39
+ * Returns true if the given object is an instance of FolderMembership. This is designed to work even
40
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
41
+ */
42
+ static isInstance(obj: any): obj is FolderMembership;
43
+ /**
44
+ * AWS account ID.
45
+ */
46
+ readonly awsAccountId: pulumi.Output<string>;
47
+ /**
48
+ * Identifier for the folder.
49
+ */
50
+ readonly folderId: pulumi.Output<string>;
51
+ /**
52
+ * ID of the asset (the dashboard, analysis, or dataset).
53
+ */
54
+ readonly memberId: pulumi.Output<string>;
55
+ /**
56
+ * Type of the member. Valid values are `ANALYSIS`, `DASHBOARD`, and `DATASET`.
57
+ *
58
+ * The following arguments are optional:
59
+ */
60
+ readonly memberType: pulumi.Output<string>;
61
+ /**
62
+ * Create a FolderMembership resource with the given unique name, arguments, and options.
63
+ *
64
+ * @param name The _unique_ name of the resource.
65
+ * @param args The arguments to use to populate this resource's properties.
66
+ * @param opts A bag of options that control this resource's behavior.
67
+ */
68
+ constructor(name: string, args: FolderMembershipArgs, opts?: pulumi.CustomResourceOptions);
69
+ }
70
+ /**
71
+ * Input properties used for looking up and filtering FolderMembership resources.
72
+ */
73
+ export interface FolderMembershipState {
74
+ /**
75
+ * AWS account ID.
76
+ */
77
+ awsAccountId?: pulumi.Input<string>;
78
+ /**
79
+ * Identifier for the folder.
80
+ */
81
+ folderId?: pulumi.Input<string>;
82
+ /**
83
+ * ID of the asset (the dashboard, analysis, or dataset).
84
+ */
85
+ memberId?: pulumi.Input<string>;
86
+ /**
87
+ * Type of the member. Valid values are `ANALYSIS`, `DASHBOARD`, and `DATASET`.
88
+ *
89
+ * The following arguments are optional:
90
+ */
91
+ memberType?: pulumi.Input<string>;
92
+ }
93
+ /**
94
+ * The set of arguments for constructing a FolderMembership resource.
95
+ */
96
+ export interface FolderMembershipArgs {
97
+ /**
98
+ * AWS account ID.
99
+ */
100
+ awsAccountId?: pulumi.Input<string>;
101
+ /**
102
+ * Identifier for the folder.
103
+ */
104
+ folderId: pulumi.Input<string>;
105
+ /**
106
+ * ID of the asset (the dashboard, analysis, or dataset).
107
+ */
108
+ memberId: pulumi.Input<string>;
109
+ /**
110
+ * Type of the member. Valid values are `ANALYSIS`, `DASHBOARD`, and `DATASET`.
111
+ *
112
+ * The following arguments are optional:
113
+ */
114
+ memberType: pulumi.Input<string>;
115
+ }
@@ -0,0 +1,89 @@
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.FolderMembership = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource for managing an AWS QuickSight Folder Membership.
10
+ *
11
+ * ## Example Usage
12
+ * ### Basic Usage
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as aws from "@pulumi/aws";
17
+ *
18
+ * const example = new aws.quicksight.FolderMembership("example", {
19
+ * folderId: aws_quicksight_folder.example.folder_id,
20
+ * memberType: "DATASET",
21
+ * memberId: aws_quicksight_data_set.example.data_set_id,
22
+ * });
23
+ * ```
24
+ *
25
+ * ## Import
26
+ *
27
+ * QuickSight Folder Membership can be imported using the AWS account ID, folder ID, member type, and member ID separated by commas (`,`) e.g.,
28
+ *
29
+ * ```sh
30
+ * $ pulumi import aws:quicksight/folderMembership:FolderMembership example 123456789012,example-folder,DATASET,example-dataset
31
+ * ```
32
+ */
33
+ class FolderMembership extends pulumi.CustomResource {
34
+ /**
35
+ * Get an existing FolderMembership resource's state with the given name, ID, and optional extra
36
+ * properties used to qualify the lookup.
37
+ *
38
+ * @param name The _unique_ name of the resulting resource.
39
+ * @param id The _unique_ provider ID of the resource to lookup.
40
+ * @param state Any extra arguments used during the lookup.
41
+ * @param opts Optional settings to control the behavior of the CustomResource.
42
+ */
43
+ static get(name, id, state, opts) {
44
+ return new FolderMembership(name, state, Object.assign(Object.assign({}, opts), { id: id }));
45
+ }
46
+ /**
47
+ * Returns true if the given object is an instance of FolderMembership. This is designed to work even
48
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
49
+ */
50
+ static isInstance(obj) {
51
+ if (obj === undefined || obj === null) {
52
+ return false;
53
+ }
54
+ return obj['__pulumiType'] === FolderMembership.__pulumiType;
55
+ }
56
+ constructor(name, argsOrState, opts) {
57
+ let resourceInputs = {};
58
+ opts = opts || {};
59
+ if (opts.id) {
60
+ const state = argsOrState;
61
+ resourceInputs["awsAccountId"] = state ? state.awsAccountId : undefined;
62
+ resourceInputs["folderId"] = state ? state.folderId : undefined;
63
+ resourceInputs["memberId"] = state ? state.memberId : undefined;
64
+ resourceInputs["memberType"] = state ? state.memberType : undefined;
65
+ }
66
+ else {
67
+ const args = argsOrState;
68
+ if ((!args || args.folderId === undefined) && !opts.urn) {
69
+ throw new Error("Missing required property 'folderId'");
70
+ }
71
+ if ((!args || args.memberId === undefined) && !opts.urn) {
72
+ throw new Error("Missing required property 'memberId'");
73
+ }
74
+ if ((!args || args.memberType === undefined) && !opts.urn) {
75
+ throw new Error("Missing required property 'memberType'");
76
+ }
77
+ resourceInputs["awsAccountId"] = args ? args.awsAccountId : undefined;
78
+ resourceInputs["folderId"] = args ? args.folderId : undefined;
79
+ resourceInputs["memberId"] = args ? args.memberId : undefined;
80
+ resourceInputs["memberType"] = args ? args.memberType : undefined;
81
+ }
82
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
83
+ super(FolderMembership.__pulumiType, name, resourceInputs, opts);
84
+ }
85
+ }
86
+ exports.FolderMembership = FolderMembership;
87
+ /** @internal */
88
+ FolderMembership.__pulumiType = 'aws:quicksight/folderMembership:FolderMembership';
89
+ //# sourceMappingURL=folderMembership.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"folderMembership.js","sourceRoot":"","sources":["../../quicksight/folderMembership.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,152 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Resource for managing an AWS QuickSight IAM Policy Assignment.
6
+ *
7
+ * ## Example Usage
8
+ * ### Basic Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as aws from "@pulumi/aws";
13
+ *
14
+ * const example = new aws.quicksight.IamPolicyAssignment("example", {
15
+ * assignmentName: "example",
16
+ * assignmentStatus: "ENABLED",
17
+ * policyArn: aws_iam_policy.example.arn,
18
+ * identities: {
19
+ * users: [aws_quicksight_user.example.user_name],
20
+ * },
21
+ * });
22
+ * ```
23
+ *
24
+ * ## Import
25
+ *
26
+ * QuickSight IAM Policy Assignment can be imported using the AWS account ID, namespace, and assignment name separated by commas (`,`) e.g.,
27
+ *
28
+ * ```sh
29
+ * $ pulumi import aws:quicksight/iamPolicyAssignment:IamPolicyAssignment example 123456789012,default,example
30
+ * ```
31
+ */
32
+ export declare class IamPolicyAssignment extends pulumi.CustomResource {
33
+ /**
34
+ * Get an existing IamPolicyAssignment resource's state with the given name, ID, and optional extra
35
+ * properties used to qualify the lookup.
36
+ *
37
+ * @param name The _unique_ name of the resulting resource.
38
+ * @param id The _unique_ provider ID of the resource to lookup.
39
+ * @param state Any extra arguments used during the lookup.
40
+ * @param opts Optional settings to control the behavior of the CustomResource.
41
+ */
42
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IamPolicyAssignmentState, opts?: pulumi.CustomResourceOptions): IamPolicyAssignment;
43
+ /**
44
+ * Returns true if the given object is an instance of IamPolicyAssignment. This is designed to work even
45
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
46
+ */
47
+ static isInstance(obj: any): obj is IamPolicyAssignment;
48
+ /**
49
+ * Assignment ID.
50
+ */
51
+ readonly assignmentId: pulumi.Output<string>;
52
+ /**
53
+ * Name of the assignment.
54
+ */
55
+ readonly assignmentName: pulumi.Output<string>;
56
+ /**
57
+ * Status of the assignment. Valid values are `ENABLED`, `DISABLED`, and `DRAFT`.
58
+ *
59
+ * The following arguments are optional:
60
+ */
61
+ readonly assignmentStatus: pulumi.Output<string>;
62
+ /**
63
+ * AWS account ID.
64
+ */
65
+ readonly awsAccountId: pulumi.Output<string>;
66
+ /**
67
+ * Amazon QuickSight users, groups, or both to assign the policy to. See `identities`.
68
+ */
69
+ readonly identities: pulumi.Output<outputs.quicksight.IamPolicyAssignmentIdentities | undefined>;
70
+ /**
71
+ * Namespace that contains the assignment. Defaults to `default`.
72
+ */
73
+ readonly namespace: pulumi.Output<string>;
74
+ /**
75
+ * ARN of the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.
76
+ */
77
+ readonly policyArn: pulumi.Output<string | undefined>;
78
+ /**
79
+ * Create a IamPolicyAssignment resource with the given unique name, arguments, and options.
80
+ *
81
+ * @param name The _unique_ name of the resource.
82
+ * @param args The arguments to use to populate this resource's properties.
83
+ * @param opts A bag of options that control this resource's behavior.
84
+ */
85
+ constructor(name: string, args: IamPolicyAssignmentArgs, opts?: pulumi.CustomResourceOptions);
86
+ }
87
+ /**
88
+ * Input properties used for looking up and filtering IamPolicyAssignment resources.
89
+ */
90
+ export interface IamPolicyAssignmentState {
91
+ /**
92
+ * Assignment ID.
93
+ */
94
+ assignmentId?: pulumi.Input<string>;
95
+ /**
96
+ * Name of the assignment.
97
+ */
98
+ assignmentName?: pulumi.Input<string>;
99
+ /**
100
+ * Status of the assignment. Valid values are `ENABLED`, `DISABLED`, and `DRAFT`.
101
+ *
102
+ * The following arguments are optional:
103
+ */
104
+ assignmentStatus?: pulumi.Input<string>;
105
+ /**
106
+ * AWS account ID.
107
+ */
108
+ awsAccountId?: pulumi.Input<string>;
109
+ /**
110
+ * Amazon QuickSight users, groups, or both to assign the policy to. See `identities`.
111
+ */
112
+ identities?: pulumi.Input<inputs.quicksight.IamPolicyAssignmentIdentities>;
113
+ /**
114
+ * Namespace that contains the assignment. Defaults to `default`.
115
+ */
116
+ namespace?: pulumi.Input<string>;
117
+ /**
118
+ * ARN of the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.
119
+ */
120
+ policyArn?: pulumi.Input<string>;
121
+ }
122
+ /**
123
+ * The set of arguments for constructing a IamPolicyAssignment resource.
124
+ */
125
+ export interface IamPolicyAssignmentArgs {
126
+ /**
127
+ * Name of the assignment.
128
+ */
129
+ assignmentName: pulumi.Input<string>;
130
+ /**
131
+ * Status of the assignment. Valid values are `ENABLED`, `DISABLED`, and `DRAFT`.
132
+ *
133
+ * The following arguments are optional:
134
+ */
135
+ assignmentStatus: pulumi.Input<string>;
136
+ /**
137
+ * AWS account ID.
138
+ */
139
+ awsAccountId?: pulumi.Input<string>;
140
+ /**
141
+ * Amazon QuickSight users, groups, or both to assign the policy to. See `identities`.
142
+ */
143
+ identities?: pulumi.Input<inputs.quicksight.IamPolicyAssignmentIdentities>;
144
+ /**
145
+ * Namespace that contains the assignment. Defaults to `default`.
146
+ */
147
+ namespace?: pulumi.Input<string>;
148
+ /**
149
+ * ARN of the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.
150
+ */
151
+ policyArn?: pulumi.Input<string>;
152
+ }
@@ -0,0 +1,95 @@
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.IamPolicyAssignment = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource for managing an AWS QuickSight IAM Policy Assignment.
10
+ *
11
+ * ## Example Usage
12
+ * ### Basic Usage
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as aws from "@pulumi/aws";
17
+ *
18
+ * const example = new aws.quicksight.IamPolicyAssignment("example", {
19
+ * assignmentName: "example",
20
+ * assignmentStatus: "ENABLED",
21
+ * policyArn: aws_iam_policy.example.arn,
22
+ * identities: {
23
+ * users: [aws_quicksight_user.example.user_name],
24
+ * },
25
+ * });
26
+ * ```
27
+ *
28
+ * ## Import
29
+ *
30
+ * QuickSight IAM Policy Assignment can be imported using the AWS account ID, namespace, and assignment name separated by commas (`,`) e.g.,
31
+ *
32
+ * ```sh
33
+ * $ pulumi import aws:quicksight/iamPolicyAssignment:IamPolicyAssignment example 123456789012,default,example
34
+ * ```
35
+ */
36
+ class IamPolicyAssignment extends pulumi.CustomResource {
37
+ /**
38
+ * Get an existing IamPolicyAssignment resource's state with the given name, ID, and optional extra
39
+ * properties used to qualify the lookup.
40
+ *
41
+ * @param name The _unique_ name of the resulting resource.
42
+ * @param id The _unique_ provider ID of the resource to lookup.
43
+ * @param state Any extra arguments used during the lookup.
44
+ * @param opts Optional settings to control the behavior of the CustomResource.
45
+ */
46
+ static get(name, id, state, opts) {
47
+ return new IamPolicyAssignment(name, state, Object.assign(Object.assign({}, opts), { id: id }));
48
+ }
49
+ /**
50
+ * Returns true if the given object is an instance of IamPolicyAssignment. This is designed to work even
51
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
52
+ */
53
+ static isInstance(obj) {
54
+ if (obj === undefined || obj === null) {
55
+ return false;
56
+ }
57
+ return obj['__pulumiType'] === IamPolicyAssignment.__pulumiType;
58
+ }
59
+ constructor(name, argsOrState, opts) {
60
+ let resourceInputs = {};
61
+ opts = opts || {};
62
+ if (opts.id) {
63
+ const state = argsOrState;
64
+ resourceInputs["assignmentId"] = state ? state.assignmentId : undefined;
65
+ resourceInputs["assignmentName"] = state ? state.assignmentName : undefined;
66
+ resourceInputs["assignmentStatus"] = state ? state.assignmentStatus : undefined;
67
+ resourceInputs["awsAccountId"] = state ? state.awsAccountId : undefined;
68
+ resourceInputs["identities"] = state ? state.identities : undefined;
69
+ resourceInputs["namespace"] = state ? state.namespace : undefined;
70
+ resourceInputs["policyArn"] = state ? state.policyArn : undefined;
71
+ }
72
+ else {
73
+ const args = argsOrState;
74
+ if ((!args || args.assignmentName === undefined) && !opts.urn) {
75
+ throw new Error("Missing required property 'assignmentName'");
76
+ }
77
+ if ((!args || args.assignmentStatus === undefined) && !opts.urn) {
78
+ throw new Error("Missing required property 'assignmentStatus'");
79
+ }
80
+ resourceInputs["assignmentName"] = args ? args.assignmentName : undefined;
81
+ resourceInputs["assignmentStatus"] = args ? args.assignmentStatus : undefined;
82
+ resourceInputs["awsAccountId"] = args ? args.awsAccountId : undefined;
83
+ resourceInputs["identities"] = args ? args.identities : undefined;
84
+ resourceInputs["namespace"] = args ? args.namespace : undefined;
85
+ resourceInputs["policyArn"] = args ? args.policyArn : undefined;
86
+ resourceInputs["assignmentId"] = undefined /*out*/;
87
+ }
88
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
89
+ super(IamPolicyAssignment.__pulumiType, name, resourceInputs, opts);
90
+ }
91
+ }
92
+ exports.IamPolicyAssignment = IamPolicyAssignment;
93
+ /** @internal */
94
+ IamPolicyAssignment.__pulumiType = 'aws:quicksight/iamPolicyAssignment:IamPolicyAssignment';
95
+ //# sourceMappingURL=iamPolicyAssignment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iamPolicyAssignment.js","sourceRoot":"","sources":["../../quicksight/iamPolicyAssignment.ts"],"names":[],"mappings":"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"}
@@ -16,6 +16,9 @@ export declare const DataSource: typeof import("./dataSource").DataSource;
16
16
  export { FolderArgs, FolderState } from "./folder";
17
17
  export type Folder = import("./folder").Folder;
18
18
  export declare const Folder: typeof import("./folder").Folder;
19
+ export { FolderMembershipArgs, FolderMembershipState } from "./folderMembership";
20
+ export type FolderMembership = import("./folderMembership").FolderMembership;
21
+ export declare const FolderMembership: typeof import("./folderMembership").FolderMembership;
19
22
  export { GetDataSetArgs, GetDataSetResult, GetDataSetOutputArgs } from "./getDataSet";
20
23
  export declare const getDataSet: typeof import("./getDataSet").getDataSet;
21
24
  export declare const getDataSetOutput: typeof import("./getDataSet").getDataSetOutput;
@@ -31,9 +34,27 @@ export declare const Group: typeof import("./group").Group;
31
34
  export { GroupMembershipArgs, GroupMembershipState } from "./groupMembership";
32
35
  export type GroupMembership = import("./groupMembership").GroupMembership;
33
36
  export declare const GroupMembership: typeof import("./groupMembership").GroupMembership;
37
+ export { IamPolicyAssignmentArgs, IamPolicyAssignmentState } from "./iamPolicyAssignment";
38
+ export type IamPolicyAssignment = import("./iamPolicyAssignment").IamPolicyAssignment;
39
+ export declare const IamPolicyAssignment: typeof import("./iamPolicyAssignment").IamPolicyAssignment;
40
+ export { IngestionArgs, IngestionState } from "./ingestion";
41
+ export type Ingestion = import("./ingestion").Ingestion;
42
+ export declare const Ingestion: typeof import("./ingestion").Ingestion;
43
+ export { NamespaceArgs, NamespaceState } from "./namespace";
44
+ export type Namespace = import("./namespace").Namespace;
45
+ export declare const Namespace: typeof import("./namespace").Namespace;
46
+ export { RefreshScheduleArgs, RefreshScheduleState } from "./refreshSchedule";
47
+ export type RefreshSchedule = import("./refreshSchedule").RefreshSchedule;
48
+ export declare const RefreshSchedule: typeof import("./refreshSchedule").RefreshSchedule;
34
49
  export { TemplateArgs, TemplateState } from "./template";
35
50
  export type Template = import("./template").Template;
36
51
  export declare const Template: typeof import("./template").Template;
52
+ export { TemplateAliasArgs, TemplateAliasState } from "./templateAlias";
53
+ export type TemplateAlias = import("./templateAlias").TemplateAlias;
54
+ export declare const TemplateAlias: typeof import("./templateAlias").TemplateAlias;
37
55
  export { UserArgs, UserState } from "./user";
38
56
  export type User = import("./user").User;
39
57
  export declare const User: typeof import("./user").User;
58
+ export { VpcConnectionArgs, VpcConnectionState } from "./vpcConnection";
59
+ export type VpcConnection = import("./vpcConnection").VpcConnection;
60
+ export declare const VpcConnection: typeof import("./vpcConnection").VpcConnection;