class CodeGuruProfilerRecommendationStateChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CodeGuruProfiler.Events.CodeGuruProfilerRecommendationStateChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscodeguruprofiler/events#CodeGuruProfilerRecommendationStateChange |
Java | software.amazon.awscdk.mixins.preview.services.codeguruprofiler.events.CodeGuruProfilerRecommendationStateChange |
Python | aws_cdk.mixins_preview.aws_codeguruprofiler.events.CodeGuruProfilerRecommendationStateChange |
TypeScript | @aws-cdk/mixins-preview » aws_codeguruprofiler » events » CodeGuruProfilerRecommendationStateChange |
EventBridge event pattern for aws.codeguruprofiler@CodeGuruProfilerRecommendationStateChange.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as codeguruprofiler_events } from '@aws-cdk/mixins-preview/aws-codeguruprofiler';
const codeGuruProfilerRecommendationStateChange = new codeguruprofiler_events.CodeGuruProfilerRecommendationStateChange();
Initializer
new CodeGuruProfilerRecommendationStateChange()
Methods
| Name | Description |
|---|---|
| static code | EventBridge event pattern for CodeGuru Profiler Recommendations State Change. |
static codeGuruProfilerRecommendationStateChangePattern(options?)
public static codeGuruProfilerRecommendationStateChangePattern(options?: CodeGuruProfilerRecommendationStateChangeProps): EventPattern
Parameters
Returns
EventBridge event pattern for CodeGuru Profiler Recommendations State Change.

.NET
Go
Java
Python
TypeScript