iam-floyd 0.615.0 → 0.617.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 +6 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +13 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +6 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +7 -1
- package/lib/generated/policy-statements/cloudwatchinternetmonitor.d.ts +8 -0
- package/lib/generated/policy-statements/cloudwatchinternetmonitor.js +12 -1
- package/lib/generated/policy-statements/costexplorerservice.d.ts +16 -0
- package/lib/generated/policy-statements/costexplorerservice.js +23 -1
- package/lib/generated/policy-statements/ec2.d.ts +38 -0
- package/lib/generated/policy-statements/ec2.js +48 -1
- package/lib/generated/policy-statements/finspace.d.ts +8 -0
- package/lib/generated/policy-statements/finspace.js +12 -1
- package/lib/generated/policy-statements/migrationhuborchestrator.d.ts +41 -4
- package/lib/generated/policy-statements/migrationhuborchestrator.js +53 -5
- package/lib/generated/policy-statements/savingsplans.d.ts +16 -4
- package/lib/generated/policy-statements/savingsplans.js +21 -6
- package/lib/generated/policy-statements/servicequotas.d.ts +46 -6
- package/lib/generated/policy-statements/servicequotas.js +47 -7
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1286,6 +1286,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1286
1286
|
AWSEC2SpotFleetServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1287
1287
|
/** Allows EC2 Spot to launch and manage spot instances */
|
|
1288
1288
|
AWSEC2SpotServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1289
|
+
/** This policy is attached to the IAM role that's attached to your Amazon EC2 Windows Instances to enable the Amazon EC2 VSS solution to create and add tags to Amazon Machine Images (AMI) and EBS Snapshots. */
|
|
1290
|
+
AWSEC2VssSnapshotPolicy(): aws_iam.IManagedPolicy;
|
|
1289
1291
|
/** Enables access to AWS services and resources used or managed by AWS ECR pull through cache */
|
|
1290
1292
|
AWSECRPullThroughCacheServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1291
1293
|
/** Provide the instance in your custom platform builder environment permission to launch EC2 instance, create EBS snapshot and AMI, stream logs to Amazon CloudWatch Logs, and store artifacts in Amazon S3. */
|
|
@@ -1780,6 +1782,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1780
1782
|
AWSProtonSyncServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1781
1783
|
/** Grants permissions to view and modify purchase orders on billing console */
|
|
1782
1784
|
AWSPurchaseOrdersServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1785
|
+
/** Provides the set of permissions required to perform QuickSight Asset Bundle Export Operations */
|
|
1786
|
+
AWSQuickSightAssetBundleExportPolicy(): aws_iam.IManagedPolicy;
|
|
1787
|
+
/** Provides the set of permissions required to perform QuickSight Asset Bundle Import Operations */
|
|
1788
|
+
AWSQuickSightAssetBundleImportPolicy(): aws_iam.IManagedPolicy;
|
|
1783
1789
|
/** Quicksight access to Athena API and S3 buckets used for Athena query results */
|
|
1784
1790
|
AWSQuicksightAthenaAccess(): aws_iam.IManagedPolicy;
|
|
1785
1791
|
/** Allow QuickSight to describe the RDS resources */
|