@pulumi/aws 6.25.0 → 6.26.0-alpha.1709913577
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 +1 -1
- package/types/output.d.ts +1 -1
package/package.json
CHANGED
package/types/output.d.ts
CHANGED
|
@@ -32648,7 +32648,7 @@ export declare namespace iam {
|
|
|
32648
32648
|
/**
|
|
32649
32649
|
* Name of the role policy.
|
|
32650
32650
|
*/
|
|
32651
|
-
name
|
|
32651
|
+
name: string;
|
|
32652
32652
|
/**
|
|
32653
32653
|
* Policy document as a JSON formatted string.
|
|
32654
32654
|
*/
|