azurerm_iothub_dps

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 {
	// AllocationPolicy: string, optional
	AllocationPolicy terra.StringValue `hcl:"allocation_policy,attr"`
	// DataResidencyEnabled: bool, optional
	DataResidencyEnabled terra.BoolValue `hcl:"data_residency_enabled,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// PublicNetworkAccessEnabled: bool, optional
	PublicNetworkAccessEnabled terra.BoolValue `hcl:"public_network_access_enabled,attr"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// IpFilterRule: min=0
	IpFilterRule []IpFilterRule `hcl:"ip_filter_rule,block" validate:"min=0"`
	// LinkedHub: min=0
	LinkedHub []LinkedHub `hcl:"linked_hub,block" validate:"min=0"`
	// Sku: required
	Sku *Sku `hcl:"sku,block" validate:"required"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for azurerm_iothub_dps.

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,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"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_iothub_dps.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_iothub_dps.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (aid *DataSource) Attributes() dataAzurermIothubDpsAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (aid *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (aid *DataSource) LocalName() string

LocalName returns the local name for DataSource.

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"`
}

type IpFilterRule

type IpFilterRule struct {
	// Action: string, required
	Action terra.StringValue `hcl:"action,attr" validate:"required"`
	// IpMask: string, required
	IpMask terra.StringValue `hcl:"ip_mask,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Target: string, optional
	Target terra.StringValue `hcl:"target,attr"`
}

type IpFilterRuleAttributes

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

func (IpFilterRuleAttributes) Action

func (IpFilterRuleAttributes) InternalRef

func (ifr IpFilterRuleAttributes) InternalRef() (terra.Reference, error)

func (IpFilterRuleAttributes) InternalTokens

func (ifr IpFilterRuleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IpFilterRuleAttributes) InternalWithRef

func (IpFilterRuleAttributes) IpMask

func (IpFilterRuleAttributes) Name

func (IpFilterRuleAttributes) Target

type IpFilterRuleState

type IpFilterRuleState struct {
	Action string `json:"action"`
	IpMask string `json:"ip_mask"`
	Name   string `json:"name"`
	Target string `json:"target"`
}

type LinkedHub

type LinkedHub struct {
	// AllocationWeight: number, optional
	AllocationWeight terra.NumberValue `hcl:"allocation_weight,attr"`
	// ApplyAllocationPolicy: bool, optional
	ApplyAllocationPolicy terra.BoolValue `hcl:"apply_allocation_policy,attr"`
	// ConnectionString: string, required
	ConnectionString terra.StringValue `hcl:"connection_string,attr" validate:"required"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
}

type LinkedHubAttributes

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

func (LinkedHubAttributes) AllocationWeight

func (lh LinkedHubAttributes) AllocationWeight() terra.NumberValue

func (LinkedHubAttributes) ApplyAllocationPolicy

func (lh LinkedHubAttributes) ApplyAllocationPolicy() terra.BoolValue

func (LinkedHubAttributes) ConnectionString

func (lh LinkedHubAttributes) ConnectionString() terra.StringValue

func (LinkedHubAttributes) Hostname

func (lh LinkedHubAttributes) Hostname() terra.StringValue

func (LinkedHubAttributes) InternalRef

func (lh LinkedHubAttributes) InternalRef() (terra.Reference, error)

func (LinkedHubAttributes) InternalTokens

func (lh LinkedHubAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LinkedHubAttributes) InternalWithRef

func (lh LinkedHubAttributes) InternalWithRef(ref terra.Reference) LinkedHubAttributes

func (LinkedHubAttributes) Location

func (lh LinkedHubAttributes) Location() terra.StringValue

type LinkedHubState

type LinkedHubState struct {
	AllocationWeight      float64 `json:"allocation_weight"`
	ApplyAllocationPolicy bool    `json:"apply_allocation_policy"`
	ConnectionString      string  `json:"connection_string"`
	Hostname              string  `json:"hostname"`
	Location              string  `json:"location"`
}

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

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (aid *Resource) Attributes() azurermIothubDpsAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

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

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

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

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

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

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

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

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

func (*Resource) LifecycleManagement

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

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (aid *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (aid *Resource) State() (*azurermIothubDpsState, bool)

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

func (*Resource) StateMust

func (aid *Resource) StateMust() *azurermIothubDpsState

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

func (*Resource) Type

func (aid *Resource) Type() string

Type returns the Terraform object type for Resource.

type Sku

type Sku struct {
	// Capacity: number, required
	Capacity terra.NumberValue `hcl:"capacity,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type SkuAttributes

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

func (SkuAttributes) Capacity

func (s SkuAttributes) Capacity() terra.NumberValue

func (SkuAttributes) InternalRef

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

func (SkuAttributes) InternalTokens

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

func (SkuAttributes) InternalWithRef

func (s SkuAttributes) InternalWithRef(ref terra.Reference) SkuAttributes

func (SkuAttributes) Name

func (s SkuAttributes) Name() terra.StringValue

type SkuState

type SkuState struct {
	Capacity float64 `json:"capacity"`
	Name     string  `json:"name"`
}

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"`
}

Jump to

Keyboard shortcuts

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