@pulumi/aws-native 1.39.0-alpha.1762495841 → 1.39.0-alpha.1762580459
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.
- package/backup/getLogicallyAirGappedBackupVault.d.ts +1 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +2 -0
- package/backup/logicallyAirGappedBackupVault.js +2 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/collaboration.d.ts +8 -0
- package/cleanrooms/collaboration.js +3 -1
- package/cleanrooms/collaboration.js.map +1 -1
- package/cloudfront/getVpcOrigin.d.ts +3 -0
- package/cloudfront/getVpcOrigin.js.map +1 -1
- package/cloudfront/vpcOrigin.d.ts +3 -0
- package/cloudfront/vpcOrigin.js.map +1 -1
- package/connect/getSecurityProfile.d.ts +1 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/securityProfile.d.ts +2 -0
- package/connect/securityProfile.js +2 -0
- package/connect/securityProfile.js.map +1 -1
- package/datazone/connection.d.ts +11 -2
- package/datazone/connection.js +3 -1
- package/datazone/connection.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +2 -2
- package/ecs/taskDefinition.d.ts +4 -4
- package/kinesis/getStream.d.ts +4 -0
- package/kinesis/getStream.js.map +1 -1
- package/kinesis/stream.d.ts +8 -0
- package/kinesis/stream.js +2 -0
- package/kinesis/stream.js.map +1 -1
- package/lambda/permission.d.ts +2 -2
- package/opensearchserverless/collection.d.ts +4 -0
- package/opensearchserverless/collection.js +3 -1
- package/opensearchserverless/collection.js.map +1 -1
- package/opensearchserverless/getCollection.d.ts +2 -3
- package/opensearchserverless/getCollection.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/quicksight/dataSet.d.ts +4 -18
- package/quicksight/dataSet.js +4 -0
- package/quicksight/dataSet.js.map +1 -1
- package/quicksight/getDataSet.d.ts +2 -9
- package/quicksight/getDataSet.js.map +1 -1
- package/servicecatalog/cloudFormationProduct.d.ts +156 -0
- package/servicecatalog/cloudFormationProduct.js +91 -0
- package/servicecatalog/cloudFormationProduct.js.map +1 -0
- package/servicecatalog/getCloudFormationProduct.d.ts +85 -0
- package/servicecatalog/getCloudFormationProduct.js +28 -0
- package/servicecatalog/getCloudFormationProduct.js.map +1 -0
- package/servicecatalog/index.d.ts +6 -0
- package/servicecatalog/index.js +8 -1
- package/servicecatalog/index.js.map +1 -1
- package/ses/getMultiRegionEndpoint.d.ts +28 -0
- package/ses/getMultiRegionEndpoint.js +28 -0
- package/ses/getMultiRegionEndpoint.js.map +1 -0
- package/ses/index.d.ts +6 -0
- package/ses/index.js +8 -1
- package/ses/index.js.map +1 -1
- package/ses/multiRegionEndpoint.d.ts +59 -0
- package/ses/multiRegionEndpoint.js +65 -0
- package/ses/multiRegionEndpoint.js.map +1 -0
- package/types/enums/cassandra/index.d.ts +3 -0
- package/types/enums/cassandra/index.js +3 -0
- package/types/enums/cassandra/index.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +90 -0
- package/types/enums/cleanrooms/index.js +81 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +7 -0
- package/types/enums/connect/index.js +4 -1
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +8 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/gamelift/index.d.ts +1 -0
- package/types/enums/gamelift/index.js +1 -0
- package/types/enums/gamelift/index.js.map +1 -1
- package/types/enums/kms/index.d.ts +1 -0
- package/types/enums/kms/index.js +1 -0
- package/types/enums/kms/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +50 -0
- package/types/enums/quicksight/index.js +48 -4
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/servicecatalog/index.d.ts +24 -0
- package/types/enums/servicecatalog/index.js +17 -1
- package/types/enums/servicecatalog/index.js.map +1 -1
- package/types/input.d.ts +442 -21
- package/types/output.d.ts +443 -21
- package/types/output.js.map +1 -1
package/quicksight/dataSet.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ export declare class DataSet extends pulumi.CustomResource {
|
|
|
47
47
|
* <p>The time that this dataset was created.</p>
|
|
48
48
|
*/
|
|
49
49
|
readonly createdTime: pulumi.Output<string>;
|
|
50
|
+
readonly dataPrepConfiguration: pulumi.Output<outputs.quicksight.DataSetDataPrepConfiguration | undefined>;
|
|
50
51
|
/**
|
|
51
52
|
* An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
|
|
52
53
|
*/
|
|
@@ -85,9 +86,6 @@ export declare class DataSet extends pulumi.CustomResource {
|
|
|
85
86
|
* <p>The last time that this dataset was updated.</p>
|
|
86
87
|
*/
|
|
87
88
|
readonly lastUpdatedTime: pulumi.Output<string>;
|
|
88
|
-
/**
|
|
89
|
-
* Configures the combination and transformation of the data from the physical tables.
|
|
90
|
-
*/
|
|
91
89
|
readonly logicalTableMap: pulumi.Output<{
|
|
92
90
|
[key: string]: outputs.quicksight.DataSetLogicalTable;
|
|
93
91
|
} | undefined>;
|
|
@@ -114,14 +112,9 @@ export declare class DataSet extends pulumi.CustomResource {
|
|
|
114
112
|
readonly physicalTableMap: pulumi.Output<{
|
|
115
113
|
[key: string]: outputs.quicksight.DataSetPhysicalTable;
|
|
116
114
|
} | undefined>;
|
|
117
|
-
/**
|
|
118
|
-
* The row-level security configuration for the data that you want to create.
|
|
119
|
-
*/
|
|
120
115
|
readonly rowLevelPermissionDataSet: pulumi.Output<outputs.quicksight.DataSetRowLevelPermissionDataSet | undefined>;
|
|
121
|
-
/**
|
|
122
|
-
* The element you can use to define tags for row-level security.
|
|
123
|
-
*/
|
|
124
116
|
readonly rowLevelPermissionTagConfiguration: pulumi.Output<outputs.quicksight.DataSetRowLevelPermissionTagConfiguration | undefined>;
|
|
117
|
+
readonly semanticModelConfiguration: pulumi.Output<outputs.quicksight.DataSetSemanticModelConfiguration | undefined>;
|
|
125
118
|
/**
|
|
126
119
|
* <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.</p>
|
|
127
120
|
*/
|
|
@@ -157,6 +150,7 @@ export interface DataSetArgs {
|
|
|
157
150
|
* </code>.</p>
|
|
158
151
|
*/
|
|
159
152
|
columnLevelPermissionRules?: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetColumnLevelPermissionRuleArgs>[]>;
|
|
153
|
+
dataPrepConfiguration?: pulumi.Input<inputs.quicksight.DataSetDataPrepConfigurationArgs>;
|
|
160
154
|
/**
|
|
161
155
|
* An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
|
|
162
156
|
*/
|
|
@@ -191,9 +185,6 @@ export interface DataSetArgs {
|
|
|
191
185
|
* The wait policy to use when creating or updating a Dataset. The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
|
|
192
186
|
*/
|
|
193
187
|
ingestionWaitPolicy?: pulumi.Input<inputs.quicksight.DataSetIngestionWaitPolicyArgs>;
|
|
194
|
-
/**
|
|
195
|
-
* Configures the combination and transformation of the data from the physical tables.
|
|
196
|
-
*/
|
|
197
188
|
logicalTableMap?: pulumi.Input<{
|
|
198
189
|
[key: string]: pulumi.Input<inputs.quicksight.DataSetLogicalTableArgs>;
|
|
199
190
|
}>;
|
|
@@ -215,14 +206,9 @@ export interface DataSetArgs {
|
|
|
215
206
|
physicalTableMap?: pulumi.Input<{
|
|
216
207
|
[key: string]: pulumi.Input<inputs.quicksight.DataSetPhysicalTableArgs>;
|
|
217
208
|
}>;
|
|
218
|
-
/**
|
|
219
|
-
* The row-level security configuration for the data that you want to create.
|
|
220
|
-
*/
|
|
221
209
|
rowLevelPermissionDataSet?: pulumi.Input<inputs.quicksight.DataSetRowLevelPermissionDataSetArgs>;
|
|
222
|
-
/**
|
|
223
|
-
* The element you can use to define tags for row-level security.
|
|
224
|
-
*/
|
|
225
210
|
rowLevelPermissionTagConfiguration?: pulumi.Input<inputs.quicksight.DataSetRowLevelPermissionTagConfigurationArgs>;
|
|
211
|
+
semanticModelConfiguration?: pulumi.Input<inputs.quicksight.DataSetSemanticModelConfigurationArgs>;
|
|
226
212
|
/**
|
|
227
213
|
* <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.</p>
|
|
228
214
|
*/
|
package/quicksight/dataSet.js
CHANGED
|
@@ -44,6 +44,7 @@ class DataSet extends pulumi.CustomResource {
|
|
|
44
44
|
resourceInputs["awsAccountId"] = args?.awsAccountId;
|
|
45
45
|
resourceInputs["columnGroups"] = args?.columnGroups;
|
|
46
46
|
resourceInputs["columnLevelPermissionRules"] = args?.columnLevelPermissionRules;
|
|
47
|
+
resourceInputs["dataPrepConfiguration"] = args?.dataPrepConfiguration;
|
|
47
48
|
resourceInputs["dataSetId"] = args?.dataSetId;
|
|
48
49
|
resourceInputs["dataSetRefreshProperties"] = args?.dataSetRefreshProperties;
|
|
49
50
|
resourceInputs["dataSetUsageConfiguration"] = args?.dataSetUsageConfiguration;
|
|
@@ -59,6 +60,7 @@ class DataSet extends pulumi.CustomResource {
|
|
|
59
60
|
resourceInputs["physicalTableMap"] = args?.physicalTableMap;
|
|
60
61
|
resourceInputs["rowLevelPermissionDataSet"] = args?.rowLevelPermissionDataSet;
|
|
61
62
|
resourceInputs["rowLevelPermissionTagConfiguration"] = args?.rowLevelPermissionTagConfiguration;
|
|
63
|
+
resourceInputs["semanticModelConfiguration"] = args?.semanticModelConfiguration;
|
|
62
64
|
resourceInputs["tags"] = args?.tags;
|
|
63
65
|
resourceInputs["useAs"] = args?.useAs;
|
|
64
66
|
resourceInputs["arn"] = undefined /*out*/;
|
|
@@ -74,6 +76,7 @@ class DataSet extends pulumi.CustomResource {
|
|
|
74
76
|
resourceInputs["columnLevelPermissionRules"] = undefined /*out*/;
|
|
75
77
|
resourceInputs["consumedSpiceCapacityInBytes"] = undefined /*out*/;
|
|
76
78
|
resourceInputs["createdTime"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["dataPrepConfiguration"] = undefined /*out*/;
|
|
77
80
|
resourceInputs["dataSetId"] = undefined /*out*/;
|
|
78
81
|
resourceInputs["dataSetRefreshProperties"] = undefined /*out*/;
|
|
79
82
|
resourceInputs["dataSetUsageConfiguration"] = undefined /*out*/;
|
|
@@ -91,6 +94,7 @@ class DataSet extends pulumi.CustomResource {
|
|
|
91
94
|
resourceInputs["physicalTableMap"] = undefined /*out*/;
|
|
92
95
|
resourceInputs["rowLevelPermissionDataSet"] = undefined /*out*/;
|
|
93
96
|
resourceInputs["rowLevelPermissionTagConfiguration"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["semanticModelConfiguration"] = undefined /*out*/;
|
|
94
98
|
resourceInputs["tags"] = undefined /*out*/;
|
|
95
99
|
resourceInputs["useAs"] = undefined /*out*/;
|
|
96
100
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataSet.js","sourceRoot":"","sources":["../../quicksight/dataSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpE,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"dataSet.js","sourceRoot":"","sources":["../../quicksight/dataSet.ts"],"names":[],"mappings":"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"}
|
|
@@ -39,6 +39,7 @@ export interface GetDataSetResult {
|
|
|
39
39
|
* <p>The time that this dataset was created.</p>
|
|
40
40
|
*/
|
|
41
41
|
readonly createdTime?: string;
|
|
42
|
+
readonly dataPrepConfiguration?: outputs.quicksight.DataSetDataPrepConfiguration;
|
|
42
43
|
/**
|
|
43
44
|
* The refresh properties of a dataset.
|
|
44
45
|
*/
|
|
@@ -59,9 +60,6 @@ export interface GetDataSetResult {
|
|
|
59
60
|
* <p>The last time that this dataset was updated.</p>
|
|
60
61
|
*/
|
|
61
62
|
readonly lastUpdatedTime?: string;
|
|
62
|
-
/**
|
|
63
|
-
* Configures the combination and transformation of the data from the physical tables.
|
|
64
|
-
*/
|
|
65
63
|
readonly logicalTableMap?: {
|
|
66
64
|
[key: string]: outputs.quicksight.DataSetLogicalTable;
|
|
67
65
|
};
|
|
@@ -88,14 +86,9 @@ export interface GetDataSetResult {
|
|
|
88
86
|
readonly physicalTableMap?: {
|
|
89
87
|
[key: string]: outputs.quicksight.DataSetPhysicalTable;
|
|
90
88
|
};
|
|
91
|
-
/**
|
|
92
|
-
* The row-level security configuration for the data that you want to create.
|
|
93
|
-
*/
|
|
94
89
|
readonly rowLevelPermissionDataSet?: outputs.quicksight.DataSetRowLevelPermissionDataSet;
|
|
95
|
-
/**
|
|
96
|
-
* The element you can use to define tags for row-level security.
|
|
97
|
-
*/
|
|
98
90
|
readonly rowLevelPermissionTagConfiguration?: outputs.quicksight.DataSetRowLevelPermissionTagConfiguration;
|
|
91
|
+
readonly semanticModelConfiguration?: outputs.quicksight.DataSetSemanticModelConfiguration;
|
|
99
92
|
/**
|
|
100
93
|
* <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.</p>
|
|
101
94
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDataSet.js","sourceRoot":"","sources":["../../quicksight/getDataSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;
|
|
1
|
+
{"version":3,"file":"getDataSet.js","sourceRoot":"","sources":["../../quicksight/getDataSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AA4FD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
|
|
7
|
+
*/
|
|
8
|
+
export declare class CloudFormationProduct extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing CloudFormationProduct resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CloudFormationProduct;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of CloudFormationProduct. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is CloudFormationProduct;
|
|
23
|
+
/**
|
|
24
|
+
* The language code.
|
|
25
|
+
*/
|
|
26
|
+
readonly acceptLanguage: pulumi.Output<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* The ID of the product, such as prod-tsjbmal34qvek
|
|
29
|
+
*/
|
|
30
|
+
readonly awsId: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The description of the product.
|
|
33
|
+
*/
|
|
34
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* The distributor of the product.
|
|
37
|
+
*/
|
|
38
|
+
readonly distributor: pulumi.Output<string | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* The name of the product.
|
|
41
|
+
*/
|
|
42
|
+
readonly name: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* The owner of the product.
|
|
45
|
+
*/
|
|
46
|
+
readonly owner: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The name of the product.
|
|
49
|
+
*/
|
|
50
|
+
readonly productName: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The type of product.
|
|
53
|
+
*/
|
|
54
|
+
readonly productType: pulumi.Output<enums.servicecatalog.CloudFormationProductProductType | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* The IDs of the provisioning artifacts
|
|
57
|
+
*/
|
|
58
|
+
readonly provisioningArtifactIds: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The names of the provisioning artifacts
|
|
61
|
+
*/
|
|
62
|
+
readonly provisioningArtifactNames: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The configuration of the provisioning artifact (also known as a version).
|
|
65
|
+
*/
|
|
66
|
+
readonly provisioningArtifactParameters: pulumi.Output<outputs.servicecatalog.CloudFormationProductProvisioningArtifactProperties[] | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* This property is turned off by default. If turned off, you can update provisioning artifacts or product attributes (such as description, distributor, name, owner, and more) and the associated provisioning artifacts will retain the same unique identifier. Provisioning artifacts are matched within the CloudFormationProduct resource, and only those that have been updated will be changed. Provisioning artifacts are matched by a combinaton of provisioning artifact template URL and name.
|
|
69
|
+
*/
|
|
70
|
+
readonly replaceProvisioningArtifacts: pulumi.Output<boolean | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
|
|
73
|
+
*/
|
|
74
|
+
readonly sourceConnection: pulumi.Output<outputs.servicecatalog.CloudFormationProductSourceConnection | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* The support information about the product.
|
|
77
|
+
*/
|
|
78
|
+
readonly supportDescription: pulumi.Output<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* The contact email for product support.
|
|
81
|
+
*/
|
|
82
|
+
readonly supportEmail: pulumi.Output<string | undefined>;
|
|
83
|
+
/**
|
|
84
|
+
* The contact URL for product support.
|
|
85
|
+
*/
|
|
86
|
+
readonly supportUrl: pulumi.Output<string | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* One or more tags.
|
|
89
|
+
*/
|
|
90
|
+
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Create a CloudFormationProduct resource with the given unique name, arguments, and options.
|
|
93
|
+
*
|
|
94
|
+
* @param name The _unique_ name of the resource.
|
|
95
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
96
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
97
|
+
*/
|
|
98
|
+
constructor(name: string, args: CloudFormationProductArgs, opts?: pulumi.CustomResourceOptions);
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* The set of arguments for constructing a CloudFormationProduct resource.
|
|
102
|
+
*/
|
|
103
|
+
export interface CloudFormationProductArgs {
|
|
104
|
+
/**
|
|
105
|
+
* The language code.
|
|
106
|
+
*/
|
|
107
|
+
acceptLanguage?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* The description of the product.
|
|
110
|
+
*/
|
|
111
|
+
description?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The distributor of the product.
|
|
114
|
+
*/
|
|
115
|
+
distributor?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The name of the product.
|
|
118
|
+
*/
|
|
119
|
+
name?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The owner of the product.
|
|
122
|
+
*/
|
|
123
|
+
owner: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* The type of product.
|
|
126
|
+
*/
|
|
127
|
+
productType?: pulumi.Input<enums.servicecatalog.CloudFormationProductProductType>;
|
|
128
|
+
/**
|
|
129
|
+
* The configuration of the provisioning artifact (also known as a version).
|
|
130
|
+
*/
|
|
131
|
+
provisioningArtifactParameters?: pulumi.Input<pulumi.Input<inputs.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesArgs>[]>;
|
|
132
|
+
/**
|
|
133
|
+
* This property is turned off by default. If turned off, you can update provisioning artifacts or product attributes (such as description, distributor, name, owner, and more) and the associated provisioning artifacts will retain the same unique identifier. Provisioning artifacts are matched within the CloudFormationProduct resource, and only those that have been updated will be changed. Provisioning artifacts are matched by a combinaton of provisioning artifact template URL and name.
|
|
134
|
+
*/
|
|
135
|
+
replaceProvisioningArtifacts?: pulumi.Input<boolean>;
|
|
136
|
+
/**
|
|
137
|
+
* A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
|
|
138
|
+
*/
|
|
139
|
+
sourceConnection?: pulumi.Input<inputs.servicecatalog.CloudFormationProductSourceConnectionArgs>;
|
|
140
|
+
/**
|
|
141
|
+
* The support information about the product.
|
|
142
|
+
*/
|
|
143
|
+
supportDescription?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* The contact email for product support.
|
|
146
|
+
*/
|
|
147
|
+
supportEmail?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* The contact URL for product support.
|
|
150
|
+
*/
|
|
151
|
+
supportUrl?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* One or more tags.
|
|
154
|
+
*/
|
|
155
|
+
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
156
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
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.CloudFormationProduct = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
|
|
10
|
+
*/
|
|
11
|
+
class CloudFormationProduct extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing CloudFormationProduct resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new CloudFormationProduct(name, undefined, { ...opts, id: id });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of CloudFormationProduct. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === CloudFormationProduct.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a CloudFormationProduct resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if (args?.owner === undefined && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'owner'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["acceptLanguage"] = args?.acceptLanguage;
|
|
48
|
+
resourceInputs["description"] = args?.description;
|
|
49
|
+
resourceInputs["distributor"] = args?.distributor;
|
|
50
|
+
resourceInputs["name"] = args?.name;
|
|
51
|
+
resourceInputs["owner"] = args?.owner;
|
|
52
|
+
resourceInputs["productType"] = args?.productType;
|
|
53
|
+
resourceInputs["provisioningArtifactParameters"] = args?.provisioningArtifactParameters;
|
|
54
|
+
resourceInputs["replaceProvisioningArtifacts"] = args?.replaceProvisioningArtifacts;
|
|
55
|
+
resourceInputs["sourceConnection"] = args?.sourceConnection;
|
|
56
|
+
resourceInputs["supportDescription"] = args?.supportDescription;
|
|
57
|
+
resourceInputs["supportEmail"] = args?.supportEmail;
|
|
58
|
+
resourceInputs["supportUrl"] = args?.supportUrl;
|
|
59
|
+
resourceInputs["tags"] = args?.tags;
|
|
60
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["productName"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["provisioningArtifactIds"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["provisioningArtifactNames"] = undefined /*out*/;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
resourceInputs["acceptLanguage"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["distributor"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["owner"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["productName"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["productType"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["provisioningArtifactIds"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["provisioningArtifactNames"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["provisioningArtifactParameters"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["replaceProvisioningArtifacts"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["sourceConnection"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["supportDescription"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["supportEmail"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["supportUrl"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
83
|
+
}
|
|
84
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
|
+
super(CloudFormationProduct.__pulumiType, name, resourceInputs, opts);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.CloudFormationProduct = CloudFormationProduct;
|
|
89
|
+
/** @internal */
|
|
90
|
+
CloudFormationProduct.__pulumiType = 'aws-native:servicecatalog:CloudFormationProduct';
|
|
91
|
+
//# sourceMappingURL=cloudFormationProduct.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudFormationProduct.js","sourceRoot":"","sources":["../../servicecatalog/cloudFormationProduct.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
|
|
6
|
+
*/
|
|
7
|
+
export declare function getCloudFormationProduct(args: GetCloudFormationProductArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudFormationProductResult>;
|
|
8
|
+
export interface GetCloudFormationProductArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The ID of the product, such as prod-tsjbmal34qvek
|
|
11
|
+
*/
|
|
12
|
+
id: string;
|
|
13
|
+
}
|
|
14
|
+
export interface GetCloudFormationProductResult {
|
|
15
|
+
/**
|
|
16
|
+
* The description of the product.
|
|
17
|
+
*/
|
|
18
|
+
readonly description?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The distributor of the product.
|
|
21
|
+
*/
|
|
22
|
+
readonly distributor?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the product, such as prod-tsjbmal34qvek
|
|
25
|
+
*/
|
|
26
|
+
readonly id?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the product.
|
|
29
|
+
*/
|
|
30
|
+
readonly name?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The owner of the product.
|
|
33
|
+
*/
|
|
34
|
+
readonly owner?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The name of the product.
|
|
37
|
+
*/
|
|
38
|
+
readonly productName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The type of product.
|
|
41
|
+
*/
|
|
42
|
+
readonly productType?: enums.servicecatalog.CloudFormationProductProductType;
|
|
43
|
+
/**
|
|
44
|
+
* The IDs of the provisioning artifacts
|
|
45
|
+
*/
|
|
46
|
+
readonly provisioningArtifactIds?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The names of the provisioning artifacts
|
|
49
|
+
*/
|
|
50
|
+
readonly provisioningArtifactNames?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The configuration of the provisioning artifact (also known as a version).
|
|
53
|
+
*/
|
|
54
|
+
readonly provisioningArtifactParameters?: outputs.servicecatalog.CloudFormationProductProvisioningArtifactProperties[];
|
|
55
|
+
/**
|
|
56
|
+
* A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
|
|
57
|
+
*/
|
|
58
|
+
readonly sourceConnection?: outputs.servicecatalog.CloudFormationProductSourceConnection;
|
|
59
|
+
/**
|
|
60
|
+
* The support information about the product.
|
|
61
|
+
*/
|
|
62
|
+
readonly supportDescription?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The contact email for product support.
|
|
65
|
+
*/
|
|
66
|
+
readonly supportEmail?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The contact URL for product support.
|
|
69
|
+
*/
|
|
70
|
+
readonly supportUrl?: string;
|
|
71
|
+
/**
|
|
72
|
+
* One or more tags.
|
|
73
|
+
*/
|
|
74
|
+
readonly tags?: outputs.Tag[];
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
|
|
78
|
+
*/
|
|
79
|
+
export declare function getCloudFormationProductOutput(args: GetCloudFormationProductOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudFormationProductResult>;
|
|
80
|
+
export interface GetCloudFormationProductOutputArgs {
|
|
81
|
+
/**
|
|
82
|
+
* The ID of the product, such as prod-tsjbmal34qvek
|
|
83
|
+
*/
|
|
84
|
+
id: pulumi.Input<string>;
|
|
85
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getCloudFormationProductOutput = exports.getCloudFormationProduct = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
|
|
10
|
+
*/
|
|
11
|
+
function getCloudFormationProduct(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:servicecatalog:getCloudFormationProduct", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getCloudFormationProduct = getCloudFormationProduct;
|
|
18
|
+
/**
|
|
19
|
+
* Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
|
|
20
|
+
*/
|
|
21
|
+
function getCloudFormationProductOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:servicecatalog:getCloudFormationProduct", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getCloudFormationProductOutput = getCloudFormationProductOutput;
|
|
28
|
+
//# sourceMappingURL=getCloudFormationProduct.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCloudFormationProduct.js","sourceRoot":"","sources":["../../servicecatalog/getCloudFormationProduct.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAuED;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
export { CloudFormationProductArgs } from "./cloudFormationProduct";
|
|
2
|
+
export type CloudFormationProduct = import("./cloudFormationProduct").CloudFormationProduct;
|
|
3
|
+
export declare const CloudFormationProduct: typeof import("./cloudFormationProduct").CloudFormationProduct;
|
|
1
4
|
export { CloudFormationProvisionedProductArgs } from "./cloudFormationProvisionedProduct";
|
|
2
5
|
export type CloudFormationProvisionedProduct = import("./cloudFormationProvisionedProduct").CloudFormationProvisionedProduct;
|
|
3
6
|
export declare const CloudFormationProvisionedProduct: typeof import("./cloudFormationProvisionedProduct").CloudFormationProvisionedProduct;
|
|
7
|
+
export { GetCloudFormationProductArgs, GetCloudFormationProductResult, GetCloudFormationProductOutputArgs } from "./getCloudFormationProduct";
|
|
8
|
+
export declare const getCloudFormationProduct: typeof import("./getCloudFormationProduct").getCloudFormationProduct;
|
|
9
|
+
export declare const getCloudFormationProductOutput: typeof import("./getCloudFormationProduct").getCloudFormationProductOutput;
|
|
4
10
|
export { GetCloudFormationProvisionedProductArgs, GetCloudFormationProvisionedProductResult, GetCloudFormationProvisionedProductOutputArgs } from "./getCloudFormationProvisionedProduct";
|
|
5
11
|
export declare const getCloudFormationProvisionedProduct: typeof import("./getCloudFormationProvisionedProduct").getCloudFormationProvisionedProduct;
|
|
6
12
|
export declare const getCloudFormationProvisionedProductOutput: typeof import("./getCloudFormationProvisionedProduct").getCloudFormationProvisionedProductOutput;
|
package/servicecatalog/index.js
CHANGED
|
@@ -16,11 +16,16 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.TagOptionAssociation = exports.TagOption = exports.ServiceActionAssociation = exports.ServiceAction = exports.ResourceUpdateConstraint = exports.PortfolioShare = exports.PortfolioProductAssociation = exports.PortfolioPrincipalAssociation = exports.LaunchTemplateConstraint = exports.LaunchNotificationConstraint = exports.getTagOptionOutput = exports.getTagOption = exports.getServiceActionOutput = exports.getServiceAction = exports.getResourceUpdateConstraintOutput = exports.getResourceUpdateConstraint = exports.getPortfolioShareOutput = exports.getPortfolioShare = exports.getLaunchTemplateConstraintOutput = exports.getLaunchTemplateConstraint = exports.getLaunchNotificationConstraintOutput = exports.getLaunchNotificationConstraint = exports.getCloudFormationProvisionedProductOutput = exports.getCloudFormationProvisionedProduct = exports.CloudFormationProvisionedProduct = void 0;
|
|
19
|
+
exports.TagOptionAssociation = exports.TagOption = exports.ServiceActionAssociation = exports.ServiceAction = exports.ResourceUpdateConstraint = exports.PortfolioShare = exports.PortfolioProductAssociation = exports.PortfolioPrincipalAssociation = exports.LaunchTemplateConstraint = exports.LaunchNotificationConstraint = exports.getTagOptionOutput = exports.getTagOption = exports.getServiceActionOutput = exports.getServiceAction = exports.getResourceUpdateConstraintOutput = exports.getResourceUpdateConstraint = exports.getPortfolioShareOutput = exports.getPortfolioShare = exports.getLaunchTemplateConstraintOutput = exports.getLaunchTemplateConstraint = exports.getLaunchNotificationConstraintOutput = exports.getLaunchNotificationConstraint = exports.getCloudFormationProvisionedProductOutput = exports.getCloudFormationProvisionedProduct = exports.getCloudFormationProductOutput = exports.getCloudFormationProduct = exports.CloudFormationProvisionedProduct = exports.CloudFormationProduct = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
|
+
exports.CloudFormationProduct = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["CloudFormationProduct"], () => require("./cloudFormationProduct"));
|
|
22
24
|
exports.CloudFormationProvisionedProduct = null;
|
|
23
25
|
utilities.lazyLoad(exports, ["CloudFormationProvisionedProduct"], () => require("./cloudFormationProvisionedProduct"));
|
|
26
|
+
exports.getCloudFormationProduct = null;
|
|
27
|
+
exports.getCloudFormationProductOutput = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["getCloudFormationProduct", "getCloudFormationProductOutput"], () => require("./getCloudFormationProduct"));
|
|
24
29
|
exports.getCloudFormationProvisionedProduct = null;
|
|
25
30
|
exports.getCloudFormationProvisionedProductOutput = null;
|
|
26
31
|
utilities.lazyLoad(exports, ["getCloudFormationProvisionedProduct", "getCloudFormationProvisionedProductOutput"], () => require("./getCloudFormationProvisionedProduct"));
|
|
@@ -68,6 +73,8 @@ const _module = {
|
|
|
68
73
|
version: utilities.getVersion(),
|
|
69
74
|
construct: (name, type, urn) => {
|
|
70
75
|
switch (type) {
|
|
76
|
+
case "aws-native:servicecatalog:CloudFormationProduct":
|
|
77
|
+
return new exports.CloudFormationProduct(name, undefined, { urn });
|
|
71
78
|
case "aws-native:servicecatalog:CloudFormationProvisionedProduct":
|
|
72
79
|
return new exports.CloudFormationProvisionedProduct(name, undefined, { urn });
|
|
73
80
|
case "aws-native:servicecatalog:LaunchNotificationConstraint":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../servicecatalog/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../servicecatalog/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::SES::MultiRegionEndpoint
|
|
5
|
+
*/
|
|
6
|
+
export declare function getMultiRegionEndpoint(args: GetMultiRegionEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetMultiRegionEndpointResult>;
|
|
7
|
+
export interface GetMultiRegionEndpointArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the multi-region endpoint (global-endpoint).
|
|
10
|
+
*/
|
|
11
|
+
endpointName: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetMultiRegionEndpointResult {
|
|
14
|
+
/**
|
|
15
|
+
* An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
|
|
16
|
+
*/
|
|
17
|
+
readonly tags?: outputs.Tag[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Resource Type definition for AWS::SES::MultiRegionEndpoint
|
|
21
|
+
*/
|
|
22
|
+
export declare function getMultiRegionEndpointOutput(args: GetMultiRegionEndpointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMultiRegionEndpointResult>;
|
|
23
|
+
export interface GetMultiRegionEndpointOutputArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The name of the multi-region endpoint (global-endpoint).
|
|
26
|
+
*/
|
|
27
|
+
endpointName: pulumi.Input<string>;
|
|
28
|
+
}
|