cdk-iam-floyd 0.646.0 → 0.648.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/computeoptimizer.d.ts +43 -0
- package/lib/generated/policy-statements/computeoptimizer.js +53 -1
- package/lib/generated/policy-statements/connect.d.ts +60 -0
- package/lib/generated/policy-statements/connect.js +75 -1
- package/lib/generated/policy-statements/ec2.d.ts +5 -0
- package/lib/generated/policy-statements/ec2.js +6 -1
- package/lib/generated/policy-statements/glue.d.ts +61 -0
- package/lib/generated/policy-statements/glue.js +79 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -886,6 +886,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
886
886
|
AmazonWorkSpacesApplicationManagerAdminAccess(): aws_iam.IManagedPolicy;
|
|
887
887
|
/** This managed policy provides full administrative access to AWS Certificate Manager Private CA resources in your AWS account for certificate-based authentication. */
|
|
888
888
|
AmazonWorkspacesPCAAccess(): aws_iam.IManagedPolicy;
|
|
889
|
+
/** Provides read-only access to Amazon WorkSpaces Secure Browser and its dependencies through the AWS Management Console, SDK, and CLI. */
|
|
890
|
+
AmazonWorkSpacesSecureBrowserReadOnly(): aws_iam.IManagedPolicy;
|
|
889
891
|
/** Provides access to Amazon WorkSpaces backend service to perform Workspace Self Service actions */
|
|
890
892
|
AmazonWorkSpacesSelfServiceAccess(): aws_iam.IManagedPolicy;
|
|
891
893
|
/** Provides customer account access to AWS WorkSpaces service for launching a Workspace. */
|
|
@@ -2386,6 +2388,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2386
2388
|
SimpleWorkflowFullAccess(): aws_iam.IManagedPolicy;
|
|
2387
2389
|
/** Allows split cost allocation data to retrieve AWS Organizations information, if applicable, and collect telemetry data for the split cost allocation data services that the customer has opted in to. */
|
|
2388
2390
|
SplitCostAllocationDataServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2391
|
+
/** Provides permissions to check Quick Setup configuration health, ensure consistent use of parameters and provisioned resources, and remediate resources when drift is detected. */
|
|
2392
|
+
SSMQuickSetupRolePolicy(): aws_iam.IManagedPolicy;
|
|
2389
2393
|
/** This policy grants permissions to troubleshoot and resolve issues in an AWS account. This policy also enables the user to contact AWS support to create and manage cases. */
|
|
2390
2394
|
SupportUser(): aws_iam.IManagedPolicy;
|
|
2391
2395
|
/** Grants full access permissions necessary for resources required for application and development operations. */
|