azurerm_datadog_monitor

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 Args

type Args struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// MonitoringEnabled: bool, optional
	MonitoringEnabled terra.BoolValue `hcl:"monitoring_enabled,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// SkuName: string, required
	SkuName terra.StringValue `hcl:"sku_name,attr" validate:"required"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// DatadogOrganization: required
	DatadogOrganization *DatadogOrganization `hcl:"datadog_organization,block" validate:"required"`
	// Identity: optional
	Identity *Identity `hcl:"identity,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
	// User: required
	User *User `hcl:"user,block" validate:"required"`
}

Args contains the configurations for azurerm_datadog_monitor.

type DatadogOrganization

type DatadogOrganization struct {
	// ApiKey: string, required
	ApiKey terra.StringValue `hcl:"api_key,attr" validate:"required"`
	// ApplicationKey: string, required
	ApplicationKey terra.StringValue `hcl:"application_key,attr" validate:"required"`
	// EnterpriseAppId: string, optional
	EnterpriseAppId terra.StringValue `hcl:"enterprise_app_id,attr"`
	// LinkingAuthCode: string, optional
	LinkingAuthCode terra.StringValue `hcl:"linking_auth_code,attr"`
	// LinkingClientId: string, optional
	LinkingClientId terra.StringValue `hcl:"linking_client_id,attr"`
	// RedirectUri: string, optional
	RedirectUri terra.StringValue `hcl:"redirect_uri,attr"`
}

type DatadogOrganizationAttributes

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

func (DatadogOrganizationAttributes) ApiKey

func (DatadogOrganizationAttributes) ApplicationKey

func (do DatadogOrganizationAttributes) ApplicationKey() terra.StringValue

func (DatadogOrganizationAttributes) EnterpriseAppId

func (do DatadogOrganizationAttributes) EnterpriseAppId() terra.StringValue

func (DatadogOrganizationAttributes) Id

func (DatadogOrganizationAttributes) InternalRef

func (do DatadogOrganizationAttributes) InternalRef() (terra.Reference, error)

func (DatadogOrganizationAttributes) InternalTokens

func (do DatadogOrganizationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DatadogOrganizationAttributes) InternalWithRef

func (DatadogOrganizationAttributes) LinkingAuthCode

func (do DatadogOrganizationAttributes) LinkingAuthCode() terra.StringValue

func (DatadogOrganizationAttributes) LinkingClientId

func (do DatadogOrganizationAttributes) LinkingClientId() terra.StringValue

func (DatadogOrganizationAttributes) Name

func (DatadogOrganizationAttributes) RedirectUri

type DatadogOrganizationState

type DatadogOrganizationState struct {
	ApiKey          string `json:"api_key"`
	ApplicationKey  string `json:"application_key"`
	EnterpriseAppId string `json:"enterprise_app_id"`
	Id              string `json:"id"`
	LinkingAuthCode string `json:"linking_auth_code"`
	LinkingClientId string `json:"linking_client_id"`
	Name            string `json:"name"`
	RedirectUri     string `json:"redirect_uri"`
}

type Identity

type Identity struct {
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type IdentityAttributes

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

func (IdentityAttributes) InternalRef

func (i IdentityAttributes) InternalRef() (terra.Reference, error)

func (IdentityAttributes) InternalTokens

func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IdentityAttributes) InternalWithRef

func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes

func (IdentityAttributes) PrincipalId

func (i IdentityAttributes) PrincipalId() terra.StringValue

func (IdentityAttributes) TenantId

func (i IdentityAttributes) TenantId() terra.StringValue

func (IdentityAttributes) Type

type IdentityState

type IdentityState struct {
	PrincipalId string `json:"principal_id"`
	TenantId    string `json:"tenant_id"`
	Type        string `json:"type"`
}

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 azurerm_datadog_monitor.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (adm *Resource) Attributes() azurermDatadogMonitorAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (adm *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

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

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

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

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

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

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

func (*Resource) LifecycleManagement

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

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (adm *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (adm *Resource) State() (*azurermDatadogMonitorState, bool)

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

func (*Resource) StateMust

func (adm *Resource) StateMust() *azurermDatadogMonitorState

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

func (*Resource) Type

func (adm *Resource) Type() string

Type returns the Terraform object type for Resource.

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

type User

type User struct {
	// Email: string, required
	Email terra.StringValue `hcl:"email,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// PhoneNumber: string, optional
	PhoneNumber terra.StringValue `hcl:"phone_number,attr"`
}

type UserAttributes

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

func (UserAttributes) Email

func (u UserAttributes) Email() terra.StringValue

func (UserAttributes) InternalRef

func (u UserAttributes) InternalRef() (terra.Reference, error)

func (UserAttributes) InternalTokens

func (u UserAttributes) InternalTokens() (hclwrite.Tokens, error)

func (UserAttributes) InternalWithRef

func (u UserAttributes) InternalWithRef(ref terra.Reference) UserAttributes

func (UserAttributes) Name

func (u UserAttributes) Name() terra.StringValue

func (UserAttributes) PhoneNumber

func (u UserAttributes) PhoneNumber() terra.StringValue

type UserState

type UserState struct {
	Email       string `json:"email"`
	Name        string `json:"name"`
	PhoneNumber string `json:"phone_number"`
}

Jump to

Keyboard shortcuts

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