@pulumi/aws 6.41.0-alpha.1718437310 → 6.41.0-alpha.1718712658

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 (57) hide show
  1. package/appfabric/appAuthorization.d.ts +180 -0
  2. package/appfabric/appAuthorization.js +109 -0
  3. package/appfabric/appAuthorization.js.map +1 -0
  4. package/appfabric/appBundle.d.ts +117 -0
  5. package/appfabric/appBundle.js +82 -0
  6. package/appfabric/appBundle.js.map +1 -0
  7. package/appfabric/index.d.ts +6 -0
  8. package/appfabric/index.js +27 -0
  9. package/appfabric/index.js.map +1 -0
  10. package/codebuild/project.d.ts +3 -3
  11. package/detective/organizationConfiguration.d.ts +2 -2
  12. package/detective/organizationConfiguration.js +2 -2
  13. package/ec2/capacityBlockReservation.d.ts +210 -0
  14. package/ec2/capacityBlockReservation.js +96 -0
  15. package/ec2/capacityBlockReservation.js.map +1 -0
  16. package/ec2/getCapacityBlockOffering.d.ts +93 -0
  17. package/ec2/getCapacityBlockOffering.js +29 -0
  18. package/ec2/getCapacityBlockOffering.js.map +1 -0
  19. package/ec2/index.d.ts +6 -0
  20. package/ec2/index.js +13 -5
  21. package/ec2/index.js.map +1 -1
  22. package/ec2/launchTemplate.d.ts +3 -3
  23. package/ec2/trafficMirrorSession.d.ts +1 -1
  24. package/ec2/vpcEndpoint.d.ts +39 -0
  25. package/ec2/vpcEndpoint.js +29 -0
  26. package/ec2/vpcEndpoint.js.map +1 -1
  27. package/fms/index.d.ts +3 -0
  28. package/fms/index.js +6 -1
  29. package/fms/index.js.map +1 -1
  30. package/fms/resourceSet.d.ts +107 -0
  31. package/fms/resourceSet.js +82 -0
  32. package/fms/resourceSet.js.map +1 -0
  33. package/guardduty/detectorFeature.d.ts +6 -6
  34. package/guardduty/index.d.ts +3 -0
  35. package/guardduty/index.js +6 -1
  36. package/guardduty/index.js.map +1 -1
  37. package/guardduty/malwareProtectionPlan.d.ts +139 -0
  38. package/guardduty/malwareProtectionPlan.js +77 -0
  39. package/guardduty/malwareProtectionPlan.js.map +1 -0
  40. package/guardduty/organizationConfigurationFeature.d.ts +6 -6
  41. package/index.d.ts +2 -1
  42. package/index.js +7 -5
  43. package/index.js.map +1 -1
  44. package/opensearch/domain.d.ts +12 -0
  45. package/opensearch/domain.js +2 -0
  46. package/opensearch/domain.js.map +1 -1
  47. package/opensearch/getDomain.d.ts +4 -0
  48. package/opensearch/getDomain.js.map +1 -1
  49. package/package.json +2 -2
  50. package/ssoadmin/accountAssignment.d.ts +1 -1
  51. package/ssoadmin/accountAssignment.js +1 -1
  52. package/ssoadmin/managedPolicyAttachment.d.ts +1 -1
  53. package/ssoadmin/managedPolicyAttachment.js +1 -1
  54. package/types/input.d.ts +146 -4
  55. package/types/input.js.map +1 -1
  56. package/types/output.d.ts +146 -4
  57. package/types/output.js.map +1 -1
