Class GetProfilingGroupResult
- java.lang.Object
-
- com.pulumi.aws.codeguruprofiler.outputs.GetProfilingGroupResult
-
public final class GetProfilingGroupResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetProfilingGroupResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GetProfilingGroupAgentOrchestrationConfig>
agentOrchestrationConfigs()
java.lang.String
arn()
static GetProfilingGroupResult.Builder
builder()
static GetProfilingGroupResult.Builder
builder(GetProfilingGroupResult defaults)
java.lang.String
computePlatform()
java.lang.String
createdAt()
java.lang.String
id()
java.lang.String
name()
java.util.List<GetProfilingGroupProfilingStatus>
profilingStatuses()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
updatedAt()
-
-
-
Method Detail
-
agentOrchestrationConfigs
public java.util.List<GetProfilingGroupAgentOrchestrationConfig> agentOrchestrationConfigs()
- Returns:
- Profiling Group agent orchestration config
-
arn
public java.lang.String arn()
- Returns:
- ARN of the Profiling Group.
-
computePlatform
public java.lang.String computePlatform()
- Returns:
- The compute platform of the profiling group.
-
createdAt
public java.lang.String createdAt()
- Returns:
- Timestamp when Profiling Group was created.
-
id
public java.lang.String id()
-
name
public java.lang.String name()
-
profilingStatuses
public java.util.List<GetProfilingGroupProfilingStatus> profilingStatuses()
- Returns:
- The status of the Profiling Group.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Mapping of Key-Value tags for the resource.
-
updatedAt
public java.lang.String updatedAt()
- Returns:
- Timestamp when Profiling Group was updated.
-
builder
public static GetProfilingGroupResult.Builder builder()
-
builder
public static GetProfilingGroupResult.Builder builder(GetProfilingGroupResult defaults)
-
-