Class: Aws::CodeGuruProfiler::Types::CreateProfilingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::CreateProfilingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the createProfiliingGroupRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_orchestration_config ⇒ Types::AgentOrchestrationConfig
Specifies whether profiling is enabled or disabled for the created profiling group.
-
#client_token ⇒ String
Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental creation of duplicate profiling groups if there are failures and retries.
-
#compute_platform ⇒ String
The compute platform of the profiling group.
-
#profiling_group_name ⇒ String
The name of the profiling group to create.
-
#tags ⇒ Hash<String,String>
A list of tags to add to the created profiling group.
Instance Attribute Details
#agent_orchestration_config ⇒ Types::AgentOrchestrationConfig
Specifies whether profiling is enabled or disabled for the created profiling group.
503 504 505 506 507 508 509 510 511 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 503 class CreateProfilingGroupRequest < Struct.new( :agent_orchestration_config, :client_token, :compute_platform, :profiling_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental creation of duplicate profiling groups if there are failures and retries.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
503 504 505 506 507 508 509 510 511 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 503 class CreateProfilingGroupRequest < Struct.new( :agent_orchestration_config, :client_token, :compute_platform, :profiling_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#compute_platform ⇒ String
The compute platform of the profiling group. Use ‘AWSLambda` if your application runs on AWS Lambda. Use `Default` if your application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. If not specified, `Default` is used.
503 504 505 506 507 508 509 510 511 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 503 class CreateProfilingGroupRequest < Struct.new( :agent_orchestration_config, :client_token, :compute_platform, :profiling_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#profiling_group_name ⇒ String
The name of the profiling group to create.
503 504 505 506 507 508 509 510 511 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 503 class CreateProfilingGroupRequest < Struct.new( :agent_orchestration_config, :client_token, :compute_platform, :profiling_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of tags to add to the created profiling group.
503 504 505 506 507 508 509 510 511 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 503 class CreateProfilingGroupRequest < Struct.new( :agent_orchestration_config, :client_token, :compute_platform, :profiling_group_name, :tags) SENSITIVE = [] include Aws::Structure end |