Documentation ¶
Index ¶
- type Args
- type DatadogOrganization
- type DatadogOrganizationAttributes
- func (do DatadogOrganizationAttributes) ApiKey() terra.StringValue
- func (do DatadogOrganizationAttributes) ApplicationKey() terra.StringValue
- func (do DatadogOrganizationAttributes) EnterpriseAppId() terra.StringValue
- func (do DatadogOrganizationAttributes) Id() terra.StringValue
- func (do DatadogOrganizationAttributes) InternalRef() (terra.Reference, error)
- func (do DatadogOrganizationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (do DatadogOrganizationAttributes) InternalWithRef(ref terra.Reference) DatadogOrganizationAttributes
- func (do DatadogOrganizationAttributes) LinkingAuthCode() terra.StringValue
- func (do DatadogOrganizationAttributes) LinkingClientId() terra.StringValue
- func (do DatadogOrganizationAttributes) Name() terra.StringValue
- func (do DatadogOrganizationAttributes) RedirectUri() terra.StringValue
- type DatadogOrganizationState
- type Identity
- type IdentityAttributes
- func (i IdentityAttributes) InternalRef() (terra.Reference, error)
- func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
- func (i IdentityAttributes) PrincipalId() terra.StringValue
- func (i IdentityAttributes) TenantId() terra.StringValue
- func (i IdentityAttributes) Type() terra.StringValue
- type IdentityState
- type Resource
- func (adm *Resource) Attributes() azurermDatadogMonitorAttributes
- func (adm *Resource) Configuration() interface{}
- func (adm *Resource) DependOn() terra.Reference
- func (adm *Resource) Dependencies() terra.Dependencies
- func (adm *Resource) ImportState(state io.Reader) error
- func (adm *Resource) LifecycleManagement() *terra.Lifecycle
- func (adm *Resource) LocalName() string
- func (adm *Resource) State() (*azurermDatadogMonitorState, bool)
- func (adm *Resource) StateMust() *azurermDatadogMonitorState
- func (adm *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- type User
- type UserAttributes
- func (u UserAttributes) Email() terra.StringValue
- func (u UserAttributes) InternalRef() (terra.Reference, error)
- func (u UserAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (u UserAttributes) InternalWithRef(ref terra.Reference) UserAttributes
- func (u UserAttributes) Name() terra.StringValue
- func (u UserAttributes) PhoneNumber() terra.StringValue
- type UserState
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 (do DatadogOrganizationAttributes) ApiKey() terra.StringValue
func (DatadogOrganizationAttributes) ApplicationKey ¶
func (do DatadogOrganizationAttributes) ApplicationKey() terra.StringValue
func (DatadogOrganizationAttributes) EnterpriseAppId ¶
func (do DatadogOrganizationAttributes) EnterpriseAppId() terra.StringValue
func (DatadogOrganizationAttributes) Id ¶
func (do DatadogOrganizationAttributes) Id() terra.StringValue
func (DatadogOrganizationAttributes) InternalRef ¶
func (do DatadogOrganizationAttributes) InternalRef() (terra.Reference, error)
func (DatadogOrganizationAttributes) InternalTokens ¶
func (do DatadogOrganizationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DatadogOrganizationAttributes) InternalWithRef ¶
func (do DatadogOrganizationAttributes) InternalWithRef(ref terra.Reference) DatadogOrganizationAttributes
func (DatadogOrganizationAttributes) LinkingAuthCode ¶
func (do DatadogOrganizationAttributes) LinkingAuthCode() terra.StringValue
func (DatadogOrganizationAttributes) LinkingClientId ¶
func (do DatadogOrganizationAttributes) LinkingClientId() terra.StringValue
func (DatadogOrganizationAttributes) Name ¶
func (do DatadogOrganizationAttributes) Name() terra.StringValue
func (DatadogOrganizationAttributes) RedirectUri ¶
func (do DatadogOrganizationAttributes) RedirectUri() terra.StringValue
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 ¶
func (i IdentityAttributes) Type() terra.StringValue
type IdentityState ¶
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 (*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) Dependencies ¶
func (adm *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.
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 (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
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
Click to show internal directories.
Click to hide internal directories.