معرفی شرکت ها


aws-cdk.aws-codeguruprofiler-1.99.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The CDK Construct Library for AWS::CodeGuruProfiler
ویژگی مقدار
سیستم عامل -
نام فایل aws-cdk.aws-codeguruprofiler-1.99.0
نام aws-cdk.aws-codeguruprofiler
نسخه کتابخانه 1.99.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Amazon Web Services
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/aws/aws-cdk
آدرس اینترنتی https://pypi.org/project/aws-cdk.aws-codeguruprofiler/
مجوز Apache-2.0
# AWS::CodeGuruProfiler Construct Library <!--BEGIN STABILITY BANNER-->--- ![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge) ![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge) --- <!--END STABILITY BANNER--> Amazon CodeGuru Profiler collects runtime performance data from your live applications, and provides recommendations that can help you fine-tune your application performance. ## Installation Import to your project: ```python import aws_cdk.aws_codeguruprofiler as codeguruprofiler ``` ## Basic usage Here's how to setup a profiling group and give your compute role permissions to publish to the profiling group to the profiling agent can publish profiling information: ```python # The execution role of your application that publishes to the ProfilingGroup via CodeGuru Profiler Profiling Agent. (the following is merely an example) publish_app_role = iam.Role(self, "PublishAppRole", assumed_by=iam.AccountRootPrincipal() ) profiling_group = codeguruprofiler.ProfilingGroup(self, "MyProfilingGroup") profiling_group.grant_publish(publish_app_role) ``` ## Compute Platform configuration Code Guru Profiler supports multiple compute environments. They can be configured when creating a Profiling Group by using the `computePlatform` property: ```python profiling_group = codeguruprofiler.ProfilingGroup(self, "MyProfilingGroup", compute_platform=codeguruprofiler.ComputePlatform.AWS_LAMBDA ) ```


نیازمندی

مقدار نام
==1.200.0 aws-cdk.aws-iam
==1.200.0 aws-cdk.core
<4.0.0,>=3.3.69 constructs
<2.0.0,>=1.74.0 jsii
>=0.0.3 publication
~=2.13.3 typeguard


زبان مورد نیاز

مقدار نام
~=3.7 Python


نحوه نصب


نصب پکیج whl aws-cdk.aws-codeguruprofiler-1.99.0:

    pip install aws-cdk.aws-codeguruprofiler-1.99.0.whl


نصب پکیج tar.gz aws-cdk.aws-codeguruprofiler-1.99.0:

    pip install aws-cdk.aws-codeguruprofiler-1.99.0.tar.gz