datacodeguruprofilerprofilinggroup

package
v0.0.0-...-917d9f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentOrchestrationConfig

type AgentOrchestrationConfig struct{}

type AgentOrchestrationConfigAttributes

type AgentOrchestrationConfigAttributes struct {
	// contains filtered or unexported fields
}

func (AgentOrchestrationConfigAttributes) InternalRef

func (AgentOrchestrationConfigAttributes) InternalTokens

func (aoc AgentOrchestrationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AgentOrchestrationConfigAttributes) InternalWithRef

func (AgentOrchestrationConfigAttributes) ProfilingEnabled

func (aoc AgentOrchestrationConfigAttributes) ProfilingEnabled() terra.BoolValue

type AgentOrchestrationConfigState

type AgentOrchestrationConfigState struct {
	ProfilingEnabled bool `json:"profiling_enabled"`
}

type LatestAggregatedProfile

type LatestAggregatedProfile struct{}

type LatestAggregatedProfileAttributes

type LatestAggregatedProfileAttributes struct {
	// contains filtered or unexported fields
}

func (LatestAggregatedProfileAttributes) InternalRef

func (LatestAggregatedProfileAttributes) InternalTokens

func (lap LatestAggregatedProfileAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LatestAggregatedProfileAttributes) InternalWithRef

func (LatestAggregatedProfileAttributes) Period

func (LatestAggregatedProfileAttributes) Start

type LatestAggregatedProfileState

type LatestAggregatedProfileState struct {
	Period string `json:"period"`
	Start  string `json:"start"`
}

type ProfilingStatus

type ProfilingStatus struct {
	// LatestAggregatedProfile: min=0
	LatestAggregatedProfile []LatestAggregatedProfile `hcl:"latest_aggregated_profile,block" validate:"min=0"`
}

type ProfilingStatusAttributes

type ProfilingStatusAttributes struct {
	// contains filtered or unexported fields
}

func (ProfilingStatusAttributes) InternalRef

func (ps ProfilingStatusAttributes) InternalRef() (terra.Reference, error)

func (ProfilingStatusAttributes) InternalTokens

func (ps ProfilingStatusAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ProfilingStatusAttributes) InternalWithRef

func (ProfilingStatusAttributes) LatestAgentOrchestratedAt

func (ps ProfilingStatusAttributes) LatestAgentOrchestratedAt() terra.StringValue

func (ProfilingStatusAttributes) LatestAgentProfileReportedAt

func (ps ProfilingStatusAttributes) LatestAgentProfileReportedAt() terra.StringValue

func (ProfilingStatusAttributes) LatestAggregatedProfile

type ProfilingStatusState

type ProfilingStatusState struct {
	LatestAgentOrchestratedAt    string                         `json:"latest_agent_orchestrated_at"`
	LatestAgentProfileReportedAt string                         `json:"latest_agent_profile_reported_at"`
	LatestAggregatedProfile      []LatestAggregatedProfileState `json:"latest_aggregated_profile"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL