aws_codeguruprofiler_profiling_group

package
v0.0.0-...-4deecce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 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 {
	// ProfilingEnabled: bool, required
	ProfilingEnabled terra.BoolValue `hcl:"profiling_enabled,attr" validate:"required"`
}

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 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 (DataAgentOrchestrationConfigAttributes) InternalTokens

func (DataAgentOrchestrationConfigAttributes) InternalWithRef

func (DataAgentOrchestrationConfigAttributes) ProfilingEnabled

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 (DataProfilingStatusAttributes) LatestAgentOrchestratedAt

func (ps DataProfilingStatusAttributes) LatestAgentOrchestratedAt() terra.StringValue

func (DataProfilingStatusAttributes) LatestAgentProfileReportedAt

func (ps DataProfilingStatusAttributes) LatestAgentProfileReportedAt() terra.StringValue

func (DataProfilingStatusAttributes) LatestAggregatedProfile

type DataProfilingStatusLatestAggregatedProfileAttributes

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

func (DataProfilingStatusLatestAggregatedProfileAttributes) InternalRef

func (DataProfilingStatusLatestAggregatedProfileAttributes) InternalTokens

func (DataProfilingStatusLatestAggregatedProfileAttributes) InternalWithRef

func (DataProfilingStatusLatestAggregatedProfileAttributes) Period

func (DataProfilingStatusLatestAggregatedProfileAttributes) Start

type DataProfilingStatusLatestAggregatedProfileState

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

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

type DataSource struct {
	Name string
	Args DataArgs
}

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 New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

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) DependOn

func (acpg *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (acpg *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (acpg *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (acpg *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (acpg *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (acpg *Resource) State() (*awsCodeguruprofilerProfilingGroupState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (acpg *Resource) StateMust() *awsCodeguruprofilerProfilingGroupState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (acpg *Resource) Type() string

Type returns the Terraform object type for Resource.

Jump to

Keyboard shortcuts

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