cdk-iam-floyd 0.663.0 → 0.665.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
@@ -17,9 +17,9 @@
17
17
  Support for:
18
18
 
19
19
  - 417 Services
20
- - 18192 Actions
21
- - 1954 Resource Types
22
- - 1899 Condition keys
20
+ - 18211 Actions
21
+ - 1959 Resource Types
22
+ - 1904 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.**
@@ -816,6 +816,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
816
816
  AmazonSageMakerModelRegistryFullAccess(): aws_iam.IManagedPolicy;
817
817
  /** Managed policy for Service Linked Role for Amazon SageMaker Notebooks */
818
818
  AmazonSageMakerNotebooksServiceRolePolicy(): aws_iam.IManagedPolicy;
819
+ /** Enables Amazon SageMaker partner app users to access applications, list available applications, launch application web UIs, and connect via the application SDK. */
820
+ AmazonSageMakerPartnerAppsFullAccess(): aws_iam.IManagedPolicy;
819
821
  /** Service role policy used by the AWS APIGateway within the AWS ServiceCatalog provisioned products from Amazon SageMaker portfolio of products. Grants permissions to a set of related services including Lambda and others. */
820
822
  AmazonSageMakerPartnerServiceCatalogProductsApiGatewayServiceRolePolicy(): aws_iam.IManagedPolicy;
821
823
  /** Service role policy used by the AWS CloudFormation within the AWS ServiceCatalog provisioned products from Amazon SageMaker portfolio of products. Grants permissions to a subset of related services including Lambda, APIGateway and others. */