@pulumi/aws 5.1.1 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eks/cluster.d.ts +3 -3
- package/eks/cluster.js +1 -1
- package/eks/getCluster.d.ts +1 -5
- package/eks/getCluster.js +1 -1
- package/eks/getCluster.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
package/eks/cluster.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
25
25
|
* ],
|
|
26
26
|
* });
|
|
27
27
|
* export const endpoint = example.endpoint;
|
|
28
|
-
* export const kubeconfig_certificate_authority_data = example.certificateAuthority;
|
|
28
|
+
* export const kubeconfig_certificate_authority_data = example.certificateAuthority.apply(certificateAuthority => certificateAuthority.data);
|
|
29
29
|
* ```
|
|
30
30
|
* ### Example IAM Role for EKS Cluster
|
|
31
31
|
*
|
|
@@ -115,7 +115,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
115
115
|
/**
|
|
116
116
|
* The first certificate authority. Base64 encoded certificate data required to communicate with your cluster.
|
|
117
117
|
*/
|
|
118
|
-
readonly certificateAuthority: pulumi.Output<
|
|
118
|
+
readonly certificateAuthority: pulumi.Output<outputs.eks.ClusterCertificateAuthority>;
|
|
119
119
|
/**
|
|
120
120
|
* Unix epoch timestamp in seconds for when the cluster was created.
|
|
121
121
|
*/
|
|
@@ -200,7 +200,7 @@ export interface ClusterState {
|
|
|
200
200
|
/**
|
|
201
201
|
* The first certificate authority. Base64 encoded certificate data required to communicate with your cluster.
|
|
202
202
|
*/
|
|
203
|
-
certificateAuthority?: pulumi.Input<
|
|
203
|
+
certificateAuthority?: pulumi.Input<inputs.eks.ClusterCertificateAuthority>;
|
|
204
204
|
/**
|
|
205
205
|
* Unix epoch timestamp in seconds for when the cluster was created.
|
|
206
206
|
*/
|
package/eks/cluster.js
CHANGED
|
@@ -30,7 +30,7 @@ const utilities = require("../utilities");
|
|
|
30
30
|
* ],
|
|
31
31
|
* });
|
|
32
32
|
* export const endpoint = example.endpoint;
|
|
33
|
-
* export const kubeconfig_certificate_authority_data = example.certificateAuthority;
|
|
33
|
+
* export const kubeconfig_certificate_authority_data = example.certificateAuthority.apply(certificateAuthority => certificateAuthority.data);
|
|
34
34
|
* ```
|
|
35
35
|
* ### Example IAM Role for EKS Cluster
|
|
36
36
|
*
|
package/eks/getCluster.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import { output as outputs } from "../types";
|
|
|
13
13
|
* name: "example",
|
|
14
14
|
* });
|
|
15
15
|
* export const endpoint = example.then(example => example.endpoint);
|
|
16
|
-
* export const kubeconfig_certificate_authority_data = example.then(example => example.
|
|
16
|
+
* export const kubeconfig_certificate_authority_data = example.then(example => example.certificateAuthorities?[0]?.data);
|
|
17
17
|
* export const identity_oidc_issuer = example.then(example => example.identities?[0]?.oidcs?[0]?.issuer);
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
@@ -45,10 +45,6 @@ export interface GetClusterResult {
|
|
|
45
45
|
* Nested attribute containing `certificate-authority-data` for your cluster.
|
|
46
46
|
*/
|
|
47
47
|
readonly certificateAuthorities: outputs.eks.GetClusterCertificateAuthority[];
|
|
48
|
-
/**
|
|
49
|
-
* The first certificate authority. Base64 encoded certificate data required to communicate with your cluster.
|
|
50
|
-
*/
|
|
51
|
-
readonly certificateAuthority: string;
|
|
52
48
|
/**
|
|
53
49
|
* The Unix epoch time stamp in seconds for when the cluster was created.
|
|
54
50
|
*/
|
package/eks/getCluster.js
CHANGED
|
@@ -18,7 +18,7 @@ const utilities = require("../utilities");
|
|
|
18
18
|
* name: "example",
|
|
19
19
|
* });
|
|
20
20
|
* export const endpoint = example.then(example => example.endpoint);
|
|
21
|
-
* export const kubeconfig_certificate_authority_data = example.then(example => example.
|
|
21
|
+
* export const kubeconfig_certificate_authority_data = example.then(example => example.certificateAuthorities?[0]?.data);
|
|
22
22
|
* export const identity_oidc_issuer = example.then(example => example.identities?[0]?.oidcs?[0]?.issuer);
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
package/eks/getCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../eks/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,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,+BAA+B,EAAE;QAC1D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;
|
|
1
|
+
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../eks/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,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,+BAA+B,EAAE;QAC1D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AA+ED,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws",
|
|
3
|
-
"version": "v5.1.
|
|
3
|
+
"version": "v5.1.2",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource aws v5.1.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws v5.1.2"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws",
|
|
3
|
-
"version": "v5.1.
|
|
3
|
+
"version": "v5.1.2",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource aws v5.1.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws v5.1.2"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|