@pulumi/aws 5.17.0-alpha.1665590627 → 5.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/acm/certificate.d.ts +97 -11
- package/acm/certificate.js +37 -4
- package/acm/certificate.js.map +1 -1
- package/acmpca/certificate.d.ts +14 -6
- package/acmpca/certificate.js +5 -0
- package/acmpca/certificate.js.map +1 -1
- package/alb/targetGroup.d.ts +3 -3
- package/apigatewayv2/deployment.d.ts +1 -1
- package/apigatewayv2/deployment.js +1 -1
- package/apigatewayv2/integration.d.ts +1 -1
- package/apigatewayv2/integration.js +1 -1
- package/appautoscaling/policy.d.ts +8 -0
- package/appautoscaling/policy.js +2 -0
- package/appautoscaling/policy.js.map +1 -1
- package/appconfig/environment.d.ts +8 -0
- package/appconfig/environment.js.map +1 -1
- package/appconfig/getConfigurationProfile.d.ts +103 -0
- package/appconfig/getConfigurationProfile.js +40 -0
- package/appconfig/getConfigurationProfile.js.map +1 -0
- package/appconfig/getConfigurationProfiles.d.ts +41 -0
- package/appconfig/getConfigurationProfiles.js +28 -0
- package/appconfig/getConfigurationProfiles.js.map +1 -0
- package/appconfig/getEnvironment.d.ts +96 -0
- package/appconfig/getEnvironment.js +40 -0
- package/appconfig/getEnvironment.js.map +1 -0
- package/appconfig/getEnvironments.d.ts +51 -0
- package/appconfig/getEnvironments.js +38 -0
- package/appconfig/getEnvironments.js.map +1 -0
- package/appconfig/index.d.ts +12 -0
- package/appconfig/index.js +13 -1
- package/appconfig/index.js.map +1 -1
- package/applicationloadbalancing/targetGroup.d.ts +3 -3
- package/cloudfront/originRequestPolicy.d.ts +8 -0
- package/cloudfront/originRequestPolicy.js +8 -0
- package/cloudfront/originRequestPolicy.js.map +1 -1
- package/cloudwatch/metricStream.d.ts +1 -1
- package/cloudwatch/metricStream.js +1 -1
- package/ec2/ami.d.ts +13 -0
- package/ec2/ami.js +3 -0
- package/ec2/ami.js.map +1 -1
- package/ec2/getAmi.d.ts +4 -0
- package/ec2/getAmi.js.map +1 -1
- package/ec2/getVpcIamPoolCidrs.d.ts +51 -0
- package/ec2/getVpcIamPoolCidrs.js +28 -0
- package/ec2/getVpcIamPoolCidrs.js.map +1 -0
- package/ec2/index.d.ts +3 -0
- package/ec2/index.js +6 -3
- package/ec2/index.js.map +1 -1
- package/ec2/trafficMirrorTarget.d.ts +16 -0
- package/ec2/trafficMirrorTarget.js +6 -0
- package/ec2/trafficMirrorTarget.js.map +1 -1
- package/efs/fileSystemPolicy.d.ts +2 -2
- package/efs/fileSystemPolicy.js +2 -2
- package/eks/addon.d.ts +20 -3
- package/eks/addon.js +17 -0
- package/eks/addon.js.map +1 -1
- package/eks/cluster.d.ts +2 -0
- package/eks/cluster.js.map +1 -1
- package/elasticloadbalancingv2/targetGroup.d.ts +3 -3
- package/evidently/index.d.ts +3 -0
- package/evidently/index.js +22 -0
- package/evidently/index.js.map +1 -0
- package/evidently/project.d.ts +245 -0
- package/evidently/project.js +138 -0
- package/evidently/project.js.map +1 -0
- package/getAmi.d.ts +4 -0
- package/getAmi.js.map +1 -1
- package/iam/accessKey.d.ts +3 -3
- package/identitystore/getUser.d.ts +73 -5
- package/identitystore/getUser.js +2 -1
- package/identitystore/getUser.js.map +1 -1
- package/identitystore/group.d.ts +101 -0
- package/identitystore/group.js +74 -0
- package/identitystore/group.js.map +1 -0
- package/identitystore/groupMembership.d.ts +89 -0
- package/identitystore/groupMembership.js +73 -0
- package/identitystore/groupMembership.js.map +1 -0
- package/identitystore/index.d.ts +9 -0
- package/identitystore/index.js +26 -1
- package/identitystore/index.js.map +1 -1
- package/identitystore/user.d.ts +240 -0
- package/identitystore/user.js +106 -0
- package/identitystore/user.js.map +1 -0
- package/index.d.ts +3 -1
- package/index.js +7 -3
- package/index.js.map +1 -1
- package/inspector2/index.d.ts +3 -0
- package/inspector2/index.js +22 -0
- package/inspector2/index.js.map +1 -0
- package/inspector2/organizationConfiguration.d.ts +74 -0
- package/inspector2/organizationConfiguration.js +70 -0
- package/inspector2/organizationConfiguration.js.map +1 -0
- package/kinesis/firehoseDeliveryStream.d.ts +1 -1
- package/kinesis/firehoseDeliveryStream.js +1 -1
- package/kms/customKeyStore.d.ts +109 -0
- package/kms/customKeyStore.js +92 -0
- package/kms/customKeyStore.js.map +1 -0
- package/kms/getCustomKeyStore.d.ts +69 -0
- package/kms/getCustomKeyStore.js +40 -0
- package/kms/getCustomKeyStore.js.map +1 -0
- package/kms/index.d.ts +6 -0
- package/kms/index.js +9 -1
- package/kms/index.js.map +1 -1
- package/kms/key.d.ts +15 -3
- package/kms/key.js +2 -0
- package/kms/key.js.map +1 -1
- package/lambda/function.d.ts +1 -1
- package/lambda/function.js +1 -1
- package/lambda/layerVersion.d.ts +1 -1
- package/lambda/layerVersion.js +1 -1
- package/lambda/permission.d.ts +1 -1
- package/lambda/permission.js +1 -1
- package/lb/targetGroup.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/ssm/parameter.d.ts +0 -2
- package/ssm/parameter.js +0 -2
- package/ssm/parameter.js.map +1 -1
- package/types/input.d.ts +36046 -833
- package/types/output.d.ts +36122 -808
- package/wafv2/ruleGroup.d.ts +14 -0
- package/wafv2/ruleGroup.js +14 -0
- package/wafv2/ruleGroup.js.map +1 -1
- package/wafv2/webAclAssociation.d.ts +3 -3
package/eks/addon.js
CHANGED
|
@@ -24,6 +24,23 @@ const utilities = require("../utilities");
|
|
|
24
24
|
* addonName: "vpc-cni",
|
|
25
25
|
* });
|
|
26
26
|
* ```
|
|
27
|
+
* ## Example Update add-on usage with resolveConflicts and PRESERVE
|
|
28
|
+
*
|
|
29
|
+
* `resolveConflicts` with `PRESERVE` can be used to retain the config changes applied to the add-on with kubectl while upgrading to a newer version of the add-on.
|
|
30
|
+
*
|
|
31
|
+
* > **Note:** `resolveConflicts` with `PRESERVE` can only be used for upgrading the add-ons but not during the creation of add-on.
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as aws from "@pulumi/aws";
|
|
36
|
+
*
|
|
37
|
+
* const example = new aws.eks.Addon("example", {
|
|
38
|
+
* clusterName: aws_eks_cluster.example.name,
|
|
39
|
+
* addonName: "coredns",
|
|
40
|
+
* addonVersion: "v1.8.7-eksbuild.3",
|
|
41
|
+
* resolveConflicts: "PRESERVE",
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
27
44
|
*
|
|
28
45
|
* ## Import
|
|
29
46
|
*
|
package/eks/addon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addon.js","sourceRoot":"","sources":["../../eks/addon.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"addon.js","sourceRoot":"","sources":["../../eks/addon.ts"],"names":[],"mappings":"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"}
|
package/eks/cluster.d.ts
CHANGED
|
@@ -168,6 +168,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
168
168
|
readonly endpoint: pulumi.Output<string>;
|
|
169
169
|
/**
|
|
170
170
|
* Attribute block containing identity provider information for your cluster. Only available on Kubernetes version 1.13 and 1.14 clusters created or upgraded on or after September 3, 2019. Detailed below.
|
|
171
|
+
* * `kubernetes_network_config.service_ipv6_cidr` - The CIDR block that Kubernetes pod and service IP addresses are assigned from if you specified `ipv6` for ipFamily when you created the cluster. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.
|
|
171
172
|
*/
|
|
172
173
|
readonly identities: pulumi.Output<outputs.eks.ClusterIdentity[]>;
|
|
173
174
|
/**
|
|
@@ -261,6 +262,7 @@ export interface ClusterState {
|
|
|
261
262
|
endpoint?: pulumi.Input<string>;
|
|
262
263
|
/**
|
|
263
264
|
* Attribute block containing identity provider information for your cluster. Only available on Kubernetes version 1.13 and 1.14 clusters created or upgraded on or after September 3, 2019. Detailed below.
|
|
265
|
+
* * `kubernetes_network_config.service_ipv6_cidr` - The CIDR block that Kubernetes pod and service IP addresses are assigned from if you specified `ipv6` for ipFamily when you created the cluster. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.
|
|
264
266
|
*/
|
|
265
267
|
identities?: pulumi.Input<pulumi.Input<inputs.eks.ClusterIdentity>[]>;
|
|
266
268
|
/**
|
package/eks/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../eks/cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoHG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../eks/cluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -137,7 +137,7 @@ export declare class TargetGroup extends pulumi.CustomResource {
|
|
|
137
137
|
*/
|
|
138
138
|
readonly protocol: pulumi.Output<string | undefined>;
|
|
139
139
|
/**
|
|
140
|
-
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify GRPC to send requests to targets using gRPC. Specify HTTP2 to send requests to targets using HTTP/2. The default is HTTP1
|
|
140
|
+
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1
|
|
141
141
|
*/
|
|
142
142
|
readonly protocolVersion: pulumi.Output<string>;
|
|
143
143
|
/**
|
|
@@ -239,7 +239,7 @@ export interface TargetGroupState {
|
|
|
239
239
|
*/
|
|
240
240
|
protocol?: pulumi.Input<string>;
|
|
241
241
|
/**
|
|
242
|
-
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify GRPC to send requests to targets using gRPC. Specify HTTP2 to send requests to targets using HTTP/2. The default is HTTP1
|
|
242
|
+
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1
|
|
243
243
|
*/
|
|
244
244
|
protocolVersion?: pulumi.Input<string>;
|
|
245
245
|
/**
|
|
@@ -324,7 +324,7 @@ export interface TargetGroupArgs {
|
|
|
324
324
|
*/
|
|
325
325
|
protocol?: pulumi.Input<string>;
|
|
326
326
|
/**
|
|
327
|
-
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify GRPC to send requests to targets using gRPC. Specify HTTP2 to send requests to targets using HTTP/2. The default is HTTP1
|
|
327
|
+
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1
|
|
328
328
|
*/
|
|
329
329
|
protocolVersion?: pulumi.Input<string>;
|
|
330
330
|
/**
|
|
@@ -0,0 +1,22 @@
|
|
|
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.Project = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.Project = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Project"], () => require("./project"));
|
|
10
|
+
const _module = {
|
|
11
|
+
version: utilities.getVersion(),
|
|
12
|
+
construct: (name, type, urn) => {
|
|
13
|
+
switch (type) {
|
|
14
|
+
case "aws:evidently/project:Project":
|
|
15
|
+
return new exports.Project(name, undefined, { urn });
|
|
16
|
+
default:
|
|
17
|
+
throw new Error(`unknown resource type ${type}`);
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
};
|
|
21
|
+
pulumi.runtime.registerResourceModule("aws", "evidently/project", _module);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../evidently/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,OAAO,GAAuC,IAAW,CAAC;AAEvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAErE,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,+BAA+B;gBAChC,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a CloudWatch Evidently Project resource.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
* ### Basic
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as aws from "@pulumi/aws";
|
|
13
|
+
*
|
|
14
|
+
* const example = new aws.evidently.Project("example", {
|
|
15
|
+
* description: "Example Description",
|
|
16
|
+
* tags: {
|
|
17
|
+
* Key1: "example Project",
|
|
18
|
+
* },
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
* ### Store evaluation events in a CloudWatch Log Group
|
|
22
|
+
*
|
|
23
|
+
* ```typescript
|
|
24
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
25
|
+
* import * as aws from "@pulumi/aws";
|
|
26
|
+
*
|
|
27
|
+
* const example = new aws.evidently.Project("example", {
|
|
28
|
+
* dataDelivery: {
|
|
29
|
+
* cloudwatchLogs: {
|
|
30
|
+
* logGroup: "example-log-group-name",
|
|
31
|
+
* },
|
|
32
|
+
* },
|
|
33
|
+
* description: "Example Description",
|
|
34
|
+
* tags: {
|
|
35
|
+
* Key1: "example Project",
|
|
36
|
+
* },
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
* ### Store evaluation events in an S3 bucket
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as aws from "@pulumi/aws";
|
|
44
|
+
*
|
|
45
|
+
* const example = new aws.evidently.Project("example", {
|
|
46
|
+
* dataDelivery: {
|
|
47
|
+
* s3Destination: {
|
|
48
|
+
* bucket: "example-bucket-name",
|
|
49
|
+
* prefix: "example",
|
|
50
|
+
* },
|
|
51
|
+
* },
|
|
52
|
+
* description: "Example Description",
|
|
53
|
+
* tags: {
|
|
54
|
+
* Key1: "example Project",
|
|
55
|
+
* },
|
|
56
|
+
* });
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* ## Import
|
|
60
|
+
*
|
|
61
|
+
* CloudWatch Evidently Project can be imported using the `name`, e.g.,
|
|
62
|
+
*
|
|
63
|
+
* ```sh
|
|
64
|
+
* $ pulumi import aws:evidently/project:Project example example
|
|
65
|
+
* ```
|
|
66
|
+
*/
|
|
67
|
+
export declare class Project extends pulumi.CustomResource {
|
|
68
|
+
/**
|
|
69
|
+
* Get an existing Project resource's state with the given name, ID, and optional extra
|
|
70
|
+
* properties used to qualify the lookup.
|
|
71
|
+
*
|
|
72
|
+
* @param name The _unique_ name of the resulting resource.
|
|
73
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
74
|
+
* @param state Any extra arguments used during the lookup.
|
|
75
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
76
|
+
*/
|
|
77
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProjectState, opts?: pulumi.CustomResourceOptions): Project;
|
|
78
|
+
/**
|
|
79
|
+
* Returns true if the given object is an instance of Project. This is designed to work even
|
|
80
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
81
|
+
*/
|
|
82
|
+
static isInstance(obj: any): obj is Project;
|
|
83
|
+
/**
|
|
84
|
+
* The number of ongoing experiments currently in the project.
|
|
85
|
+
*/
|
|
86
|
+
readonly activeExperimentCount: pulumi.Output<number>;
|
|
87
|
+
/**
|
|
88
|
+
* The number of ongoing launches currently in the project.
|
|
89
|
+
*/
|
|
90
|
+
readonly activeLaunchCount: pulumi.Output<number>;
|
|
91
|
+
/**
|
|
92
|
+
* The ARN of the project.
|
|
93
|
+
*/
|
|
94
|
+
readonly arn: pulumi.Output<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The date and time that the project is created.
|
|
97
|
+
*/
|
|
98
|
+
readonly createdTime: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* A block that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view. See below.
|
|
101
|
+
*/
|
|
102
|
+
readonly dataDelivery: pulumi.Output<outputs.evidently.ProjectDataDelivery | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* Specifies the description of the project.
|
|
105
|
+
*/
|
|
106
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
107
|
+
/**
|
|
108
|
+
* The number of experiments currently in the project. This includes all experiments that have been created and not deleted, whether they are ongoing or not.
|
|
109
|
+
*/
|
|
110
|
+
readonly experimentCount: pulumi.Output<number>;
|
|
111
|
+
/**
|
|
112
|
+
* The number of features currently in the project.
|
|
113
|
+
*/
|
|
114
|
+
readonly featureCount: pulumi.Output<number>;
|
|
115
|
+
/**
|
|
116
|
+
* The date and time that the project was most recently updated.
|
|
117
|
+
*/
|
|
118
|
+
readonly lastUpdatedTime: pulumi.Output<string>;
|
|
119
|
+
/**
|
|
120
|
+
* The number of launches currently in the project. This includes all launches that have been created and not deleted, whether they are ongoing or not.
|
|
121
|
+
*/
|
|
122
|
+
readonly launchCount: pulumi.Output<number>;
|
|
123
|
+
/**
|
|
124
|
+
* A name for the project.
|
|
125
|
+
*/
|
|
126
|
+
readonly name: pulumi.Output<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The current state of the project. Valid values are `AVAILABLE` and `UPDATING`.
|
|
129
|
+
*/
|
|
130
|
+
readonly status: pulumi.Output<string>;
|
|
131
|
+
/**
|
|
132
|
+
* Tags to apply to the project. 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.
|
|
133
|
+
*/
|
|
134
|
+
readonly tags: pulumi.Output<{
|
|
135
|
+
[key: string]: string;
|
|
136
|
+
} | undefined>;
|
|
137
|
+
/**
|
|
138
|
+
* A 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).
|
|
139
|
+
*/
|
|
140
|
+
readonly tagsAll: pulumi.Output<{
|
|
141
|
+
[key: string]: string;
|
|
142
|
+
}>;
|
|
143
|
+
/**
|
|
144
|
+
* Create a Project resource with the given unique name, arguments, and options.
|
|
145
|
+
*
|
|
146
|
+
* @param name The _unique_ name of the resource.
|
|
147
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
148
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
149
|
+
*/
|
|
150
|
+
constructor(name: string, args?: ProjectArgs, opts?: pulumi.CustomResourceOptions);
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Input properties used for looking up and filtering Project resources.
|
|
154
|
+
*/
|
|
155
|
+
export interface ProjectState {
|
|
156
|
+
/**
|
|
157
|
+
* The number of ongoing experiments currently in the project.
|
|
158
|
+
*/
|
|
159
|
+
activeExperimentCount?: pulumi.Input<number>;
|
|
160
|
+
/**
|
|
161
|
+
* The number of ongoing launches currently in the project.
|
|
162
|
+
*/
|
|
163
|
+
activeLaunchCount?: pulumi.Input<number>;
|
|
164
|
+
/**
|
|
165
|
+
* The ARN of the project.
|
|
166
|
+
*/
|
|
167
|
+
arn?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* The date and time that the project is created.
|
|
170
|
+
*/
|
|
171
|
+
createdTime?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* A block that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view. See below.
|
|
174
|
+
*/
|
|
175
|
+
dataDelivery?: pulumi.Input<inputs.evidently.ProjectDataDelivery>;
|
|
176
|
+
/**
|
|
177
|
+
* Specifies the description of the project.
|
|
178
|
+
*/
|
|
179
|
+
description?: pulumi.Input<string>;
|
|
180
|
+
/**
|
|
181
|
+
* The number of experiments currently in the project. This includes all experiments that have been created and not deleted, whether they are ongoing or not.
|
|
182
|
+
*/
|
|
183
|
+
experimentCount?: pulumi.Input<number>;
|
|
184
|
+
/**
|
|
185
|
+
* The number of features currently in the project.
|
|
186
|
+
*/
|
|
187
|
+
featureCount?: pulumi.Input<number>;
|
|
188
|
+
/**
|
|
189
|
+
* The date and time that the project was most recently updated.
|
|
190
|
+
*/
|
|
191
|
+
lastUpdatedTime?: pulumi.Input<string>;
|
|
192
|
+
/**
|
|
193
|
+
* The number of launches currently in the project. This includes all launches that have been created and not deleted, whether they are ongoing or not.
|
|
194
|
+
*/
|
|
195
|
+
launchCount?: pulumi.Input<number>;
|
|
196
|
+
/**
|
|
197
|
+
* A name for the project.
|
|
198
|
+
*/
|
|
199
|
+
name?: pulumi.Input<string>;
|
|
200
|
+
/**
|
|
201
|
+
* The current state of the project. Valid values are `AVAILABLE` and `UPDATING`.
|
|
202
|
+
*/
|
|
203
|
+
status?: pulumi.Input<string>;
|
|
204
|
+
/**
|
|
205
|
+
* Tags to apply to the project. 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.
|
|
206
|
+
*/
|
|
207
|
+
tags?: pulumi.Input<{
|
|
208
|
+
[key: string]: pulumi.Input<string>;
|
|
209
|
+
}>;
|
|
210
|
+
/**
|
|
211
|
+
* A 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).
|
|
212
|
+
*/
|
|
213
|
+
tagsAll?: pulumi.Input<{
|
|
214
|
+
[key: string]: pulumi.Input<string>;
|
|
215
|
+
}>;
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* The set of arguments for constructing a Project resource.
|
|
219
|
+
*/
|
|
220
|
+
export interface ProjectArgs {
|
|
221
|
+
/**
|
|
222
|
+
* A block that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view. See below.
|
|
223
|
+
*/
|
|
224
|
+
dataDelivery?: pulumi.Input<inputs.evidently.ProjectDataDelivery>;
|
|
225
|
+
/**
|
|
226
|
+
* Specifies the description of the project.
|
|
227
|
+
*/
|
|
228
|
+
description?: pulumi.Input<string>;
|
|
229
|
+
/**
|
|
230
|
+
* A name for the project.
|
|
231
|
+
*/
|
|
232
|
+
name?: pulumi.Input<string>;
|
|
233
|
+
/**
|
|
234
|
+
* Tags to apply to the project. 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.
|
|
235
|
+
*/
|
|
236
|
+
tags?: pulumi.Input<{
|
|
237
|
+
[key: string]: pulumi.Input<string>;
|
|
238
|
+
}>;
|
|
239
|
+
/**
|
|
240
|
+
* A 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).
|
|
241
|
+
*/
|
|
242
|
+
tagsAll?: pulumi.Input<{
|
|
243
|
+
[key: string]: pulumi.Input<string>;
|
|
244
|
+
}>;
|
|
245
|
+
}
|
|
@@ -0,0 +1,138 @@
|
|
|
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.Project = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a CloudWatch Evidently Project resource.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
* ### Basic
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as aws from "@pulumi/aws";
|
|
17
|
+
*
|
|
18
|
+
* const example = new aws.evidently.Project("example", {
|
|
19
|
+
* description: "Example Description",
|
|
20
|
+
* tags: {
|
|
21
|
+
* Key1: "example Project",
|
|
22
|
+
* },
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
* ### Store evaluation events in a CloudWatch Log Group
|
|
26
|
+
*
|
|
27
|
+
* ```typescript
|
|
28
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
29
|
+
* import * as aws from "@pulumi/aws";
|
|
30
|
+
*
|
|
31
|
+
* const example = new aws.evidently.Project("example", {
|
|
32
|
+
* dataDelivery: {
|
|
33
|
+
* cloudwatchLogs: {
|
|
34
|
+
* logGroup: "example-log-group-name",
|
|
35
|
+
* },
|
|
36
|
+
* },
|
|
37
|
+
* description: "Example Description",
|
|
38
|
+
* tags: {
|
|
39
|
+
* Key1: "example Project",
|
|
40
|
+
* },
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
* ### Store evaluation events in an S3 bucket
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as aws from "@pulumi/aws";
|
|
48
|
+
*
|
|
49
|
+
* const example = new aws.evidently.Project("example", {
|
|
50
|
+
* dataDelivery: {
|
|
51
|
+
* s3Destination: {
|
|
52
|
+
* bucket: "example-bucket-name",
|
|
53
|
+
* prefix: "example",
|
|
54
|
+
* },
|
|
55
|
+
* },
|
|
56
|
+
* description: "Example Description",
|
|
57
|
+
* tags: {
|
|
58
|
+
* Key1: "example Project",
|
|
59
|
+
* },
|
|
60
|
+
* });
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* ## Import
|
|
64
|
+
*
|
|
65
|
+
* CloudWatch Evidently Project can be imported using the `name`, e.g.,
|
|
66
|
+
*
|
|
67
|
+
* ```sh
|
|
68
|
+
* $ pulumi import aws:evidently/project:Project example example
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
class Project extends pulumi.CustomResource {
|
|
72
|
+
constructor(name, argsOrState, opts) {
|
|
73
|
+
let resourceInputs = {};
|
|
74
|
+
opts = opts || {};
|
|
75
|
+
if (opts.id) {
|
|
76
|
+
const state = argsOrState;
|
|
77
|
+
resourceInputs["activeExperimentCount"] = state ? state.activeExperimentCount : undefined;
|
|
78
|
+
resourceInputs["activeLaunchCount"] = state ? state.activeLaunchCount : undefined;
|
|
79
|
+
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
80
|
+
resourceInputs["createdTime"] = state ? state.createdTime : undefined;
|
|
81
|
+
resourceInputs["dataDelivery"] = state ? state.dataDelivery : undefined;
|
|
82
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
83
|
+
resourceInputs["experimentCount"] = state ? state.experimentCount : undefined;
|
|
84
|
+
resourceInputs["featureCount"] = state ? state.featureCount : undefined;
|
|
85
|
+
resourceInputs["lastUpdatedTime"] = state ? state.lastUpdatedTime : undefined;
|
|
86
|
+
resourceInputs["launchCount"] = state ? state.launchCount : undefined;
|
|
87
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
88
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
89
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
90
|
+
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
91
|
+
}
|
|
92
|
+
else {
|
|
93
|
+
const args = argsOrState;
|
|
94
|
+
resourceInputs["dataDelivery"] = args ? args.dataDelivery : undefined;
|
|
95
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
96
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
97
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
98
|
+
resourceInputs["tagsAll"] = args ? args.tagsAll : undefined;
|
|
99
|
+
resourceInputs["activeExperimentCount"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["activeLaunchCount"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["createdTime"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["experimentCount"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["featureCount"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["lastUpdatedTime"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["launchCount"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
108
|
+
}
|
|
109
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
110
|
+
super(Project.__pulumiType, name, resourceInputs, opts);
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Get an existing Project resource's state with the given name, ID, and optional extra
|
|
114
|
+
* properties used to qualify the lookup.
|
|
115
|
+
*
|
|
116
|
+
* @param name The _unique_ name of the resulting resource.
|
|
117
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
118
|
+
* @param state Any extra arguments used during the lookup.
|
|
119
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
120
|
+
*/
|
|
121
|
+
static get(name, id, state, opts) {
|
|
122
|
+
return new Project(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Returns true if the given object is an instance of Project. This is designed to work even
|
|
126
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
127
|
+
*/
|
|
128
|
+
static isInstance(obj) {
|
|
129
|
+
if (obj === undefined || obj === null) {
|
|
130
|
+
return false;
|
|
131
|
+
}
|
|
132
|
+
return obj['__pulumiType'] === Project.__pulumiType;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
exports.Project = Project;
|
|
136
|
+
/** @internal */
|
|
137
|
+
Project.__pulumiType = 'aws:evidently/project:Project';
|
|
138
|
+
//# sourceMappingURL=project.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project.js","sourceRoot":"","sources":["../../evidently/project.ts"],"names":[],"mappings":"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"}
|
package/getAmi.d.ts
CHANGED
|
@@ -144,6 +144,10 @@ export interface GetAmiResult {
|
|
|
144
144
|
* Type of image.
|
|
145
145
|
*/
|
|
146
146
|
readonly imageType: string;
|
|
147
|
+
/**
|
|
148
|
+
* Instance Metadata Service (IMDS) support mode for the image. Set to `v2.0` if instances ran from this image enforce IMDSv2.
|
|
149
|
+
*/
|
|
150
|
+
readonly imdsSupport: string;
|
|
147
151
|
readonly includeDeprecated?: boolean;
|
|
148
152
|
/**
|
|
149
153
|
* Kernel associated with the image, if any. Only applicable
|
package/getAmi.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAmi.js","sourceRoot":"","sources":["../getAmi.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,4EAA4E;AAC5E,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,iFAAiF,CAAC,CAAA;IAClG,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,yBAAyB,EAAE;QACpD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,wBAiBC;
|
|
1
|
+
{"version":3,"file":"getAmi.js","sourceRoot":"","sources":["../getAmi.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,4EAA4E;AAC5E,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,iFAAiF,CAAC,CAAA;IAClG,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,yBAAyB,EAAE;QACpD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,wBAiBC;AA2MD,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1D,CAAC;AAFD,oCAEC"}
|
package/iam/accessKey.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare class AccessKey extends pulumi.CustomResource {
|
|
|
78
78
|
*/
|
|
79
79
|
readonly keyFingerprint: pulumi.Output<string>;
|
|
80
80
|
/**
|
|
81
|
-
* Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:some_person_that_exists`, for use in the `encryptedSecret` output attribute.
|
|
81
|
+
* Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:some_person_that_exists`, for use in the `encryptedSecret` output attribute. If providing a base-64 encoded PGP public key, make sure to provide the "raw" version and not the "armored" one (e.g. avoid passing the `-a` option to `gpg --export`).
|
|
82
82
|
*/
|
|
83
83
|
readonly pgpKey: pulumi.Output<string | undefined>;
|
|
84
84
|
/**
|
|
@@ -121,7 +121,7 @@ export interface AccessKeyState {
|
|
|
121
121
|
*/
|
|
122
122
|
keyFingerprint?: pulumi.Input<string>;
|
|
123
123
|
/**
|
|
124
|
-
* Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:some_person_that_exists`, for use in the `encryptedSecret` output attribute.
|
|
124
|
+
* Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:some_person_that_exists`, for use in the `encryptedSecret` output attribute. If providing a base-64 encoded PGP public key, make sure to provide the "raw" version and not the "armored" one (e.g. avoid passing the `-a` option to `gpg --export`).
|
|
125
125
|
*/
|
|
126
126
|
pgpKey?: pulumi.Input<string>;
|
|
127
127
|
/**
|
|
@@ -146,7 +146,7 @@ export interface AccessKeyState {
|
|
|
146
146
|
*/
|
|
147
147
|
export interface AccessKeyArgs {
|
|
148
148
|
/**
|
|
149
|
-
* Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:some_person_that_exists`, for use in the `encryptedSecret` output attribute.
|
|
149
|
+
* Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:some_person_that_exists`, for use in the `encryptedSecret` output attribute. If providing a base-64 encoded PGP public key, make sure to provide the "raw" version and not the "armored" one (e.g. avoid passing the `-a` option to `gpg --export`).
|
|
150
150
|
*/
|
|
151
151
|
pgpKey?: pulumi.Input<string>;
|
|
152
152
|
/**
|