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>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]func LookupProfilingGroup(ctx *Context, args *LookupProfilingGroupArgs, opts ...InvokeOption) (*LookupProfilingGroupResult, error)
func LookupProfilingGroupOutput(ctx *Context, args *LookupProfilingGroupOutputArgs, opts ...InvokeOption) LookupProfilingGroupResultOutput> 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)
}public static CompletableFuture<GetProfilingGroupResult> getProfilingGroup(GetProfilingGroupArgs args, InvokeOptions options)
public static Output<GetProfilingGroupResult> getProfilingGroup(GetProfilingGroupArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:codeguruprofiler:getProfilingGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ProfilingGroup stringName 
- The name of the profiling group.
- ProfilingGroup stringName 
- The name of the profiling group.
- profilingGroup StringName 
- The name of the profiling group.
- profilingGroup stringName 
- The name of the profiling group.
- profiling_group_ strname 
- The name of the profiling group.
- profilingGroup StringName 
- The name of the profiling group.
getProfilingGroup Result
The following output properties are available:
- AgentPermissions Pulumi.Aws Native. Code Guru Profiler. Outputs. Agent Permissions Properties 
- The agent permissions attached to this profiling group.
- AnomalyDetection List<Pulumi.Notification Configuration Aws Native. Code Guru Profiler. Outputs. 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
- Arn string
- The Amazon Resource Name (ARN) of the specified profiling group.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- The tags associated with a profiling group.
- AgentPermissions AgentPermissions Properties 
- The agent permissions attached to this profiling group.
- AnomalyDetection []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
- Arn string
- The Amazon Resource Name (ARN) of the specified profiling group.
- Tag
- The tags associated with a profiling group.
- agentPermissions AgentPermissions Properties 
- The agent permissions attached to this profiling group.
- anomalyDetection 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
- arn String
- The Amazon Resource Name (ARN) of the specified profiling group.
- List<Tag>
- The tags associated with a profiling group.
- agentPermissions AgentPermissions Properties 
- The agent permissions attached to this profiling group.
- anomalyDetection 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
- arn string
- The Amazon Resource Name (ARN) of the specified profiling group.
- Tag[]
- The tags associated with a profiling group.
- agent_permissions AgentPermissions Properties 
- The agent permissions attached to this profiling group.
- anomaly_detection_ Sequence[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
- arn str
- The Amazon Resource Name (ARN) of the specified profiling group.
- Sequence[root_Tag]
- The tags associated with a profiling group.
- agentPermissions Property Map
- The agent permissions attached to this profiling group.
- anomalyDetection 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
- arn String
- The Amazon Resource Name (ARN) of the specified profiling group.
- List<Property Map>
- The tags associated with a profiling group.
Supporting Types
AgentPermissionsProperties  
- 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  
- ChannelUri string
- The channel URI.
- ChannelId string
- The channel ID.
- ChannelUri string
- The channel URI.
- ChannelId string
- The channel ID.
- channelUri String
- The channel URI.
- channelId String
- The channel ID.
- channelUri string
- The channel URI.
- channelId string
- The channel ID.
- channel_uri str
- The channel URI.
- channel_id str
- The channel ID.
- channelUri String
- The channel URI.
- channelId String
- The channel ID.
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