Interface ProfilingGroupProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ProfilingGroupProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:36.921Z") @Stability(Stable) public interface ProfilingGroupProps extends software.amazon.jsii.JsiiSerializable
Properties for creating a new Profiling Group.

Example:

 ProfilingGroup profilingGroup = ProfilingGroup.Builder.create(this, "MyProfilingGroup")
         .computePlatform(ComputePlatform.AWS_LAMBDA)
         .build();
 
  • Method Details

    • getComputePlatform

      @Stability(Stable) @Nullable default ComputePlatform getComputePlatform()
      The compute platform of the profiling group.

      Default: ComputePlatform.DEFAULT

    • getProfilingGroupName

      @Stability(Stable) @Nullable default String getProfilingGroupName()
      A name for the profiling group.

      Default: - automatically generated name.

    • builder

      @Stability(Stable) static ProfilingGroupProps.Builder builder()
      Returns:
      a ProfilingGroupProps.Builder of ProfilingGroupProps