1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. codeguruprofiler
  5. getProfilingGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.codeguruprofiler.getProfilingGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

This resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service.

Using getProfilingGroup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getProfilingGroup(args: GetProfilingGroupArgs, opts?: InvokeOptions): Promise<GetProfilingGroupResult>
function getProfilingGroupOutput(args: GetProfilingGroupOutputArgs, opts?: InvokeOptions): Output<GetProfilingGroupResult>
Copy
def get_profiling_group(profiling_group_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetProfilingGroupResult
def get_profiling_group_output(profiling_group_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetProfilingGroupResult]
Copy
func LookupProfilingGroup(ctx *Context, args *LookupProfilingGroupArgs, opts ...InvokeOption) (*LookupProfilingGroupResult, error)
func LookupProfilingGroupOutput(ctx *Context, args *LookupProfilingGroupOutputArgs, opts ...InvokeOption) LookupProfilingGroupResultOutput
Copy

> Note: This function is named LookupProfilingGroup in the Go SDK.

public static class GetProfilingGroup 
{
    public static Task<GetProfilingGroupResult> InvokeAsync(GetProfilingGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetProfilingGroupResult> Invoke(GetProfilingGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProfilingGroupResult> getProfilingGroup(GetProfilingGroupArgs args, InvokeOptions options)
public static Output<GetProfilingGroupResult> getProfilingGroup(GetProfilingGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:codeguruprofiler:getProfilingGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ProfilingGroupName This property is required. string
The name of the profiling group.
ProfilingGroupName This property is required. string
The name of the profiling group.
profilingGroupName This property is required. String
The name of the profiling group.
profilingGroupName This property is required. string
The name of the profiling group.
profiling_group_name This property is required. str
The name of the profiling group.
profilingGroupName This property is required. String
The name of the profiling group.

getProfilingGroup Result

The following output properties are available:

AgentPermissions Pulumi.AwsNative.CodeGuruProfiler.Outputs.AgentPermissionsProperties
The agent permissions attached to this profiling group.
AnomalyDetectionNotificationConfiguration List<Pulumi.AwsNative.CodeGuruProfiler.Outputs.ProfilingGroupChannel>
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
Arn string
The Amazon Resource Name (ARN) of the specified profiling group.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The tags associated with a profiling group.
AgentPermissions AgentPermissionsProperties
The agent permissions attached to this profiling group.
AnomalyDetectionNotificationConfiguration []ProfilingGroupChannel
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
Arn string
The Amazon Resource Name (ARN) of the specified profiling group.
Tags Tag
The tags associated with a profiling group.
agentPermissions AgentPermissionsProperties
The agent permissions attached to this profiling group.
anomalyDetectionNotificationConfiguration List<ProfilingGroupChannel>
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
arn String
The Amazon Resource Name (ARN) of the specified profiling group.
tags List<Tag>
The tags associated with a profiling group.
agentPermissions AgentPermissionsProperties
The agent permissions attached to this profiling group.
anomalyDetectionNotificationConfiguration ProfilingGroupChannel[]
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
arn string
The Amazon Resource Name (ARN) of the specified profiling group.
tags Tag[]
The tags associated with a profiling group.
agent_permissions AgentPermissionsProperties
The agent permissions attached to this profiling group.
anomaly_detection_notification_configuration Sequence[ProfilingGroupChannel]
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
arn str
The Amazon Resource Name (ARN) of the specified profiling group.
tags Sequence[root_Tag]
The tags associated with a profiling group.
agentPermissions Property Map
The agent permissions attached to this profiling group.
anomalyDetectionNotificationConfiguration List<Property Map>
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
arn String
The Amazon Resource Name (ARN) of the specified profiling group.
tags List<Property Map>
The tags associated with a profiling group.

Supporting Types

AgentPermissionsProperties

Principals This property is required. List<string>
The principals for the agent permissions.
Principals This property is required. []string
The principals for the agent permissions.
principals This property is required. List<String>
The principals for the agent permissions.
principals This property is required. string[]
The principals for the agent permissions.
principals This property is required. Sequence[str]
The principals for the agent permissions.
principals This property is required. List<String>
The principals for the agent permissions.

ProfilingGroupChannel

ChannelUri This property is required. string
The channel URI.
ChannelId string
The channel ID.
ChannelUri This property is required. string
The channel URI.
ChannelId string
The channel ID.
channelUri This property is required. String
The channel URI.
channelId String
The channel ID.
channelUri This property is required. string
The channel URI.
channelId string
The channel ID.
channel_uri This property is required. str
The channel URI.
channel_id str
The channel ID.
channelUri This property is required. String
The channel URI.
channelId String
The channel ID.

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi