iam-floyd 0.810.0 → 0.812.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 +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/devopsagentservice.d.ts +8 -0
- package/lib/generated/policy-statements/devopsagentservice.js +12 -1
- package/lib/generated/policy-statements/securityhub.d.ts +77 -0
- package/lib/generated/policy-statements/securityhub.js +101 -1
- package/lib/generated/policy-statements/systemsmanager.d.ts +100 -0
- package/lib/generated/policy-statements/systemsmanager.js +122 -2
- package/lib/generated/policy-statements/usersubscriptions.d.ts +80 -0
- package/lib/generated/policy-statements/usersubscriptions.js +113 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -536,6 +536,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
536
536
|
AmazonInspector2ReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
537
537
|
/** Grants Amazon Inspector access to AWS Services needed to perform security assessments */
|
|
538
538
|
AmazonInspector2ServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
539
|
+
/** Grants permissions for Amazon Inspector to perform actions on your behalf for multi-cloud resource scanning. */
|
|
540
|
+
AmazonInspector2ThirdPartyServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
539
541
|
/** Provides full access to Amazon Inspector. */
|
|
540
542
|
AmazonInspectorFullAccess(): aws_iam.IManagedPolicy;
|
|
541
543
|
/** Provides read only access to Amazon Inspector. */
|