iam-floyd 0.795.0 → 0.796.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/README.md +2 -2
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +9 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +5 -1
- package/lib/generated/policy-statements/applicationmigrationservice.d.ts +8 -0
- package/lib/generated/policy-statements/applicationmigrationservice.js +12 -1
- package/lib/generated/policy-statements/quicksight.d.ts +153 -6
- package/lib/generated/policy-statements/quicksight.js +207 -7
- package/package.json +1 -1
|
@@ -1180,6 +1180,10 @@ export declare class AwsManagedPolicy {
|
|
|
1180
1180
|
static AWSApplicationMigrationConversionServerPolicy: string;
|
|
1181
1181
|
/** This policy provides Amazon EC2 operations required to use Application Migration Service (MGN) to launch the migrated servers as EC2 instances. Attach this policy to your IAM users or roles. */
|
|
1182
1182
|
static AWSApplicationMigrationEC2Access: string;
|
|
1183
|
+
/** Provides permissions to manage ONTAP file system */
|
|
1184
|
+
static AWSApplicationMigrationFSxProxyPolicy: string;
|
|
1185
|
+
/** Provides permissions to manage PrivateLink between AWS Application Migration Service and customer's FSx file system */
|
|
1186
|
+
static AWSApplicationMigrationFSxProxyVPCPolicy: string;
|
|
1183
1187
|
/** This policy provides permissions to all public APIs of AWS Application Migration Service (MGN), as well as permissions to read KMS key information. Attach this policy to your IAM users or roles. */
|
|
1184
1188
|
static AWSApplicationMigrationFullAccess: string;
|
|
1185
1189
|
/** This policy allows AWS Application Migration Service (MGN) to send meta-data about the progress of servers being migrated using MGN to AWS Migration Hub (MGH). MGN automatically creates an IAM role with this policy attached, and assumes this role. We do not recommend that you attach this policy to your IAM users or roles. */
|