Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codeguruprofiler.CfnProfilingGroupPropsMixin.Builder
Packages that use CfnProfilingGroupPropsMixin.Builder
-
Uses of CfnProfilingGroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codeguruprofiler
Methods in software.amazon.awscdk.cfnpropertymixins.services.codeguruprofiler that return CfnProfilingGroupPropsMixin.BuilderModifier and TypeMethodDescriptionCfnProfilingGroupPropsMixin.Builder.agentPermissions(Object agentPermissions) The agent permissions attached to this profiling group.CfnProfilingGroupPropsMixin.Builder.anomalyDetectionNotificationConfiguration(List<? extends Object> anomalyDetectionNotificationConfiguration) Adds anomaly notifications for a profiling group.CfnProfilingGroupPropsMixin.Builder.anomalyDetectionNotificationConfiguration(IResolvable anomalyDetectionNotificationConfiguration) Adds anomaly notifications for a profiling group.CfnProfilingGroupPropsMixin.Builder.computePlatform(String computePlatform) The compute platform of the profiling group.CfnProfilingGroupPropsMixin.Builder.create()CfnProfilingGroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnProfilingGroupPropsMixin.Builder.profilingGroupName(String profilingGroupName) The name of the profiling group.CfnProfilingGroupPropsMixin.Builder.profilingGroupName(IFunctionRef profilingGroupName) The name of the profiling group.A list of tags to add to the created profiling group.