Class ProfilingGroupState


  • public final class ProfilingGroupState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • agentOrchestrationConfig

        public java.util.Optional<com.pulumi.core.Output<ProfilingGroupAgentOrchestrationConfigArgs>> agentOrchestrationConfig()
        Returns:
        Specifies whether profiling is enabled or disabled for the created profiling. See Agent Orchestration Config for more details.
      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        ARN of the profiling group.
      • computePlatform

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> computePlatform()
        Returns:
        Compute platform of the profiling group.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the profiling group. The following arguments are optional:
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.