@pulumi/eks 3.6.0-alpha.1734486078 → 3.6.0-alpha.1734732514

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/eks",
3
- "version": "3.6.0-alpha.1734486078",
3
+ "version": "3.6.0-alpha.1734732514",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -34,6 +34,6 @@
34
34
  "pulumi": {
35
35
  "resource": true,
36
36
  "name": "eks",
37
- "version": "3.6.0-alpha.1734486078"
37
+ "version": "3.6.0-alpha.1734732514"
38
38
  }
39
39
  }
package/types/input.d.ts CHANGED
@@ -558,7 +558,7 @@ export interface KubeconfigOptionsArgs {
558
558
  */
559
559
  export interface NodeadmOptionsArgs {
560
560
  /**
561
- * The ARN of the access policy to associate with the principal
561
+ * The actual content of the MIME document part, such as shell script code or nodeadm configuration. Must be compatible with the specified contentType.
562
562
  */
563
563
  content: pulumi.Input<string>;
564
564
  /**
package/types/output.d.ts CHANGED
@@ -418,7 +418,7 @@ export interface NodeGroupData {
418
418
  */
419
419
  export interface NodeadmOptions {
420
420
  /**
421
- * The ARN of the access policy to associate with the principal
421
+ * The actual content of the MIME document part, such as shell script code or nodeadm configuration. Must be compatible with the specified contentType.
422
422
  */
423
423
  content: string;
424
424
  /**