cdk-iam-floyd 0.714.0 → 0.717.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 +4 -4
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +9 -9
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +4 -4
- package/lib/generated/aws-managed-policies/iam-floyd.js +5 -5
- package/lib/generated/policy-statements/bedrock.d.ts +8 -0
- package/lib/generated/policy-statements/bedrock.js +12 -1
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +109 -0
- package/lib/generated/policy-statements/bedrockagentcore.js +127 -1
- package/lib/generated/policy-statements/cloudformation.d.ts +23 -0
- package/lib/generated/policy-statements/cloudformation.js +29 -1
- package/lib/generated/policy-statements/cloudwatchobservabilityadminservice.d.ts +133 -1
- package/lib/generated/policy-statements/cloudwatchobservabilityadminservice.js +166 -2
- package/lib/generated/policy-statements/connectcustomerprofiles.d.ts +7 -0
- package/lib/generated/policy-statements/connectcustomerprofiles.js +8 -1
- package/lib/generated/policy-statements/ec2autoscaling.d.ts +11 -0
- package/lib/generated/policy-statements/ec2autoscaling.js +14 -1
- package/lib/generated/policy-statements/elasticvmwareservice.d.ts +16 -0
- package/lib/generated/policy-statements/elasticvmwareservice.js +24 -2
- package/lib/generated/policy-statements/iamidentitycenter.d.ts +333 -0
- package/lib/generated/policy-statements/iamidentitycenter.js +334 -1
- package/lib/generated/policy-statements/iamidentitycenterdirectory.d.ts +108 -0
- package/lib/generated/policy-statements/iamidentitycenterdirectory.js +109 -1
- package/lib/generated/policy-statements/iamidentitycenteroidcservice.d.ts +4 -1
- package/lib/generated/policy-statements/iamidentitycenteroidcservice.js +5 -2
- package/lib/generated/policy-statements/identitystore.d.ts +93 -0
- package/lib/generated/policy-statements/identitystore.js +103 -1
- package/lib/generated/policy-statements/invoicingservice.d.ts +24 -0
- package/lib/generated/policy-statements/invoicingservice.js +34 -1
- package/lib/generated/policy-statements/qinconnect.d.ts +8 -0
- package/lib/generated/policy-statements/qinconnect.js +12 -1
- package/lib/generated/policy-statements/s3.d.ts +2 -4
- package/lib/generated/policy-statements/s3.js +3 -5
- package/lib/generated/policy-statements/sagemaker.d.ts +76 -0
- package/lib/generated/policy-statements/sagemaker.js +83 -1
- package/lib/generated/policy-statements/taxsettings.d.ts +48 -0
- package/lib/generated/policy-statements/taxsettings.js +68 -2
- package/lib/generated/policy-statements/workspaces.d.ts +6 -14
- package/lib/generated/policy-statements/workspaces.js +7 -18
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 429 Services
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
20
|
+
- 19177 Actions
|
|
21
|
+
- 2052 Resource Types
|
|
22
|
+
- 2142 Condition keys
|
|
23
23
|
<!-- /stats -->
|
|
24
24
|
|
|
25
25
|
**<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.**
|
|
@@ -1672,10 +1672,6 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1672
1672
|
AWSIncidentManagerResolverAccess(): aws_iam.IManagedPolicy;
|
|
1673
1673
|
/** This policy grants Incident Manager permission to manage incident records and related resources on your behalf. */
|
|
1674
1674
|
AWSIncidentManagerServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1675
|
-
/** Provides full access to AWS IoT 1-Click. */
|
|
1676
|
-
AWSIoT1ClickFullAccess(): aws_iam.IManagedPolicy;
|
|
1677
|
-
/** Provides read only access to AWS IoT 1-Click. */
|
|
1678
|
-
AWSIoT1ClickReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1679
1675
|
/** Provides full access to IoT Analytics. */
|
|
1680
1676
|
AWSIoTAnalyticsFullAccess(): aws_iam.IManagedPolicy;
|
|
1681
1677
|
/** Provides read only access to IoT Analytics. */
|
|
@@ -1906,6 +1902,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1906
1902
|
AWSNetworkManagerReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1907
1903
|
/** Allow NetworkManager to access resources associated with your Global Networks */
|
|
1908
1904
|
AWSNetworkManagerServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1905
|
+
/** Service-linked role permissions for CloudWatch Logs centralization */
|
|
1906
|
+
AWSObservabilityAdminLogsCentralizationServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1909
1907
|
/** Provides access to manage AWS Config Configuration Recorder, manage AWS Config Configuration Aggregator, create AWS Config Service Linked Role for Configuration Recorder functionality, consume recorder configuration data, and read AWS Organizations data for organizational features. */
|
|
1910
1908
|
AWSObservabilityAdminServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1911
1909
|
/** Provides access to manage AWS Config recorder resource and telemetry settings on AWS resources including logs, metrics. */
|
|
@@ -2336,6 +2334,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2336
2334
|
BatchServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2337
2335
|
/** Provides full access to Bedrock AgentCore as well as limited access to related services */
|
|
2338
2336
|
BedrockAgentCoreFullAccess(): aws_iam.IManagedPolicy;
|
|
2337
|
+
/** Allows access to other AWS service resources that are required to run Amazon Bedrock AgentCore in VPC mode */
|
|
2338
|
+
BedrockAgentCoreNetworkServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2339
2339
|
/** Grants permissions for billing and cost management. This includes viewing account usage and viewing and modifying budgets and payment methods. */
|
|
2340
2340
|
Billing(): aws_iam.IManagedPolicy;
|
|
2341
2341
|
/** Allows Budgets to verify access to Billing Views shared across account boundaries. */
|