@pulumi/aws 5.4.0 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/acm/certificate.d.ts +33 -6
- package/acm/certificate.js +17 -0
- package/acm/certificate.js.map +1 -1
- package/acm/getCertificate.d.ts +8 -0
- package/acm/getCertificate.js.map +1 -1
- package/appconfig/eventIntegration.d.ts +158 -0
- package/appconfig/eventIntegration.js +96 -0
- package/appconfig/eventIntegration.js.map +1 -0
- package/appconfig/index.d.ts +1 -0
- package/appconfig/index.js +5 -0
- package/appconfig/index.js.map +1 -1
- package/appflow/connectorProfile.d.ts +133 -0
- package/appflow/connectorProfile.js +89 -0
- package/appflow/connectorProfile.js.map +1 -0
- package/appflow/flow.d.ts +279 -0
- package/appflow/flow.js +193 -0
- package/appflow/flow.js.map +1 -0
- package/appflow/index.d.ts +2 -0
- package/appflow/index.js +42 -0
- package/appflow/index.js.map +1 -0
- package/apprunner/service.d.ts +2 -1
- package/apprunner/service.js +2 -1
- package/apprunner/service.js.map +1 -1
- package/athena/dataCatalog.d.ts +210 -0
- package/athena/dataCatalog.js +146 -0
- package/athena/dataCatalog.js.map +1 -0
- package/athena/index.d.ts +1 -0
- package/athena/index.js +5 -0
- package/athena/index.js.map +1 -1
- package/autoscaling/getGroup.d.ts +4 -0
- package/autoscaling/getGroup.js.map +1 -1
- package/cloudfront/getOriginAccessIdentities.d.ts +71 -0
- package/cloudfront/getOriginAccessIdentities.js +51 -0
- package/cloudfront/getOriginAccessIdentities.js.map +1 -0
- package/cloudfront/index.d.ts +1 -0
- package/cloudfront/index.js +1 -0
- package/cloudfront/index.js.map +1 -1
- package/cloudtrail/trail.d.ts +1 -1
- package/cloudtrail/trail.js +1 -1
- package/cloudwatch/dashboard.d.ts +1 -1
- package/cloudwatch/dashboard.js +1 -1
- package/codebuild/reportGroup.d.ts +4 -3
- package/codebuild/reportGroup.js +4 -3
- package/codebuild/reportGroup.js.map +1 -1
- package/codestarconnections/getConnection.d.ts +23 -4
- package/codestarconnections/getConnection.js +13 -0
- package/codestarconnections/getConnection.js.map +1 -1
- package/config/vars.d.ts +1 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/connect/getRoutingProfile.d.ts +117 -0
- package/connect/getRoutingProfile.js +54 -0
- package/connect/getRoutingProfile.js.map +1 -0
- package/connect/getSecurityProfile.d.ts +112 -0
- package/connect/getSecurityProfile.js +54 -0
- package/connect/getSecurityProfile.js.map +1 -0
- package/connect/getUserHierarchyStructure.d.ts +50 -0
- package/connect/getUserHierarchyStructure.js +36 -0
- package/connect/getUserHierarchyStructure.js.map +1 -0
- package/connect/index.d.ts +4 -0
- package/connect/index.js +8 -0
- package/connect/index.js.map +1 -1
- package/connect/userHierarchyGroup.d.ts +193 -0
- package/connect/userHierarchyGroup.js +117 -0
- package/connect/userHierarchyGroup.js.map +1 -0
- package/costexplorer/costCategory.d.ts +175 -0
- package/costexplorer/costCategory.js +123 -0
- package/costexplorer/costCategory.js.map +1 -0
- package/costexplorer/getCostCategory.d.ts +67 -0
- package/costexplorer/getCostCategory.js +36 -0
- package/costexplorer/getCostCategory.js.map +1 -0
- package/costexplorer/getTags.d.ts +89 -0
- package/costexplorer/getTags.js +43 -0
- package/costexplorer/getTags.js.map +1 -0
- package/costexplorer/index.d.ts +3 -0
- package/costexplorer/index.js +39 -0
- package/costexplorer/index.js.map +1 -0
- package/dlm/lifecyclePolicy.d.ts +4 -4
- package/dlm/lifecyclePolicy.js +4 -4
- package/docdb/eventSubscription.d.ts +195 -0
- package/docdb/eventSubscription.js +113 -0
- package/docdb/eventSubscription.js.map +1 -0
- package/docdb/index.d.ts +1 -0
- package/docdb/index.js +5 -0
- package/docdb/index.js.map +1 -1
- package/ebs/volume.d.ts +3 -3
- package/ec2/ami.d.ts +12 -0
- package/ec2/ami.js +2 -0
- package/ec2/ami.js.map +1 -1
- package/ec2/amiCopy.d.ts +12 -0
- package/ec2/amiCopy.js +2 -0
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/amiFromInstance.d.ts +12 -0
- package/ec2/amiFromInstance.js +2 -0
- package/ec2/amiFromInstance.js.map +1 -1
- package/ec2/getAmi.d.ts +4 -0
- package/ec2/getAmi.js.map +1 -1
- package/ec2/getInstance.d.ts +5 -1
- package/ec2/getInstance.js.map +1 -1
- package/ec2/getLaunchTemplate.d.ts +2 -0
- package/ec2/getLaunchTemplate.js.map +1 -1
- package/ec2/instance.d.ts +12 -0
- package/ec2/instance.js +2 -0
- package/ec2/instance.js.map +1 -1
- package/ec2/launchTemplate.d.ts +27 -3
- package/ec2/launchTemplate.js +4 -0
- package/ec2/launchTemplate.js.map +1 -1
- package/ec2/securityGroup.d.ts +0 -84
- package/ec2/securityGroup.js +0 -84
- package/ec2/securityGroup.js.map +1 -1
- package/ec2/spotFleetRequest.d.ts +18 -0
- package/ec2/spotFleetRequest.js +2 -0
- package/ec2/spotFleetRequest.js.map +1 -1
- package/ec2/spotInstanceRequest.d.ts +12 -0
- package/ec2/spotInstanceRequest.js +2 -0
- package/ec2/spotInstanceRequest.js.map +1 -1
- package/ec2/vpcIpam.d.ts +1 -1
- package/ec2/vpcIpam.js +1 -1
- package/elasticache/cluster.d.ts +17 -8
- package/elasticache/cluster.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +17 -5
- package/elasticache/replicationGroup.js.map +1 -1
- package/emr/cluster.d.ts +12 -12
- package/emr/cluster.js +2 -2
- package/emr/cluster.js.map +1 -1
- package/emrcontainers/getVirtualCluster.d.ts +86 -0
- package/emrcontainers/getVirtualCluster.js +39 -0
- package/emrcontainers/getVirtualCluster.js.map +1 -0
- package/emrcontainers/index.d.ts +2 -0
- package/emrcontainers/index.js +38 -0
- package/emrcontainers/index.js.map +1 -0
- package/emrcontainers/virtualCluster.d.ts +134 -0
- package/emrcontainers/virtualCluster.js +89 -0
- package/emrcontainers/virtualCluster.js.map +1 -0
- package/getAmi.d.ts +4 -0
- package/getAmi.js.map +1 -1
- package/globalaccelerator/accelerator.d.ts +1 -1
- package/globalaccelerator/accelerator.js +1 -1
- package/grafana/getWorkspace.d.ts +18 -0
- package/grafana/getWorkspace.js +1 -0
- package/grafana/getWorkspace.js.map +1 -1
- package/grafana/workspace.d.ts +39 -3
- package/grafana/workspace.js +4 -0
- package/grafana/workspace.js.map +1 -1
- package/iam/getInstanceProfiles.d.ts +59 -0
- package/iam/getInstanceProfiles.js +38 -0
- package/iam/getInstanceProfiles.js.map +1 -0
- package/iam/index.d.ts +1 -0
- package/iam/index.js +1 -0
- package/iam/index.js.map +1 -1
- package/index.d.ts +5 -1
- package/index.js +12 -4
- package/index.js.map +1 -1
- package/iot/index.d.ts +1 -0
- package/iot/index.js +5 -0
- package/iot/index.js.map +1 -1
- package/iot/topicRule.d.ts +12 -3
- package/iot/topicRule.js +6 -0
- package/iot/topicRule.js.map +1 -1
- package/iot/topicRuleDestination.d.ts +78 -0
- package/iot/topicRuleDestination.js +65 -0
- package/iot/topicRuleDestination.js.map +1 -0
- package/kinesis/firehoseDeliveryStream.d.ts +46 -0
- package/kinesis/firehoseDeliveryStream.js +46 -0
- package/kinesis/firehoseDeliveryStream.js.map +1 -1
- package/kms/key.d.ts +3 -3
- package/lambda/permission.d.ts +13 -1
- package/lambda/permission.js +2 -0
- package/lambda/permission.js.map +1 -1
- package/location/getMap.d.ts +84 -0
- package/location/getMap.js +37 -0
- package/location/getMap.js.map +1 -0
- package/location/index.d.ts +2 -0
- package/location/index.js +38 -0
- package/location/index.js.map +1 -0
- package/location/map.d.ts +140 -0
- package/location/map.js +94 -0
- package/location/map.js.map +1 -0
- package/mq/getInstanceTypeOfferings.d.ts +89 -0
- package/mq/getInstanceTypeOfferings.js +51 -0
- package/mq/getInstanceTypeOfferings.js.map +1 -0
- package/mq/index.d.ts +1 -0
- package/mq/index.js +1 -0
- package/mq/index.js.map +1 -1
- package/msk/cluster.d.ts +27 -3
- package/msk/cluster.js +6 -0
- package/msk/cluster.js.map +1 -1
- package/msk/getCluster.d.ts +12 -0
- package/msk/getCluster.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/provider.d.ts +1 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/rds/cluster.d.ts +12 -0
- package/rds/cluster.js +2 -0
- package/rds/cluster.js.map +1 -1
- package/route53/hostedZoneDnsSec.d.ts +13 -4
- package/route53/hostedZoneDnsSec.js +13 -4
- package/route53/hostedZoneDnsSec.js.map +1 -1
- package/sagemaker/app.d.ts +2 -2
- package/sagemaker/app.js +2 -2
- package/sagemaker/appImageConfig.d.ts +2 -2
- package/sagemaker/appImageConfig.js +2 -2
- package/sagemaker/codeRepository.d.ts +2 -2
- package/sagemaker/codeRepository.js +2 -2
- package/sagemaker/device.d.ts +2 -2
- package/sagemaker/device.js +2 -2
- package/sagemaker/deviceFleet.d.ts +2 -2
- package/sagemaker/deviceFleet.js +2 -2
- package/sagemaker/domain.d.ts +2 -2
- package/sagemaker/domain.js +2 -2
- package/sagemaker/flowDefinition.d.ts +2 -2
- package/sagemaker/flowDefinition.js +2 -2
- package/sagemaker/humanTaskUI.d.ts +2 -2
- package/sagemaker/humanTaskUI.js +2 -2
- package/sagemaker/image.d.ts +2 -2
- package/sagemaker/image.js +2 -2
- package/sagemaker/imageVersion.d.ts +2 -2
- package/sagemaker/imageVersion.js +2 -2
- package/sagemaker/modelPackageGroup.d.ts +2 -2
- package/sagemaker/modelPackageGroup.js +2 -2
- package/sagemaker/modelPackageGroupPolicy.d.ts +2 -2
- package/sagemaker/modelPackageGroupPolicy.js +2 -2
- package/sagemaker/notebookInstance.d.ts +2 -2
- package/sagemaker/notebookInstance.js +2 -2
- package/sagemaker/project.d.ts +3 -3
- package/sagemaker/project.js +3 -3
- package/sagemaker/studioLifecycleConfig.d.ts +2 -2
- package/sagemaker/studioLifecycleConfig.js +2 -2
- package/sagemaker/userProfile.d.ts +2 -2
- package/sagemaker/userProfile.js +2 -2
- package/sagemaker/workforce.d.ts +2 -2
- package/sagemaker/workforce.js +2 -2
- package/sagemaker/workteam.d.ts +2 -2
- package/sagemaker/workteam.js +2 -2
- package/secretsmanager/getSecrets.d.ts +57 -0
- package/secretsmanager/getSecrets.js +40 -0
- package/secretsmanager/getSecrets.js.map +1 -0
- package/secretsmanager/index.d.ts +1 -0
- package/secretsmanager/index.js +1 -0
- package/secretsmanager/index.js.map +1 -1
- package/ssm/getPatchBaseline.d.ts +34 -1
- package/ssm/getPatchBaseline.js.map +1 -1
- package/types/input.d.ts +7702 -4520
- package/types/output.d.ts +8512 -5004
- package/xray/encryptionConfig.d.ts +4 -3
- package/xray/encryptionConfig.js +4 -3
- package/xray/encryptionConfig.js.map +1 -1
package/apprunner/service.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../apprunner/service.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../apprunner/service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides an Athena data catalog.
|
|
4
|
+
*
|
|
5
|
+
* More information about Athena and Athena data catalogs can be found in the [Athena User Guide](https://docs.aws.amazon.com/athena/latest/ug/what-is.html).
|
|
6
|
+
*
|
|
7
|
+
* > **Tip:** for a more detailed explanation on the usage of `parameters`, see the [DataCatalog API documentation](https://docs.aws.amazon.com/athena/latest/APIReference/API_DataCatalog.html)
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as aws from "@pulumi/aws";
|
|
14
|
+
*
|
|
15
|
+
* const example = new aws.athena.DataCatalog("example", {
|
|
16
|
+
* description: "Example Athena data catalog",
|
|
17
|
+
* parameters: {
|
|
18
|
+
* function: "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function",
|
|
19
|
+
* },
|
|
20
|
+
* tags: {
|
|
21
|
+
* Name: "example-athena-data-catalog",
|
|
22
|
+
* },
|
|
23
|
+
* type: "LAMBDA",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
* ### Hive based Data Catalog
|
|
27
|
+
*
|
|
28
|
+
* ```typescript
|
|
29
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
30
|
+
* import * as aws from "@pulumi/aws";
|
|
31
|
+
*
|
|
32
|
+
* const example = new aws.athena.DataCatalog("example", {
|
|
33
|
+
* description: "Hive based Data Catalog",
|
|
34
|
+
* parameters: {
|
|
35
|
+
* "metadata-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function",
|
|
36
|
+
* },
|
|
37
|
+
* type: "HIVE",
|
|
38
|
+
* });
|
|
39
|
+
* ```
|
|
40
|
+
* ### Glue based Data Catalog
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as aws from "@pulumi/aws";
|
|
45
|
+
*
|
|
46
|
+
* const example = new aws.athena.DataCatalog("example", {
|
|
47
|
+
* description: "Glue based Data Catalog",
|
|
48
|
+
* parameters: {
|
|
49
|
+
* "catalog-id": "123456789012",
|
|
50
|
+
* },
|
|
51
|
+
* type: "GLUE",
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
54
|
+
* ### Lambda based Data Catalog
|
|
55
|
+
*
|
|
56
|
+
* ```typescript
|
|
57
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
+
* import * as aws from "@pulumi/aws";
|
|
59
|
+
*
|
|
60
|
+
* const example = new aws.athena.DataCatalog("example", {
|
|
61
|
+
* description: "Lambda based Data Catalog",
|
|
62
|
+
* parameters: {
|
|
63
|
+
* "metadata-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function-1",
|
|
64
|
+
* "record-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function-2",
|
|
65
|
+
* },
|
|
66
|
+
* type: "LAMBDA",
|
|
67
|
+
* });
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* ## Import
|
|
71
|
+
*
|
|
72
|
+
* Data catalogs can be imported using their `name`, e.g.,
|
|
73
|
+
*
|
|
74
|
+
* ```sh
|
|
75
|
+
* $ pulumi import aws:athena/dataCatalog:DataCatalog example example-data-catalog
|
|
76
|
+
* ```
|
|
77
|
+
*/
|
|
78
|
+
export declare class DataCatalog extends pulumi.CustomResource {
|
|
79
|
+
/**
|
|
80
|
+
* Get an existing DataCatalog resource's state with the given name, ID, and optional extra
|
|
81
|
+
* properties used to qualify the lookup.
|
|
82
|
+
*
|
|
83
|
+
* @param name The _unique_ name of the resulting resource.
|
|
84
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
85
|
+
* @param state Any extra arguments used during the lookup.
|
|
86
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
87
|
+
*/
|
|
88
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DataCatalogState, opts?: pulumi.CustomResourceOptions): DataCatalog;
|
|
89
|
+
/**
|
|
90
|
+
* Returns true if the given object is an instance of DataCatalog. This is designed to work even
|
|
91
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
92
|
+
*/
|
|
93
|
+
static isInstance(obj: any): obj is DataCatalog;
|
|
94
|
+
/**
|
|
95
|
+
* ARN of the data catalog.
|
|
96
|
+
*/
|
|
97
|
+
readonly arn: pulumi.Output<string>;
|
|
98
|
+
/**
|
|
99
|
+
* A description of the data catalog.
|
|
100
|
+
*/
|
|
101
|
+
readonly description: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The name of the data catalog. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
|
|
104
|
+
*/
|
|
105
|
+
readonly name: pulumi.Output<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Key value pairs that specifies the Lambda function or functions to use for the data catalog. The mapping used depends on the catalog type.
|
|
108
|
+
*/
|
|
109
|
+
readonly parameters: pulumi.Output<{
|
|
110
|
+
[key: string]: string;
|
|
111
|
+
}>;
|
|
112
|
+
/**
|
|
113
|
+
* A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
|
|
114
|
+
*/
|
|
115
|
+
readonly tags: pulumi.Output<{
|
|
116
|
+
[key: string]: string;
|
|
117
|
+
} | undefined>;
|
|
118
|
+
/**
|
|
119
|
+
* Map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
|
|
120
|
+
*/
|
|
121
|
+
readonly tagsAll: pulumi.Output<{
|
|
122
|
+
[key: string]: string;
|
|
123
|
+
}>;
|
|
124
|
+
/**
|
|
125
|
+
* The type of data catalog: `LAMBDA` for a federated catalog, `GLUE` for AWS Glue Catalog, or `HIVE` for an external hive metastore.
|
|
126
|
+
*/
|
|
127
|
+
readonly type: pulumi.Output<string>;
|
|
128
|
+
/**
|
|
129
|
+
* Create a DataCatalog resource with the given unique name, arguments, and options.
|
|
130
|
+
*
|
|
131
|
+
* @param name The _unique_ name of the resource.
|
|
132
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
133
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
134
|
+
*/
|
|
135
|
+
constructor(name: string, args: DataCatalogArgs, opts?: pulumi.CustomResourceOptions);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Input properties used for looking up and filtering DataCatalog resources.
|
|
139
|
+
*/
|
|
140
|
+
export interface DataCatalogState {
|
|
141
|
+
/**
|
|
142
|
+
* ARN of the data catalog.
|
|
143
|
+
*/
|
|
144
|
+
arn?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* A description of the data catalog.
|
|
147
|
+
*/
|
|
148
|
+
description?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* The name of the data catalog. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
|
|
151
|
+
*/
|
|
152
|
+
name?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* Key value pairs that specifies the Lambda function or functions to use for the data catalog. The mapping used depends on the catalog type.
|
|
155
|
+
*/
|
|
156
|
+
parameters?: pulumi.Input<{
|
|
157
|
+
[key: string]: pulumi.Input<string>;
|
|
158
|
+
}>;
|
|
159
|
+
/**
|
|
160
|
+
* A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
|
|
161
|
+
*/
|
|
162
|
+
tags?: pulumi.Input<{
|
|
163
|
+
[key: string]: pulumi.Input<string>;
|
|
164
|
+
}>;
|
|
165
|
+
/**
|
|
166
|
+
* Map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
|
|
167
|
+
*/
|
|
168
|
+
tagsAll?: pulumi.Input<{
|
|
169
|
+
[key: string]: pulumi.Input<string>;
|
|
170
|
+
}>;
|
|
171
|
+
/**
|
|
172
|
+
* The type of data catalog: `LAMBDA` for a federated catalog, `GLUE` for AWS Glue Catalog, or `HIVE` for an external hive metastore.
|
|
173
|
+
*/
|
|
174
|
+
type?: pulumi.Input<string>;
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* The set of arguments for constructing a DataCatalog resource.
|
|
178
|
+
*/
|
|
179
|
+
export interface DataCatalogArgs {
|
|
180
|
+
/**
|
|
181
|
+
* A description of the data catalog.
|
|
182
|
+
*/
|
|
183
|
+
description: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* The name of the data catalog. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
|
|
186
|
+
*/
|
|
187
|
+
name?: pulumi.Input<string>;
|
|
188
|
+
/**
|
|
189
|
+
* Key value pairs that specifies the Lambda function or functions to use for the data catalog. The mapping used depends on the catalog type.
|
|
190
|
+
*/
|
|
191
|
+
parameters: pulumi.Input<{
|
|
192
|
+
[key: string]: pulumi.Input<string>;
|
|
193
|
+
}>;
|
|
194
|
+
/**
|
|
195
|
+
* A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
|
|
196
|
+
*/
|
|
197
|
+
tags?: pulumi.Input<{
|
|
198
|
+
[key: string]: pulumi.Input<string>;
|
|
199
|
+
}>;
|
|
200
|
+
/**
|
|
201
|
+
* Map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
|
|
202
|
+
*/
|
|
203
|
+
tagsAll?: pulumi.Input<{
|
|
204
|
+
[key: string]: pulumi.Input<string>;
|
|
205
|
+
}>;
|
|
206
|
+
/**
|
|
207
|
+
* The type of data catalog: `LAMBDA` for a federated catalog, `GLUE` for AWS Glue Catalog, or `HIVE` for an external hive metastore.
|
|
208
|
+
*/
|
|
209
|
+
type: pulumi.Input<string>;
|
|
210
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
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.DataCatalog = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides an Athena data catalog.
|
|
10
|
+
*
|
|
11
|
+
* More information about Athena and Athena data catalogs can be found in the [Athena User Guide](https://docs.aws.amazon.com/athena/latest/ug/what-is.html).
|
|
12
|
+
*
|
|
13
|
+
* > **Tip:** for a more detailed explanation on the usage of `parameters`, see the [DataCatalog API documentation](https://docs.aws.amazon.com/athena/latest/APIReference/API_DataCatalog.html)
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as aws from "@pulumi/aws";
|
|
20
|
+
*
|
|
21
|
+
* const example = new aws.athena.DataCatalog("example", {
|
|
22
|
+
* description: "Example Athena data catalog",
|
|
23
|
+
* parameters: {
|
|
24
|
+
* function: "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function",
|
|
25
|
+
* },
|
|
26
|
+
* tags: {
|
|
27
|
+
* Name: "example-athena-data-catalog",
|
|
28
|
+
* },
|
|
29
|
+
* type: "LAMBDA",
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
* ### Hive based Data Catalog
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as aws from "@pulumi/aws";
|
|
37
|
+
*
|
|
38
|
+
* const example = new aws.athena.DataCatalog("example", {
|
|
39
|
+
* description: "Hive based Data Catalog",
|
|
40
|
+
* parameters: {
|
|
41
|
+
* "metadata-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function",
|
|
42
|
+
* },
|
|
43
|
+
* type: "HIVE",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
* ### Glue based Data Catalog
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as aws from "@pulumi/aws";
|
|
51
|
+
*
|
|
52
|
+
* const example = new aws.athena.DataCatalog("example", {
|
|
53
|
+
* description: "Glue based Data Catalog",
|
|
54
|
+
* parameters: {
|
|
55
|
+
* "catalog-id": "123456789012",
|
|
56
|
+
* },
|
|
57
|
+
* type: "GLUE",
|
|
58
|
+
* });
|
|
59
|
+
* ```
|
|
60
|
+
* ### Lambda based Data Catalog
|
|
61
|
+
*
|
|
62
|
+
* ```typescript
|
|
63
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
64
|
+
* import * as aws from "@pulumi/aws";
|
|
65
|
+
*
|
|
66
|
+
* const example = new aws.athena.DataCatalog("example", {
|
|
67
|
+
* description: "Lambda based Data Catalog",
|
|
68
|
+
* parameters: {
|
|
69
|
+
* "metadata-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function-1",
|
|
70
|
+
* "record-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function-2",
|
|
71
|
+
* },
|
|
72
|
+
* type: "LAMBDA",
|
|
73
|
+
* });
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* ## Import
|
|
77
|
+
*
|
|
78
|
+
* Data catalogs can be imported using their `name`, e.g.,
|
|
79
|
+
*
|
|
80
|
+
* ```sh
|
|
81
|
+
* $ pulumi import aws:athena/dataCatalog:DataCatalog example example-data-catalog
|
|
82
|
+
* ```
|
|
83
|
+
*/
|
|
84
|
+
class DataCatalog extends pulumi.CustomResource {
|
|
85
|
+
constructor(name, argsOrState, opts) {
|
|
86
|
+
let resourceInputs = {};
|
|
87
|
+
opts = opts || {};
|
|
88
|
+
if (opts.id) {
|
|
89
|
+
const state = argsOrState;
|
|
90
|
+
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
91
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
92
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
93
|
+
resourceInputs["parameters"] = state ? state.parameters : undefined;
|
|
94
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
95
|
+
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
96
|
+
resourceInputs["type"] = state ? state.type : undefined;
|
|
97
|
+
}
|
|
98
|
+
else {
|
|
99
|
+
const args = argsOrState;
|
|
100
|
+
if ((!args || args.description === undefined) && !opts.urn) {
|
|
101
|
+
throw new Error("Missing required property 'description'");
|
|
102
|
+
}
|
|
103
|
+
if ((!args || args.parameters === undefined) && !opts.urn) {
|
|
104
|
+
throw new Error("Missing required property 'parameters'");
|
|
105
|
+
}
|
|
106
|
+
if ((!args || args.type === undefined) && !opts.urn) {
|
|
107
|
+
throw new Error("Missing required property 'type'");
|
|
108
|
+
}
|
|
109
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
110
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
111
|
+
resourceInputs["parameters"] = args ? args.parameters : undefined;
|
|
112
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
113
|
+
resourceInputs["tagsAll"] = args ? args.tagsAll : undefined;
|
|
114
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
115
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
116
|
+
}
|
|
117
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
118
|
+
super(DataCatalog.__pulumiType, name, resourceInputs, opts);
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Get an existing DataCatalog resource's state with the given name, ID, and optional extra
|
|
122
|
+
* properties used to qualify the lookup.
|
|
123
|
+
*
|
|
124
|
+
* @param name The _unique_ name of the resulting resource.
|
|
125
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
126
|
+
* @param state Any extra arguments used during the lookup.
|
|
127
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
128
|
+
*/
|
|
129
|
+
static get(name, id, state, opts) {
|
|
130
|
+
return new DataCatalog(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Returns true if the given object is an instance of DataCatalog. This is designed to work even
|
|
134
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
135
|
+
*/
|
|
136
|
+
static isInstance(obj) {
|
|
137
|
+
if (obj === undefined || obj === null) {
|
|
138
|
+
return false;
|
|
139
|
+
}
|
|
140
|
+
return obj['__pulumiType'] === DataCatalog.__pulumiType;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
exports.DataCatalog = DataCatalog;
|
|
144
|
+
/** @internal */
|
|
145
|
+
DataCatalog.__pulumiType = 'aws:athena/dataCatalog:DataCatalog';
|
|
146
|
+
//# sourceMappingURL=dataCatalog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataCatalog.js","sourceRoot":"","sources":["../../athena/dataCatalog.ts"],"names":[],"mappings":"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"}
|
package/athena/index.d.ts
CHANGED
package/athena/index.js
CHANGED
|
@@ -19,10 +19,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
const pulumi = require("@pulumi/pulumi");
|
|
20
20
|
const utilities = require("../utilities");
|
|
21
21
|
// Export members:
|
|
22
|
+
__exportStar(require("./dataCatalog"), exports);
|
|
22
23
|
__exportStar(require("./database"), exports);
|
|
23
24
|
__exportStar(require("./namedQuery"), exports);
|
|
24
25
|
__exportStar(require("./workgroup"), exports);
|
|
25
26
|
// Import resources to register:
|
|
27
|
+
const dataCatalog_1 = require("./dataCatalog");
|
|
26
28
|
const database_1 = require("./database");
|
|
27
29
|
const namedQuery_1 = require("./namedQuery");
|
|
28
30
|
const workgroup_1 = require("./workgroup");
|
|
@@ -30,6 +32,8 @@ const _module = {
|
|
|
30
32
|
version: utilities.getVersion(),
|
|
31
33
|
construct: (name, type, urn) => {
|
|
32
34
|
switch (type) {
|
|
35
|
+
case "aws:athena/dataCatalog:DataCatalog":
|
|
36
|
+
return new dataCatalog_1.DataCatalog(name, undefined, { urn });
|
|
33
37
|
case "aws:athena/database:Database":
|
|
34
38
|
return new database_1.Database(name, undefined, { urn });
|
|
35
39
|
case "aws:athena/namedQuery:NamedQuery":
|
|
@@ -41,6 +45,7 @@ const _module = {
|
|
|
41
45
|
}
|
|
42
46
|
},
|
|
43
47
|
};
|
|
48
|
+
pulumi.runtime.registerResourceModule("aws", "athena/dataCatalog", _module);
|
|
44
49
|
pulumi.runtime.registerResourceModule("aws", "athena/database", _module);
|
|
45
50
|
pulumi.runtime.registerResourceModule("aws", "athena/namedQuery", _module);
|
|
46
51
|
pulumi.runtime.registerResourceModule("aws", "athena/workgroup", _module);
|
package/athena/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../athena/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,6CAA2B;AAC3B,+CAA6B;AAC7B,8CAA4B;AAE5B,gCAAgC;AAChC,yCAAsC;AACtC,6CAA0C;AAC1C,2CAAwC;AAExC,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,8BAA8B;gBAC/B,OAAO,IAAI,mBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,kCAAkC;gBACnC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,gCAAgC;gBACjC,OAAO,IAAI,qBAAS,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,iBAAiB,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../athena/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,gDAA8B;AAC9B,6CAA2B;AAC3B,+CAA6B;AAC7B,8CAA4B;AAE5B,gCAAgC;AAChC,+CAA4C;AAC5C,yCAAsC;AACtC,6CAA0C;AAC1C,2CAAwC;AAExC,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,oCAAoC;gBACrC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,8BAA8B;gBAC/B,OAAO,IAAI,mBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,kCAAkC;gBACnC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,gCAAgC;gBACjC,OAAO,IAAI,qBAAS,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,oBAAoB,EAAE,OAAO,CAAC,CAAA;AAC3E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -41,6 +41,10 @@ export interface GetGroupResult {
|
|
|
41
41
|
* The desired size of the group.
|
|
42
42
|
*/
|
|
43
43
|
readonly desiredCapacity: number;
|
|
44
|
+
/**
|
|
45
|
+
* The list of metrics enabled for collection.
|
|
46
|
+
*/
|
|
47
|
+
readonly enabledMetrics: string[];
|
|
44
48
|
/**
|
|
45
49
|
* The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
|
|
46
50
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../../autoscaling/getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4BASC;
|
|
1
|
+
{"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../../autoscaling/getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4BASC;AA6FD,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to get ARNs, ids and S3 canonical user IDs of Amazon CloudFront origin access identities.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
* ### All origin access identities in the account
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as aws from "@pulumi/aws";
|
|
11
|
+
*
|
|
12
|
+
* const example = pulumi.output(aws.cloudfront.getOriginAccessIdentities());
|
|
13
|
+
* ```
|
|
14
|
+
* ### Origin access identities filtered by comment/name
|
|
15
|
+
*
|
|
16
|
+
* Origin access identities whose comments are `example-comment1`, `example-comment2`
|
|
17
|
+
*
|
|
18
|
+
* ```typescript
|
|
19
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
+
* import * as aws from "@pulumi/aws";
|
|
21
|
+
*
|
|
22
|
+
* const example = pulumi.output(aws.cloudfront.getOriginAccessIdentities({
|
|
23
|
+
* comments: [
|
|
24
|
+
* "example-comment1",
|
|
25
|
+
* "example-comment2",
|
|
26
|
+
* ],
|
|
27
|
+
* }));
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare function getOriginAccessIdentities(args?: GetOriginAccessIdentitiesArgs, opts?: pulumi.InvokeOptions): Promise<GetOriginAccessIdentitiesResult>;
|
|
31
|
+
/**
|
|
32
|
+
* A collection of arguments for invoking getOriginAccessIdentities.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetOriginAccessIdentitiesArgs {
|
|
35
|
+
/**
|
|
36
|
+
* Filter origin access identities by comment.
|
|
37
|
+
*/
|
|
38
|
+
comments?: string[];
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A collection of values returned by getOriginAccessIdentities.
|
|
42
|
+
*/
|
|
43
|
+
export interface GetOriginAccessIdentitiesResult {
|
|
44
|
+
readonly comments?: string[];
|
|
45
|
+
/**
|
|
46
|
+
* Set of ARNs of the matched origin access identities.
|
|
47
|
+
*/
|
|
48
|
+
readonly iamArns: string[];
|
|
49
|
+
/**
|
|
50
|
+
* The provider-assigned unique ID for this managed resource.
|
|
51
|
+
*/
|
|
52
|
+
readonly id: string;
|
|
53
|
+
/**
|
|
54
|
+
* Set of ids of the matched origin access identities.
|
|
55
|
+
*/
|
|
56
|
+
readonly ids: string[];
|
|
57
|
+
/**
|
|
58
|
+
* Set of S3 canonical user IDs of the matched origin access identities.
|
|
59
|
+
*/
|
|
60
|
+
readonly s3CanonicalUserIds: string[];
|
|
61
|
+
}
|
|
62
|
+
export declare function getOriginAccessIdentitiesOutput(args?: GetOriginAccessIdentitiesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOriginAccessIdentitiesResult>;
|
|
63
|
+
/**
|
|
64
|
+
* A collection of arguments for invoking getOriginAccessIdentities.
|
|
65
|
+
*/
|
|
66
|
+
export interface GetOriginAccessIdentitiesOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* Filter origin access identities by comment.
|
|
69
|
+
*/
|
|
70
|
+
comments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
71
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.getOriginAccessIdentitiesOutput = exports.getOriginAccessIdentities = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to get ARNs, ids and S3 canonical user IDs of Amazon CloudFront origin access identities.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
* ### All origin access identities in the account
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as aws from "@pulumi/aws";
|
|
17
|
+
*
|
|
18
|
+
* const example = pulumi.output(aws.cloudfront.getOriginAccessIdentities());
|
|
19
|
+
* ```
|
|
20
|
+
* ### Origin access identities filtered by comment/name
|
|
21
|
+
*
|
|
22
|
+
* Origin access identities whose comments are `example-comment1`, `example-comment2`
|
|
23
|
+
*
|
|
24
|
+
* ```typescript
|
|
25
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
26
|
+
* import * as aws from "@pulumi/aws";
|
|
27
|
+
*
|
|
28
|
+
* const example = pulumi.output(aws.cloudfront.getOriginAccessIdentities({
|
|
29
|
+
* comments: [
|
|
30
|
+
* "example-comment1",
|
|
31
|
+
* "example-comment2",
|
|
32
|
+
* ],
|
|
33
|
+
* }));
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
function getOriginAccessIdentities(args, opts) {
|
|
37
|
+
args = args || {};
|
|
38
|
+
if (!opts) {
|
|
39
|
+
opts = {};
|
|
40
|
+
}
|
|
41
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
42
|
+
return pulumi.runtime.invoke("aws:cloudfront/getOriginAccessIdentities:getOriginAccessIdentities", {
|
|
43
|
+
"comments": args.comments,
|
|
44
|
+
}, opts);
|
|
45
|
+
}
|
|
46
|
+
exports.getOriginAccessIdentities = getOriginAccessIdentities;
|
|
47
|
+
function getOriginAccessIdentitiesOutput(args, opts) {
|
|
48
|
+
return pulumi.output(args).apply(a => getOriginAccessIdentities(a, opts));
|
|
49
|
+
}
|
|
50
|
+
exports.getOriginAccessIdentitiesOutput = getOriginAccessIdentitiesOutput;
|
|
51
|
+
//# sourceMappingURL=getOriginAccessIdentities.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getOriginAccessIdentities.js","sourceRoot":"","sources":["../../cloudfront/getOriginAccessIdentities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC;AAmCD,SAAgB,+BAA+B,CAAC,IAA0C,EAAE,IAA2B;IACnH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,0EAEC"}
|
package/cloudfront/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export * from "./getCachePolicy";
|
|
|
7
7
|
export * from "./getDistribution";
|
|
8
8
|
export * from "./getFunction";
|
|
9
9
|
export * from "./getLogDeliveryCanonicalUserId";
|
|
10
|
+
export * from "./getOriginAccessIdentities";
|
|
10
11
|
export * from "./getOriginAccessIdentity";
|
|
11
12
|
export * from "./getOriginRequestPolicy";
|
|
12
13
|
export * from "./getRealtimeLogConfig";
|
package/cloudfront/index.js
CHANGED
|
@@ -28,6 +28,7 @@ __exportStar(require("./getCachePolicy"), exports);
|
|
|
28
28
|
__exportStar(require("./getDistribution"), exports);
|
|
29
29
|
__exportStar(require("./getFunction"), exports);
|
|
30
30
|
__exportStar(require("./getLogDeliveryCanonicalUserId"), exports);
|
|
31
|
+
__exportStar(require("./getOriginAccessIdentities"), exports);
|
|
31
32
|
__exportStar(require("./getOriginAccessIdentity"), exports);
|
|
32
33
|
__exportStar(require("./getOriginRequestPolicy"), exports);
|
|
33
34
|
__exportStar(require("./getRealtimeLogConfig"), exports);
|
package/cloudfront/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloudfront/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloudfront/index.ts"],"names":[],"mappings":"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"}
|
package/cloudtrail/trail.d.ts
CHANGED
package/cloudtrail/trail.js
CHANGED
|
@@ -54,7 +54,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
54
54
|
* CloudWatch dashboards can be imported using the `dashboard_name`, e.g.,
|
|
55
55
|
*
|
|
56
56
|
* ```sh
|
|
57
|
-
* $ pulumi import aws:cloudwatch/dashboard:Dashboard sample
|
|
57
|
+
* $ pulumi import aws:cloudwatch/dashboard:Dashboard sample dashboard_name
|
|
58
58
|
* ```
|
|
59
59
|
*/
|
|
60
60
|
export declare class Dashboard extends pulumi.CustomResource {
|
package/cloudwatch/dashboard.js
CHANGED
|
@@ -60,7 +60,7 @@ const utilities = require("../utilities");
|
|
|
60
60
|
* CloudWatch dashboards can be imported using the `dashboard_name`, e.g.,
|
|
61
61
|
*
|
|
62
62
|
* ```sh
|
|
63
|
-
* $ pulumi import aws:cloudwatch/dashboard:Dashboard sample
|
|
63
|
+
* $ pulumi import aws:cloudwatch/dashboard:Dashboard sample dashboard_name
|
|
64
64
|
* ```
|
|
65
65
|
*/
|
|
66
66
|
class Dashboard extends pulumi.CustomResource {
|