xraygroup

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 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 InsightsConfiguration

type InsightsConfiguration struct {
	// InsightsEnabled: bool, required
	InsightsEnabled terra.BoolValue `hcl:"insights_enabled,attr" validate:"required"`
	// NotificationsEnabled: bool, optional
	NotificationsEnabled terra.BoolValue `hcl:"notifications_enabled,attr"`
}

type InsightsConfigurationAttributes

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

func (InsightsConfigurationAttributes) InsightsEnabled

func (ic InsightsConfigurationAttributes) InsightsEnabled() terra.BoolValue

func (InsightsConfigurationAttributes) InternalRef

func (InsightsConfigurationAttributes) InternalTokens

func (ic InsightsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (InsightsConfigurationAttributes) InternalWithRef

func (InsightsConfigurationAttributes) NotificationsEnabled

func (ic InsightsConfigurationAttributes) NotificationsEnabled() terra.BoolValue

type InsightsConfigurationState

type InsightsConfigurationState struct {
	InsightsEnabled      bool `json:"insights_enabled"`
	NotificationsEnabled bool `json:"notifications_enabled"`
}

Jump to

Keyboard shortcuts

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