This resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service.
profiling_group_name
(String) The name of the profiling group.agent_permissions
(Attributes) The agent permissions attached to this profiling group. (see below for nested schema)anomaly_detection_notification_configuration
(Attributes List) 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 (see below for nested schema)compute_platform
(String) The compute platform of the profiling group.tags
(Attributes List) The tags associated with a profiling group. (see below for nested schema)arn
(String) The Amazon Resource Name (ARN) of the specified profiling group.id
(String) Uniquely identifies the resource.agent_permissions
Required:
principals
(List of String) The principals for the agent permissions.anomaly_detection_notification_configuration
Required:
channel_uri
(String) Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri.Optional:
channel_id
(String) Unique identifier for each Channel in the notification configuration of a Profiling Grouptags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. The allowed characters across services are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. The allowed characters across services are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.Import is supported using the following syntax:
$ terraform import awscc_codeguruprofiler_profiling_group.example <resource ID>