We recommend new projects start with resources from the AWS provider.
aws-native.codeguruprofiler.ProfilingGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
This resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service.
Create ProfilingGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ProfilingGroup(name: string, args?: ProfilingGroupArgs, opts?: CustomResourceOptions);
@overload
def ProfilingGroup(resource_name: str,
args: Optional[ProfilingGroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ProfilingGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
agent_permissions: Optional[AgentPermissionsPropertiesArgs] = None,
anomaly_detection_notification_configuration: Optional[Sequence[ProfilingGroupChannelArgs]] = None,
compute_platform: Optional[ProfilingGroupComputePlatform] = None,
profiling_group_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewProfilingGroup(ctx *Context, name string, args *ProfilingGroupArgs, opts ...ResourceOption) (*ProfilingGroup, error)
public ProfilingGroup(string name, ProfilingGroupArgs? args = null, CustomResourceOptions? opts = null)
public ProfilingGroup(String name, ProfilingGroupArgs args)
public ProfilingGroup(String name, ProfilingGroupArgs args, CustomResourceOptions options)
type: aws-native:codeguruprofiler:ProfilingGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ProfilingGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ProfilingGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProfilingGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProfilingGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProfilingGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ProfilingGroup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ProfilingGroup resource accepts the following input properties:
- Agent
Permissions Pulumi.Aws Native. Code Guru Profiler. Inputs. Agent Permissions Properties - The agent permissions attached to this profiling group.
- Anomaly
Detection List<Pulumi.Notification Configuration Aws Native. Code Guru Profiler. Inputs. Profiling Group Channel> - Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency
- Compute
Platform Pulumi.Aws Native. Code Guru Profiler. Profiling Group Compute Platform - The compute platform of the profiling group.
- Profiling
Group stringName - The name of the profiling group.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags associated with a profiling group.
- Agent
Permissions AgentPermissions Properties Args - The agent permissions attached to this profiling group.
- Anomaly
Detection []ProfilingNotification Configuration Group Channel Args - Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency
- Compute
Platform ProfilingGroup Compute Platform - The compute platform of the profiling group.
- Profiling
Group stringName - The name of the profiling group.
- Tag
Args - The tags associated with a profiling group.
- agent
Permissions AgentPermissions Properties - The agent permissions attached to this profiling group.
- anomaly
Detection List<ProfilingNotification Configuration Group Channel> - Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency
- compute
Platform ProfilingGroup Compute Platform - The compute platform of the profiling group.
- profiling
Group StringName - The name of the profiling group.
- List<Tag>
- The tags associated with a profiling group.
- agent
Permissions AgentPermissions Properties - The agent permissions attached to this profiling group.
- anomaly
Detection ProfilingNotification Configuration Group Channel[] - Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency
- compute
Platform ProfilingGroup Compute Platform - The compute platform of the profiling group.
- profiling
Group stringName - The name of the profiling group.
- Tag[]
- The tags associated with a profiling group.
- agent_
permissions AgentPermissions Properties Args - The agent permissions attached to this profiling group.
- anomaly_
detection_ Sequence[Profilingnotification_ configuration Group Channel Args] - Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency
- compute_
platform ProfilingGroup Compute Platform - The compute platform of the profiling group.
- profiling_
group_ strname - The name of the profiling group.
- Sequence[Tag
Args] - The tags associated with a profiling group.
- agent
Permissions Property Map - The agent permissions attached to this profiling group.
- anomaly
Detection List<Property Map>Notification Configuration - Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency
- compute
Platform "Default" | "AWSLambda" - The compute platform of the profiling group.
- profiling
Group StringName - The name of the profiling group.
- List<Property Map>
- The tags associated with a profiling group.
Outputs
All input properties are implicitly available as output properties. Additionally, the ProfilingGroup resource produces the following output properties:
Supporting Types
AgentPermissionsProperties, AgentPermissionsPropertiesArgs
- Principals List<string>
- The principals for the agent permissions.
- Principals []string
- The principals for the agent permissions.
- principals List<String>
- The principals for the agent permissions.
- principals string[]
- The principals for the agent permissions.
- principals Sequence[str]
- The principals for the agent permissions.
- principals List<String>
- The principals for the agent permissions.
ProfilingGroupChannel, ProfilingGroupChannelArgs
- Channel
Uri string - The channel URI.
- Channel
Id string - The channel ID.
- Channel
Uri string - The channel URI.
- Channel
Id string - The channel ID.
- channel
Uri String - The channel URI.
- channel
Id String - The channel ID.
- channel
Uri string - The channel URI.
- channel
Id string - The channel ID.
- channel_
uri str - The channel URI.
- channel_
id str - The channel ID.
- channel
Uri String - The channel URI.
- channel
Id String - The channel ID.
ProfilingGroupComputePlatform, ProfilingGroupComputePlatformArgs
- Default
- Default
- Aws
Lambda - AWSLambda
- Profiling
Group Compute Platform Default - Default
- Profiling
Group Compute Platform Aws Lambda - AWSLambda
- Default
- Default
- Aws
Lambda - AWSLambda
- Default
- Default
- Aws
Lambda - AWSLambda
- DEFAULT
- Default
- AWS_LAMBDA
- AWSLambda
- "Default"
- Default
- "AWSLambda"
- AWSLambda
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.