1. Packages
  2. AWS Native
  3. API Docs
  4. codeguruprofiler
  5. ProfilingGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.codeguruprofiler.ProfilingGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const profilingGroupResource = new aws_native.codeguruprofiler.ProfilingGroup("profilingGroupResource", {
        agentPermissions: {
            principals: ["string"],
        },
        anomalyDetectionNotificationConfiguration: [{
            channelUri: "string",
            channelId: "string",
        }],
        computePlatform: aws_native.codeguruprofiler.ProfilingGroupComputePlatform.Default,
        profilingGroupName: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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:

    AgentPermissions Pulumi.AwsNative.CodeGuruProfiler.Inputs.AgentPermissionsProperties
    The agent permissions attached to this profiling group.
    AnomalyDetectionNotificationConfiguration List<Pulumi.AwsNative.CodeGuruProfiler.Inputs.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
    ComputePlatform Pulumi.AwsNative.CodeGuruProfiler.ProfilingGroupComputePlatform
    The compute platform of the profiling group.
    ProfilingGroupName string
    The name of the profiling group.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags associated with a profiling group.
    AgentPermissions AgentPermissionsPropertiesArgs
    The agent permissions attached to this profiling group.
    AnomalyDetectionNotificationConfiguration []ProfilingGroupChannelArgs
    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
    ComputePlatform ProfilingGroupComputePlatform
    The compute platform of the profiling group.
    ProfilingGroupName string
    The name of the profiling group.
    Tags TagArgs
    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
    computePlatform ProfilingGroupComputePlatform
    The compute platform of the profiling group.
    profilingGroupName String
    The name of the 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
    computePlatform ProfilingGroupComputePlatform
    The compute platform of the profiling group.
    profilingGroupName string
    The name of the profiling group.
    tags Tag[]
    The tags associated with a profiling group.
    agent_permissions AgentPermissionsPropertiesArgs
    The agent permissions attached to this profiling group.
    anomaly_detection_notification_configuration Sequence[ProfilingGroupChannelArgs]
    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 ProfilingGroupComputePlatform
    The compute platform of the profiling group.
    profiling_group_name str
    The name of the profiling group.
    tags Sequence[TagArgs]
    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
    computePlatform "Default" | "AWSLambda"
    The compute platform of the profiling group.
    profilingGroupName String
    The name of the profiling group.
    tags 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:

    Arn string
    The Amazon Resource Name (ARN) of the specified profiling group.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon Resource Name (ARN) of the specified profiling group.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the specified profiling group.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the specified profiling group.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon Resource Name (ARN) of the specified profiling group.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the specified profiling group.
    id String
    The provider-assigned unique ID for this managed resource.

    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

    ChannelUri string
    ChannelId string
    ChannelUri string
    ChannelId string
    channelUri String
    channelId String
    channelUri string
    channelId string
    channelUri String
    channelId String

    ProfilingGroupComputePlatform, ProfilingGroupComputePlatformArgs

    Default
    Default
    AwsLambda
    AWSLambda
    ProfilingGroupComputePlatformDefault
    Default
    ProfilingGroupComputePlatformAwsLambda
    AWSLambda
    Default
    Default
    AwsLambda
    AWSLambda
    Default
    Default
    AwsLambda
    AWSLambda
    DEFAULT
    Default
    AWS_LAMBDA
    AWSLambda
    "Default"
    Default
    "AWSLambda"
    AWSLambda

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi