azurerm_automation_variables

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataArgs

type DataArgs struct {
	// AutomationAccountId: string, required
	AutomationAccountId terra.StringValue `hcl:"automation_account_id,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_automation_variables.

type DataBoolAttributes

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

func (DataBoolAttributes) Description

func (b DataBoolAttributes) Description() terra.StringValue

func (DataBoolAttributes) Encrypted

func (b DataBoolAttributes) Encrypted() terra.BoolValue

func (DataBoolAttributes) Id

func (DataBoolAttributes) InternalRef

func (b DataBoolAttributes) InternalRef() (terra.Reference, error)

func (DataBoolAttributes) InternalTokens

func (b DataBoolAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataBoolAttributes) InternalWithRef

func (b DataBoolAttributes) InternalWithRef(ref terra.Reference) DataBoolAttributes

func (DataBoolAttributes) Name

func (DataBoolAttributes) Value

type DataBoolState

type DataBoolState struct {
	Description string `json:"description"`
	Encrypted   bool   `json:"encrypted"`
	Id          string `json:"id"`
	Name        string `json:"name"`
	Value       bool   `json:"value"`
}

type DataDatetimeAttributes

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

func (DataDatetimeAttributes) Description

func (d DataDatetimeAttributes) Description() terra.StringValue

func (DataDatetimeAttributes) Encrypted

func (d DataDatetimeAttributes) Encrypted() terra.BoolValue

func (DataDatetimeAttributes) Id

func (DataDatetimeAttributes) InternalRef

func (d DataDatetimeAttributes) InternalRef() (terra.Reference, error)

func (DataDatetimeAttributes) InternalTokens

func (d DataDatetimeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataDatetimeAttributes) InternalWithRef

func (DataDatetimeAttributes) Name

func (DataDatetimeAttributes) Value

type DataDatetimeState

type DataDatetimeState struct {
	Description string `json:"description"`
	Encrypted   bool   `json:"encrypted"`
	Id          string `json:"id"`
	Name        string `json:"name"`
	Value       string `json:"value"`
}

type DataEncryptedAttributes

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

func (DataEncryptedAttributes) Description

func (e DataEncryptedAttributes) Description() terra.StringValue

func (DataEncryptedAttributes) Encrypted

func (e DataEncryptedAttributes) Encrypted() terra.BoolValue

func (DataEncryptedAttributes) Id

func (DataEncryptedAttributes) InternalRef

func (e DataEncryptedAttributes) InternalRef() (terra.Reference, error)

func (DataEncryptedAttributes) InternalTokens

func (e DataEncryptedAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataEncryptedAttributes) InternalWithRef

func (DataEncryptedAttributes) Name

func (DataEncryptedAttributes) Value

type DataEncryptedState

type DataEncryptedState struct {
	Description string `json:"description"`
	Encrypted   bool   `json:"encrypted"`
	Id          string `json:"id"`
	Name        string `json:"name"`
	Value       string `json:"value"`
}

type DataIntAttributes

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

func (DataIntAttributes) Description

func (i DataIntAttributes) Description() terra.StringValue

func (DataIntAttributes) Encrypted

func (i DataIntAttributes) Encrypted() terra.BoolValue

func (DataIntAttributes) Id

func (DataIntAttributes) InternalRef

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

func (DataIntAttributes) InternalTokens

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

func (DataIntAttributes) InternalWithRef

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

func (DataIntAttributes) Name

func (DataIntAttributes) Value

type DataIntState

type DataIntState struct {
	Description string  `json:"description"`
	Encrypted   bool    `json:"encrypted"`
	Id          string  `json:"id"`
	Name        string  `json:"name"`
	Value       float64 `json:"value"`
}

type DataNullAttributes

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

func (DataNullAttributes) Description

func (n DataNullAttributes) Description() terra.StringValue

func (DataNullAttributes) Encrypted

func (n DataNullAttributes) Encrypted() terra.BoolValue

func (DataNullAttributes) Id

func (DataNullAttributes) InternalRef

func (n DataNullAttributes) InternalRef() (terra.Reference, error)

func (DataNullAttributes) InternalTokens

func (n DataNullAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataNullAttributes) InternalWithRef

func (n DataNullAttributes) InternalWithRef(ref terra.Reference) DataNullAttributes

func (DataNullAttributes) Name

func (DataNullAttributes) Value

type DataNullState

type DataNullState struct {
	Description string `json:"description"`
	Encrypted   bool   `json:"encrypted"`
	Id          string `json:"id"`
	Name        string `json:"name"`
	Value       string `json:"value"`
}

type DataObjectAttributes

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

func (DataObjectAttributes) Description

func (o DataObjectAttributes) Description() terra.StringValue

func (DataObjectAttributes) Encrypted

func (o DataObjectAttributes) Encrypted() terra.BoolValue

func (DataObjectAttributes) Id

func (DataObjectAttributes) InternalRef

func (o DataObjectAttributes) InternalRef() (terra.Reference, error)

func (DataObjectAttributes) InternalTokens

func (o DataObjectAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataObjectAttributes) InternalWithRef

func (DataObjectAttributes) Name

func (DataObjectAttributes) Value

type DataObjectState

type DataObjectState struct {
	Description string `json:"description"`
	Encrypted   bool   `json:"encrypted"`
	Id          string `json:"id"`
	Name        string `json:"name"`
	Value       string `json:"value"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_automation_variables.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (aav *DataSource) Attributes() dataAzurermAutomationVariablesAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (aav *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (aav *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (aav *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataStringAttributes

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

func (DataStringAttributes) Description

func (s DataStringAttributes) Description() terra.StringValue

func (DataStringAttributes) Encrypted

func (s DataStringAttributes) Encrypted() terra.BoolValue

func (DataStringAttributes) Id

func (DataStringAttributes) InternalRef

func (s DataStringAttributes) InternalRef() (terra.Reference, error)

func (DataStringAttributes) InternalTokens

func (s DataStringAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataStringAttributes) InternalWithRef

func (DataStringAttributes) Name

func (DataStringAttributes) Value

type DataStringState

type DataStringState struct {
	Description string `json:"description"`
	Encrypted   bool   `json:"encrypted"`
	Id          string `json:"id"`
	Name        string `json:"name"`
	Value       string `json:"value"`
}

type DataTimeouts

type DataTimeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type DataTimeoutsAttributes

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

func (DataTimeoutsAttributes) InternalRef

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

func (DataTimeoutsAttributes) InternalTokens

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

func (DataTimeoutsAttributes) InternalWithRef

func (DataTimeoutsAttributes) Read

type DataTimeoutsState

type DataTimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

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