Documentation
¶
Index ¶
- type AgentOrchestrationConfig
- type AgentOrchestrationConfigAttributes
- func (aoc AgentOrchestrationConfigAttributes) InternalRef() (terra.Reference, error)
- func (aoc AgentOrchestrationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (aoc AgentOrchestrationConfigAttributes) InternalWithRef(ref terra.Reference) AgentOrchestrationConfigAttributes
- func (aoc AgentOrchestrationConfigAttributes) ProfilingEnabled() terra.BoolValue
- type AgentOrchestrationConfigState
- type LatestAggregatedProfile
- type LatestAggregatedProfileAttributes
- func (lap LatestAggregatedProfileAttributes) InternalRef() (terra.Reference, error)
- func (lap LatestAggregatedProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lap LatestAggregatedProfileAttributes) InternalWithRef(ref terra.Reference) LatestAggregatedProfileAttributes
- func (lap LatestAggregatedProfileAttributes) Period() terra.StringValue
- func (lap LatestAggregatedProfileAttributes) Start() terra.StringValue
- type LatestAggregatedProfileState
- type ProfilingStatus
- type ProfilingStatusAttributes
- func (ps ProfilingStatusAttributes) InternalRef() (terra.Reference, error)
- func (ps ProfilingStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ps ProfilingStatusAttributes) InternalWithRef(ref terra.Reference) ProfilingStatusAttributes
- func (ps ProfilingStatusAttributes) LatestAgentOrchestratedAt() terra.StringValue
- func (ps ProfilingStatusAttributes) LatestAgentProfileReportedAt() terra.StringValue
- func (ps ProfilingStatusAttributes) LatestAggregatedProfile() terra.ListValue[LatestAggregatedProfileAttributes]
- type ProfilingStatusState
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 (aoc AgentOrchestrationConfigAttributes) InternalRef() (terra.Reference, error)
func (AgentOrchestrationConfigAttributes) InternalTokens ¶
func (aoc AgentOrchestrationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AgentOrchestrationConfigAttributes) InternalWithRef ¶
func (aoc AgentOrchestrationConfigAttributes) InternalWithRef(ref terra.Reference) AgentOrchestrationConfigAttributes
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 (lap LatestAggregatedProfileAttributes) InternalRef() (terra.Reference, error)
func (LatestAggregatedProfileAttributes) InternalTokens ¶
func (lap LatestAggregatedProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LatestAggregatedProfileAttributes) InternalWithRef ¶
func (lap LatestAggregatedProfileAttributes) InternalWithRef(ref terra.Reference) LatestAggregatedProfileAttributes
func (LatestAggregatedProfileAttributes) Period ¶
func (lap LatestAggregatedProfileAttributes) Period() terra.StringValue
func (LatestAggregatedProfileAttributes) Start ¶
func (lap LatestAggregatedProfileAttributes) Start() terra.StringValue
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 (ps ProfilingStatusAttributes) InternalWithRef(ref terra.Reference) ProfilingStatusAttributes
func (ProfilingStatusAttributes) LatestAgentOrchestratedAt ¶
func (ps ProfilingStatusAttributes) LatestAgentOrchestratedAt() terra.StringValue
func (ProfilingStatusAttributes) LatestAgentProfileReportedAt ¶
func (ps ProfilingStatusAttributes) LatestAgentProfileReportedAt() terra.StringValue
func (ProfilingStatusAttributes) LatestAggregatedProfile ¶
func (ps ProfilingStatusAttributes) LatestAggregatedProfile() terra.ListValue[LatestAggregatedProfileAttributes]
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"` }
Click to show internal directories.
Click to hide internal directories.