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 Args
- type DataAgentOrchestrationConfigAttributes
- func (aoc DataAgentOrchestrationConfigAttributes) InternalRef() (terra.Reference, error)
- func (aoc DataAgentOrchestrationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (aoc DataAgentOrchestrationConfigAttributes) InternalWithRef(ref terra.Reference) DataAgentOrchestrationConfigAttributes
- func (aoc DataAgentOrchestrationConfigAttributes) ProfilingEnabled() terra.BoolValue
- type DataAgentOrchestrationConfigState
- type DataArgs
- type DataProfilingStatusAttributes
- func (ps DataProfilingStatusAttributes) InternalRef() (terra.Reference, error)
- func (ps DataProfilingStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ps DataProfilingStatusAttributes) InternalWithRef(ref terra.Reference) DataProfilingStatusAttributes
- func (ps DataProfilingStatusAttributes) LatestAgentOrchestratedAt() terra.StringValue
- func (ps DataProfilingStatusAttributes) LatestAgentProfileReportedAt() terra.StringValue
- func (ps DataProfilingStatusAttributes) LatestAggregatedProfile() terra.ListValue[DataProfilingStatusLatestAggregatedProfileAttributes]
- type DataProfilingStatusLatestAggregatedProfileAttributes
- func (lap DataProfilingStatusLatestAggregatedProfileAttributes) InternalRef() (terra.Reference, error)
- func (lap DataProfilingStatusLatestAggregatedProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lap DataProfilingStatusLatestAggregatedProfileAttributes) InternalWithRef(ref terra.Reference) DataProfilingStatusLatestAggregatedProfileAttributes
- func (lap DataProfilingStatusLatestAggregatedProfileAttributes) Period() terra.StringValue
- func (lap DataProfilingStatusLatestAggregatedProfileAttributes) Start() terra.StringValue
- type DataProfilingStatusLatestAggregatedProfileState
- type DataProfilingStatusState
- type DataSource
- type Resource
- func (acpg *Resource) Attributes() awsCodeguruprofilerProfilingGroupAttributes
- func (acpg *Resource) Configuration() interface{}
- func (acpg *Resource) DependOn() terra.Reference
- func (acpg *Resource) Dependencies() terra.Dependencies
- func (acpg *Resource) ImportState(state io.Reader) error
- func (acpg *Resource) LifecycleManagement() *terra.Lifecycle
- func (acpg *Resource) LocalName() string
- func (acpg *Resource) State() (*awsCodeguruprofilerProfilingGroupState, bool)
- func (acpg *Resource) StateMust() *awsCodeguruprofilerProfilingGroupState
- func (acpg *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 Args ¶
type Args struct { // ComputePlatform: string, optional ComputePlatform terra.StringValue `hcl:"compute_platform,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // AgentOrchestrationConfig: min=0 AgentOrchestrationConfig []AgentOrchestrationConfig `hcl:"agent_orchestration_config,block" validate:"min=0"` }
Args contains the configurations for aws_codeguruprofiler_profiling_group.
type DataAgentOrchestrationConfigAttributes ¶
type DataAgentOrchestrationConfigAttributes struct {
// contains filtered or unexported fields
}
func (DataAgentOrchestrationConfigAttributes) InternalRef ¶
func (aoc DataAgentOrchestrationConfigAttributes) InternalRef() (terra.Reference, error)
func (DataAgentOrchestrationConfigAttributes) InternalTokens ¶
func (aoc DataAgentOrchestrationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataAgentOrchestrationConfigAttributes) InternalWithRef ¶
func (aoc DataAgentOrchestrationConfigAttributes) InternalWithRef(ref terra.Reference) DataAgentOrchestrationConfigAttributes
func (DataAgentOrchestrationConfigAttributes) ProfilingEnabled ¶
func (aoc DataAgentOrchestrationConfigAttributes) ProfilingEnabled() terra.BoolValue
type DataAgentOrchestrationConfigState ¶
type DataAgentOrchestrationConfigState struct {
ProfilingEnabled bool `json:"profiling_enabled"`
}
type DataArgs ¶
type DataArgs struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` }
DataArgs contains the configurations for aws_codeguruprofiler_profiling_group.
type DataProfilingStatusAttributes ¶
type DataProfilingStatusAttributes struct {
// contains filtered or unexported fields
}
func (DataProfilingStatusAttributes) InternalRef ¶
func (ps DataProfilingStatusAttributes) InternalRef() (terra.Reference, error)
func (DataProfilingStatusAttributes) InternalTokens ¶
func (ps DataProfilingStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataProfilingStatusAttributes) InternalWithRef ¶
func (ps DataProfilingStatusAttributes) InternalWithRef(ref terra.Reference) DataProfilingStatusAttributes
func (DataProfilingStatusAttributes) LatestAgentOrchestratedAt ¶
func (ps DataProfilingStatusAttributes) LatestAgentOrchestratedAt() terra.StringValue
func (DataProfilingStatusAttributes) LatestAgentProfileReportedAt ¶
func (ps DataProfilingStatusAttributes) LatestAgentProfileReportedAt() terra.StringValue
func (DataProfilingStatusAttributes) LatestAggregatedProfile ¶
func (ps DataProfilingStatusAttributes) LatestAggregatedProfile() terra.ListValue[DataProfilingStatusLatestAggregatedProfileAttributes]
type DataProfilingStatusLatestAggregatedProfileAttributes ¶
type DataProfilingStatusLatestAggregatedProfileAttributes struct {
// contains filtered or unexported fields
}
func (DataProfilingStatusLatestAggregatedProfileAttributes) InternalRef ¶
func (lap DataProfilingStatusLatestAggregatedProfileAttributes) InternalRef() (terra.Reference, error)
func (DataProfilingStatusLatestAggregatedProfileAttributes) InternalTokens ¶
func (lap DataProfilingStatusLatestAggregatedProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataProfilingStatusLatestAggregatedProfileAttributes) InternalWithRef ¶
func (lap DataProfilingStatusLatestAggregatedProfileAttributes) InternalWithRef(ref terra.Reference) DataProfilingStatusLatestAggregatedProfileAttributes
func (DataProfilingStatusLatestAggregatedProfileAttributes) Period ¶
func (lap DataProfilingStatusLatestAggregatedProfileAttributes) Period() terra.StringValue
func (DataProfilingStatusLatestAggregatedProfileAttributes) Start ¶
func (lap DataProfilingStatusLatestAggregatedProfileAttributes) Start() terra.StringValue
type DataProfilingStatusState ¶
type DataProfilingStatusState struct { LatestAgentOrchestratedAt string `json:"latest_agent_orchestrated_at"` LatestAgentProfileReportedAt string `json:"latest_agent_profile_reported_at"` LatestAggregatedProfile []DataProfilingStatusLatestAggregatedProfileState `json:"latest_aggregated_profile"` }
type DataSource ¶
DataSource represents the Terraform data resource aws_codeguruprofiler_profiling_group.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (acpg *DataSource) Attributes() dataAwsCodeguruprofilerProfilingGroupAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (acpg *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (acpg *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (acpg *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_codeguruprofiler_profiling_group.
func (*Resource) Attributes ¶
func (acpg *Resource) Attributes() awsCodeguruprofilerProfilingGroupAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acpg *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acpg *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.