We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.codeguruprofiler.getProfilingGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:codeguruprofiler:getProfilingGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Profiling
Group stringName - The name of the profiling group.
- Profiling
Group stringName - The name of the profiling group.
- profiling
Group StringName - The name of the profiling group.
- profiling
Group stringName - The name of the profiling group.
- profiling_
group_ strname - The name of the profiling group.
- profiling
Group StringName - The name of the profiling group.
getProfilingGroup Result
The following output properties are available:
- Agent
Permissions Pulumi.Aws Native. Code Guru Profiler. Outputs. Agent Permissions Properties - The agent permissions attached to this profiling group.
- Anomaly
Detection 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.
- 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
- 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 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.
- 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
- 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.
- 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
- 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
- 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.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi