cdk-iam-floyd 0.805.0 → 0.806.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 +3 -3
- 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/bedrock.d.ts +85 -0
- package/lib/generated/policy-statements/bedrock.js +115 -4
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +144 -0
- package/lib/generated/policy-statements/bedrockagentcore.js +179 -1
- package/lib/generated/policy-statements/datazone.d.ts +6 -0
- package/lib/generated/policy-statements/datazone.js +10 -1
- package/lib/generated/policy-statements/inspector2.d.ts +0 -15
- package/lib/generated/policy-statements/inspector2.js +1 -18
- package/lib/generated/policy-statements/opensearchservice.d.ts +32 -0
- package/lib/generated/policy-statements/opensearchservice.js +45 -1
- package/lib/generated/policy-statements/s3.d.ts +328 -0
- package/lib/generated/policy-statements/s3.js +370 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 451 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 21206 Actions
|
|
20
|
+
- 2242 Resource Types
|
|
21
|
+
- 2373 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
|
|
@@ -2222,6 +2222,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2222
2222
|
AWSResilienceHubAsssessmentExecutionPolicy(): aws_iam.IManagedPolicy;
|
|
2223
2223
|
/** Allows AWS Resilience Hub to access resources in your account for resilience discovery, assessment, and management. */
|
|
2224
2224
|
AWSResilienceHubServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2225
|
+
/** Allows AWS Resilience Hub to access resources in your account for resilience discovery, assessment, and management. This policy grants wildcarded read-only permissions that may include sensitive information in the output. */
|
|
2226
|
+
AWSResilienceHubV2AssessmentExecutionPolicy(): aws_iam.IManagedPolicy;
|
|
2225
2227
|
/** Provides full access to AWS Resource Access Manager */
|
|
2226
2228
|
AWSResourceAccessManagerFullAccess(): aws_iam.IManagedPolicy;
|
|
2227
2229
|
/** Provides read only access to AWS Resource Access Manager. */
|