@@ -0,0 +1,180 @@
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 AppFabric App Authorization.
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.appfabric.AppAuthorization("example", {
16
+ * app: "TERRAFORMCLOUD",
17
+ * appBundleArn: arn,
18
+ * authType: "apiKey",
19
+ * credential: {
20
+ * apiKeyCredentials: [{
21
+ * apiKey: "exampleapikeytoken",
22
+ * }],
23
+ * },
24
+ * tenants: [{
25
+ * tenantDisplayName: "example",
26
+ * tenantIdentifier: "example",
27
+ * }],
28
+ * });
29
+ * ```
30
+ */
31
+ export declare class AppAuthorization extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing AppAuthorization 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?: AppAuthorizationState, opts?: pulumi.CustomResourceOptions): AppAuthorization;
42
+ /**
43
+ * Returns true if the given object is an instance of AppAuthorization. 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 AppAuthorization;
47
+ /**
48
+ * The name of the application for valid values see https://docs.aws.amazon.com/appfabric/latest/api/API_CreateAppAuthorization.html.
49
+ */
50
+ readonly app: pulumi.Output<string>;
51
+ /**
52
+ * The Amazon Resource Name (ARN) of the app bundle to use for the request.
53
+ */
54
+ readonly appBundleArn: pulumi.Output<string>;
55
+ /**
56
+ * ARN of the App Authorization. Do not begin the description with "An", "The", "Defines", "Indicates", or "Specifies," as these are verbose. In other words, "Indicates the amount of storage," can be rewritten as "Amount of storage," without losing any information.
57
+ */
58
+ readonly arn: pulumi.Output<string>;
59
+ /**
60
+ * The authorization type for the app authorization valid values are oauth2 and apiKey.
61
+ */
62
+ readonly authType: pulumi.Output<string>;
63
+ /**
64
+ * The application URL for the OAuth flow.
65
+ */
66
+ readonly authUrl: pulumi.Output<string>;
67
+ readonly createdAt: pulumi.Output<string>;
68
+ /**
69
+ * Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
70
+ * Specify credentials that match the authorization type for your request. For example, if the authorization type for your request is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.
71
+ */
72
+ readonly credential: pulumi.Output<outputs.appfabric.AppAuthorizationCredential | undefined>;
73
+ /**
74
+ * The user persona of the app authorization.
75
+ */
76
+ readonly persona: pulumi.Output<string>;
77
+ readonly tags: pulumi.Output<{
78
+ [key: string]: string;
79
+ } | undefined>;
80
+ /**
81
+ * @deprecated Please use `tags` instead.
82
+ */
83
+ readonly tagsAll: pulumi.Output<{
84
+ [key: string]: string;
85
+ }>;
86
+ /**
87
+ * Contains information about an application tenant, such as the application display name and identifier.
88
+ */
89
+ readonly tenants: pulumi.Output<outputs.appfabric.AppAuthorizationTenant[] | undefined>;
90
+ readonly timeouts: pulumi.Output<outputs.appfabric.AppAuthorizationTimeouts | undefined>;
91
+ readonly updatedAt: pulumi.Output<string>;
92
+ /**
93
+ * Create a AppAuthorization resource with the given unique name, arguments, and options.
94
+ *
95
+ * @param name The _unique_ name of the resource.
96
+ * @param args The arguments to use to populate this resource's properties.
97
+ * @param opts A bag of options that control this resource's behavior.
98
+ */
99
+ constructor(name: string, args: AppAuthorizationArgs, opts?: pulumi.CustomResourceOptions);
100
+ }
101
+ /**
102
+ * Input properties used for looking up and filtering AppAuthorization resources.
103
+ */
104
+ export interface AppAuthorizationState {
105
+ /**
106
+ * The name of the application for valid values see https://docs.aws.amazon.com/appfabric/latest/api/API_CreateAppAuthorization.html.
107
+ */
108
+ app?: pulumi.Input<string>;
109
+ /**
110
+ * The Amazon Resource Name (ARN) of the app bundle to use for the request.
111
+ */
112
+ appBundleArn?: pulumi.Input<string>;
113
+ /**
114
+ * ARN of the App Authorization. Do not begin the description with "An", "The", "Defines", "Indicates", or "Specifies," as these are verbose. In other words, "Indicates the amount of storage," can be rewritten as "Amount of storage," without losing any information.
115
+ */
116
+ arn?: pulumi.Input<string>;
117
+ /**
118
+ * The authorization type for the app authorization valid values are oauth2 and apiKey.
119
+ */
120
+ authType?: pulumi.Input<string>;
121
+ /**
122
+ * The application URL for the OAuth flow.
123
+ */
124
+ authUrl?: pulumi.Input<string>;
125
+ createdAt?: pulumi.Input<string>;
126
+ /**
127
+ * Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
128
+ * Specify credentials that match the authorization type for your request. For example, if the authorization type for your request is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.
129
+ */
130
+ credential?: pulumi.Input<inputs.appfabric.AppAuthorizationCredential>;
131
+ /**
132
+ * The user persona of the app authorization.
133
+ */
134
+ persona?: pulumi.Input<string>;
135
+ tags?: pulumi.Input<{
136
+ [key: string]: pulumi.Input<string>;
137
+ }>;
138
+ /**
139
+ * @deprecated Please use `tags` instead.
140
+ */
141
+ tagsAll?: pulumi.Input<{
142
+ [key: string]: pulumi.Input<string>;
143
+ }>;
144
+ /**
145
+ * Contains information about an application tenant, such as the application display name and identifier.
146
+ */
147
+ tenants?: pulumi.Input<pulumi.Input<inputs.appfabric.AppAuthorizationTenant>[]>;
148
+ timeouts?: pulumi.Input<inputs.appfabric.AppAuthorizationTimeouts>;
149
+ updatedAt?: pulumi.Input<string>;
150
+ }
151
+ /**
152
+ * The set of arguments for constructing a AppAuthorization resource.
153
+ */
154
+ export interface AppAuthorizationArgs {
155
+ /**
156
+ * The name of the application for valid values see https://docs.aws.amazon.com/appfabric/latest/api/API_CreateAppAuthorization.html.
157
+ */
158
+ app: pulumi.Input<string>;
159
+ /**
160
+ * The Amazon Resource Name (ARN) of the app bundle to use for the request.
161
+ */
162
+ appBundleArn: pulumi.Input<string>;
163
+ /**
164
+ * The authorization type for the app authorization valid values are oauth2 and apiKey.
165
+ */
166
+ authType: pulumi.Input<string>;
167
+ /**
168
+ * Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
169
+ * Specify credentials that match the authorization type for your request. For example, if the authorization type for your request is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.
170
+ */
171
+ credential?: pulumi.Input<inputs.appfabric.AppAuthorizationCredential>;
172
+ tags?: pulumi.Input<{
173
+ [key: string]: pulumi.Input<string>;
174
+ }>;
175
+ /**
176
+ * Contains information about an application tenant, such as the application display name and identifier.
177
+ */
178
+ tenants?: pulumi.Input<pulumi.Input<inputs.appfabric.AppAuthorizationTenant>[]>;
179
+ timeouts?: pulumi.Input<inputs.appfabric.AppAuthorizationTimeouts>;
180
+ }
@@ -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.AppAuthorization = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource for managing an AWS AppFabric App Authorization.
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.appfabric.AppAuthorization("example", {
20
+ * app: "TERRAFORMCLOUD",
21
+ * appBundleArn: arn,
22
+ * authType: "apiKey",
23
+ * credential: {
24
+ * apiKeyCredentials: [{
25
+ * apiKey: "exampleapikeytoken",
26
+ * }],
27
+ * },
28
+ * tenants: [{
29
+ * tenantDisplayName: "example",
30
+ * tenantIdentifier: "example",
31
+ * }],
32
+ * });
33
+ * ```
34
+ */
35
+ class AppAuthorization extends pulumi.CustomResource {
36
+ /**
37
+ * Get an existing AppAuthorization resource's state with the given name, ID, and optional extra
38
+ * properties used to qualify the lookup.
39
+ *
40
+ * @param name The _unique_ name of the resulting resource.
41
+ * @param id The _unique_ provider ID of the resource to lookup.
42
+ * @param state Any extra arguments used during the lookup.
43
+ * @param opts Optional settings to control the behavior of the CustomResource.
44
+ */
45
+ static get(name, id, state, opts) {
46
+ return new AppAuthorization(name, state, Object.assign(Object.assign({}, opts), { id: id }));
47
+ }
48
+ /**
49
+ * Returns true if the given object is an instance of AppAuthorization. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj) {
53
+ if (obj === undefined || obj === null) {
54
+ return false;
55
+ }
56
+ return obj['__pulumiType'] === AppAuthorization.__pulumiType;
57
+ }
58
+ constructor(name, argsOrState, opts) {
59
+ let resourceInputs = {};
60
+ opts = opts || {};
61
+ if (opts.id) {
62
+ const state = argsOrState;
63
+ resourceInputs["app"] = state ? state.app : undefined;
64
+ resourceInputs["appBundleArn"] = state ? state.appBundleArn : undefined;
65
+ resourceInputs["arn"] = state ? state.arn : undefined;
66
+ resourceInputs["authType"] = state ? state.authType : undefined;
67
+ resourceInputs["authUrl"] = state ? state.authUrl : undefined;
68
+ resourceInputs["createdAt"] = state ? state.createdAt : undefined;
69
+ resourceInputs["credential"] = state ? state.credential : undefined;
70
+ resourceInputs["persona"] = state ? state.persona : undefined;
71
+ resourceInputs["tags"] = state ? state.tags : undefined;
72
+ resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
73
+ resourceInputs["tenants"] = state ? state.tenants : undefined;
74
+ resourceInputs["timeouts"] = state ? state.timeouts : undefined;
75
+ resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
76
+ }
77
+ else {
78
+ const args = argsOrState;
79
+ if ((!args || args.app === undefined) && !opts.urn) {
80
+ throw new Error("Missing required property 'app'");
81
+ }
82
+ if ((!args || args.appBundleArn === undefined) && !opts.urn) {
83
+ throw new Error("Missing required property 'appBundleArn'");
84
+ }
85
+ if ((!args || args.authType === undefined) && !opts.urn) {
86
+ throw new Error("Missing required property 'authType'");
87
+ }
88
+ resourceInputs["app"] = args ? args.app : undefined;
89
+ resourceInputs["appBundleArn"] = args ? args.appBundleArn : undefined;
90
+ resourceInputs["authType"] = args ? args.authType : undefined;
91
+ resourceInputs["credential"] = args ? args.credential : undefined;
92
+ resourceInputs["tags"] = args ? args.tags : undefined;
93
+ resourceInputs["tenants"] = args ? args.tenants : undefined;
94
+ resourceInputs["timeouts"] = args ? args.timeouts : undefined;
95
+ resourceInputs["arn"] = undefined /*out*/;
96
+ resourceInputs["authUrl"] = undefined /*out*/;
97
+ resourceInputs["createdAt"] = undefined /*out*/;
98
+ resourceInputs["persona"] = undefined /*out*/;
99
+ resourceInputs["tagsAll"] = undefined /*out*/;
100
+ resourceInputs["updatedAt"] = undefined /*out*/;
101
+ }
102
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
103
+ super(AppAuthorization.__pulumiType, name, resourceInputs, opts);
104
+ }
105
+ }
106
+ exports.AppAuthorization = AppAuthorization;
107
+ /** @internal */
108
+ AppAuthorization.__pulumiType = 'aws:appfabric/appAuthorization:AppAuthorization';
109
+ //# sourceMappingURL=appAuthorization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appAuthorization.js","sourceRoot":"","sources":["../../appfabric/appAuthorization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;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;IAoDD,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,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;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;;AA3HL,4CA4HC;AA9GG,gBAAgB;AACO,6BAAY,GAAG,iDAAiD,CAAC"}
@@ -0,0 +1,117 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Resource for managing an AWS AppFabric AppBundle.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ### Basic Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as aws from "@pulumi/aws";
12
+ *
13
+ * const example = new aws.appfabric.AppBundle("example", {
14
+ * customerManagedKeyArn: exampleAwmsKmsKey.arn,
15
+ * tags: {
16
+ * Environment: "test",
17
+ * },
18
+ * });
19
+ * ```
20
+ *
21
+ * ## Import
22
+ *
23
+ * Using `pulumi import`, import AppFabric AppBundle using the `arn`. For example:
24
+ *
25
+ * ```sh
26
+ * $ pulumi import aws:appfabric/appBundle:AppBundle example arn:aws:appfabric:[region]:[account]:appbundle/ee5587b4-5765-4288-a202-xxxxxxxxxx
27
+ * ```
28
+ */
29
+ export declare class AppBundle extends pulumi.CustomResource {
30
+ /**
31
+ * Get an existing AppBundle resource's state with the given name, ID, and optional extra
32
+ * properties used to qualify the lookup.
33
+ *
34
+ * @param name The _unique_ name of the resulting resource.
35
+ * @param id The _unique_ provider ID of the resource to lookup.
36
+ * @param state Any extra arguments used during the lookup.
37
+ * @param opts Optional settings to control the behavior of the CustomResource.
38
+ */
39
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AppBundleState, opts?: pulumi.CustomResourceOptions): AppBundle;
40
+ /**
41
+ * Returns true if the given object is an instance of AppBundle. This is designed to work even
42
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
43
+ */
44
+ static isInstance(obj: any): obj is AppBundle;
45
+ /**
46
+ * ARN of the AppBundle.
47
+ */
48
+ readonly arn: pulumi.Output<string>;
49
+ /**
50
+ * The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) key to use to encrypt the application data. If this is not specified, an AWS owned key is used for encryption.
51
+ */
52
+ readonly customerManagedKeyArn: pulumi.Output<string | undefined>;
53
+ /**
54
+ * Map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
55
+ */
56
+ readonly tags: pulumi.Output<{
57
+ [key: string]: string;
58
+ } | undefined>;
59
+ /**
60
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
61
+ *
62
+ * @deprecated Please use `tags` instead.
63
+ */
64
+ readonly tagsAll: pulumi.Output<{
65
+ [key: string]: string;
66
+ }>;
67
+ /**
68
+ * Create a AppBundle resource with the given unique name, arguments, and options.
69
+ *
70
+ * @param name The _unique_ name of the resource.
71
+ * @param args The arguments to use to populate this resource's properties.
72
+ * @param opts A bag of options that control this resource's behavior.
73
+ */
74
+ constructor(name: string, args?: AppBundleArgs, opts?: pulumi.CustomResourceOptions);
75
+ }
76
+ /**
77
+ * Input properties used for looking up and filtering AppBundle resources.
78
+ */
79
+ export interface AppBundleState {
80
+ /**
81
+ * ARN of the AppBundle.
82
+ */
83
+ arn?: pulumi.Input<string>;
84
+ /**
85
+ * The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) key to use to encrypt the application data. If this is not specified, an AWS owned key is used for encryption.
86
+ */
87
+ customerManagedKeyArn?: pulumi.Input<string>;
88
+ /**
89
+ * Map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
90
+ */
91
+ tags?: pulumi.Input<{
92
+ [key: string]: pulumi.Input<string>;
93
+ }>;
94
+ /**
95
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
96
+ *
97
+ * @deprecated Please use `tags` instead.
98
+ */
99
+ tagsAll?: pulumi.Input<{
100
+ [key: string]: pulumi.Input<string>;
101
+ }>;
102
+ }
103
+ /**
104
+ * The set of arguments for constructing a AppBundle resource.
105
+ */
106
+ export interface AppBundleArgs {
107
+ /**
108
+ * The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) key to use to encrypt the application data. If this is not specified, an AWS owned key is used for encryption.
109
+ */
110
+ customerManagedKeyArn?: pulumi.Input<string>;
111
+ /**
112
+ * Map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
113
+ */
114
+ tags?: pulumi.Input<{
115
+ [key: string]: pulumi.Input<string>;
116
+ }>;
117
+ }
@@ -0,0 +1,82 @@
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.AppBundle = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource for managing an AWS AppFabric AppBundle.
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.appfabric.AppBundle("example", {
20
+ * customerManagedKeyArn: exampleAwmsKmsKey.arn,
21
+ * tags: {
22
+ * Environment: "test",
23
+ * },
24
+ * });
25
+ * ```
26
+ *
27
+ * ## Import
28
+ *
29
+ * Using `pulumi import`, import AppFabric AppBundle using the `arn`. For example:
30
+ *
31
+ * ```sh
32
+ * $ pulumi import aws:appfabric/appBundle:AppBundle example arn:aws:appfabric:[region]:[account]:appbundle/ee5587b4-5765-4288-a202-xxxxxxxxxx
33
+ * ```
34
+ */
35
+ class AppBundle extends pulumi.CustomResource {
36
+ /**
37
+ * Get an existing AppBundle resource's state with the given name, ID, and optional extra
38
+ * properties used to qualify the lookup.
39
+ *
40
+ * @param name The _unique_ name of the resulting resource.
41
+ * @param id The _unique_ provider ID of the resource to lookup.
42
+ * @param state Any extra arguments used during the lookup.
43
+ * @param opts Optional settings to control the behavior of the CustomResource.
44
+ */
45
+ static get(name, id, state, opts) {
46
+ return new AppBundle(name, state, Object.assign(Object.assign({}, opts), { id: id }));
47
+ }
48
+ /**
49
+ * Returns true if the given object is an instance of AppBundle. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj) {
53
+ if (obj === undefined || obj === null) {
54
+ return false;
55
+ }
56
+ return obj['__pulumiType'] === AppBundle.__pulumiType;
57
+ }
58
+ constructor(name, argsOrState, opts) {
59
+ let resourceInputs = {};
60
+ opts = opts || {};
61
+ if (opts.id) {
62
+ const state = argsOrState;
63
+ resourceInputs["arn"] = state ? state.arn : undefined;
64
+ resourceInputs["customerManagedKeyArn"] = state ? state.customerManagedKeyArn : undefined;
65
+ resourceInputs["tags"] = state ? state.tags : undefined;
66
+ resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
67
+ }
68
+ else {
69
+ const args = argsOrState;
70
+ resourceInputs["customerManagedKeyArn"] = args ? args.customerManagedKeyArn : undefined;
71
+ resourceInputs["tags"] = args ? args.tags : undefined;
72
+ resourceInputs["arn"] = undefined /*out*/;
73
+ resourceInputs["tagsAll"] = undefined /*out*/;
74
+ }
75
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
76
+ super(AppBundle.__pulumiType, name, resourceInputs, opts);
77
+ }
78
+ }
79
+ exports.AppBundle = AppBundle;
80
+ /** @internal */
81
+ AppBundle.__pulumiType = 'aws:appfabric/appBundle:AppBundle';
82
+ //# sourceMappingURL=appBundle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appBundle.js","sourceRoot":"","sources":["../../appfabric/appBundle.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IA6BD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AAzEL,8BA0EC;AA5DG,gBAAgB;AACO,sBAAY,GAAG,mCAAmC,CAAC"}
@@ -0,0 +1,6 @@
1
+ export { AppAuthorizationArgs, AppAuthorizationState } from "./appAuthorization";
2
+ export type AppAuthorization = import("./appAuthorization").AppAuthorization;
3
+ export declare const AppAuthorization: typeof import("./appAuthorization").AppAuthorization;
4
+ export { AppBundleArgs, AppBundleState } from "./appBundle";
5
+ export type AppBundle = import("./appBundle").AppBundle;
6
+ export declare const AppBundle: typeof import("./appBundle").AppBundle;
@@ -0,0 +1,27 @@
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.AppBundle = exports.AppAuthorization = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.AppAuthorization = null;
9
+ utilities.lazyLoad(exports, ["AppAuthorization"], () => require("./appAuthorization"));
10
+ exports.AppBundle = null;
11
+ utilities.lazyLoad(exports, ["AppBundle"], () => require("./appBundle"));
12
+ const _module = {
13
+ version: utilities.getVersion(),
14
+ construct: (name, type, urn) => {
15
+ switch (type) {
16
+ case "aws:appfabric/appAuthorization:AppAuthorization":
17
+ return new exports.AppAuthorization(name, undefined, { urn });
18
+ case "aws:appfabric/appBundle:AppBundle":
19
+ return new exports.AppBundle(name, undefined, { urn });
20
+ default:
21
+ throw new Error(`unknown resource type ${type}`);
22
+ }
23
+ },
24
+ };
25
+ pulumi.runtime.registerResourceModule("aws", "appfabric/appAuthorization", _module);
26
+ pulumi.runtime.registerResourceModule("aws", "appfabric/appBundle", _module);
27
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../appfabric/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAI1E,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAGzE,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,iDAAiD;gBAClD,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,mCAAmC;gBACpC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,4BAA4B,EAAE,OAAO,CAAC,CAAA;AACnF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA"}
@@ -232,7 +232,7 @@ export declare class Project extends pulumi.CustomResource {
232
232
  */
233
233
  readonly buildBatchConfig: pulumi.Output<outputs.codebuild.ProjectBuildBatchConfig | undefined>;
234
234
  /**
235
- * Number of minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes. The `buildTimeout` property is not available on the `Lambda` compute type.
235
+ * Number of minutes, from 5 to 2160 (36 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes. The `buildTimeout` property is not available on the `Lambda` compute type.
236
236
  */
237
237
  readonly buildTimeout: pulumi.Output<number | undefined>;
238
238
  /**
@@ -361,7 +361,7 @@ export interface ProjectState {
361
361
  */
362
362
  buildBatchConfig?: pulumi.Input<inputs.codebuild.ProjectBuildBatchConfig>;
363
363
  /**
364
- * Number of minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes. The `buildTimeout` property is not available on the `Lambda` compute type.
364
+ * Number of minutes, from 5 to 2160 (36 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes. The `buildTimeout` property is not available on the `Lambda` compute type.
365
365
  */
366
366
  buildTimeout?: pulumi.Input<number>;
367
367
  /**
@@ -474,7 +474,7 @@ export interface ProjectArgs {
474
474
  */
475
475
  buildBatchConfig?: pulumi.Input<inputs.codebuild.ProjectBuildBatchConfig>;
476
476
  /**
477
- * Number of minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes. The `buildTimeout` property is not available on the `Lambda` compute type.
477
+ * Number of minutes, from 5 to 2160 (36 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes. The `buildTimeout` property is not available on the `Lambda` compute type.
478
478
  */
479
479
  buildTimeout?: pulumi.Input<number>;
480
480
  /**
@@ -4,10 +4,10 @@ import * as pulumi from "@pulumi/pulumi";
4
4
  *
5
5
  * ## Import
6
6
  *
7
- * Using `pulumi import`, import `aws_detective_organization_admin_account` using the Detective Graph ID. For example:
7
+ * Using `pulumi import`, import `aws_detective_organization_admin_account` using the behavior graph ARN. For example:
8
8
  *
9
9
  * ```sh
10
- * $ pulumi import aws:detective/organizationConfiguration:OrganizationConfiguration example 00b00fd5aecc0ab60a708659477e9617
10
+ * $ pulumi import aws:detective/organizationConfiguration:OrganizationConfiguration example arn:aws:detective:us-east-1:123456789012:graph:00b00fd5aecc0ab60a708659477e9617
11
11
  * ```
12
12
  */
13
13
  export declare class OrganizationConfiguration extends pulumi.CustomResource {
@@ -10,10 +10,10 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * ## Import
12
12
  *
13
- * Using `pulumi import`, import `aws_detective_organization_admin_account` using the Detective Graph ID. For example:
13
+ * Using `pulumi import`, import `aws_detective_organization_admin_account` using the behavior graph ARN. For example:
14
14
  *
15
15
  * ```sh
16
- * $ pulumi import aws:detective/organizationConfiguration:OrganizationConfiguration example 00b00fd5aecc0ab60a708659477e9617
16
+ * $ pulumi import aws:detective/organizationConfiguration:OrganizationConfiguration example arn:aws:detective:us-east-1:123456789012:graph:00b00fd5aecc0ab60a708659477e9617
17
17
  * ```
18
18
  */
19
19
  class OrganizationConfiguration extends pulumi.CustomResource {