cdk-iam-floyd 0.630.0 → 0.631.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 CHANGED
@@ -16,10 +16,10 @@
16
16
  <!-- stats -->
17
17
  Support for:
18
18
 
19
- - 390 Services
20
- - 16564 Actions
21
- - 1775 Resource Types
22
- - 1721 Condition keys
19
+ - 391 Services
20
+ - 16587 Actions
21
+ - 1778 Resource Types
22
+ - 1724 Condition keys
23
23
  <!-- /stats -->
24
24
 
25
25
  ![EXPERIMENTAL](https://img.shields.io/badge/stability-experimantal-orange?style=for-the-badge)**<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.**
@@ -162,6 +162,12 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
162
162
  AmazonDataZoneRedshiftGlueProvisioningPolicy(): aws_iam.IManagedPolicy;
163
163
  /** This policy gives Amazon DataZone permissions to publish Amazon Redshift data to the catalog. It also gives Amazon DataZone permissions to grant access or revoke access to Amazon Redshift or Amazon Redshift Serverless published assets in the catalog. */
164
164
  AmazonDataZoneRedshiftManageAccessRolePolicy(): aws_iam.IManagedPolicy;
165
+ /** The AmazonDataZoneSageMakerEnvironmentRolePermissionsBoundary policy is the list of permissions that are permitted on an execution role created in a SageMaker environment provisioned by Amazon DataZone. */
166
+ AmazonDataZoneSageMakerEnvironmentRolePermissionsBoundary(): aws_iam.IManagedPolicy;
167
+ /** The AmazonDataZoneSageMakerManageAccessRolePolicy policy grants Amazon DataZone the permissions required to grant user access to various resources in the SageMaker environment. */
168
+ AmazonDataZoneSageMakerManageAccessRolePolicy(): aws_iam.IManagedPolicy;
169
+ /** The AmazonDataZoneSageMakerProvisioningRolePolicy policy grants Amazon DataZone the permissions required to interoperate with Amazon SageMaker. */
170
+ AmazonDataZoneSageMakerProvisioningRolePolicy(): aws_iam.IManagedPolicy;
165
171
  /** Provides full access to Amazon Detective service and scoped access to the console UI dependencies */
166
172
  AmazonDetectiveFullAccess(): aws_iam.IManagedPolicy;
167
173
  /** Provides investigator access to Amazon Detective service and scoped access to the console UI dependencies. This policy grants permission to dive into Detective for investigation purposes and limited write access to Guardduty. */