azurerm_logic_app_workflow

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 AccessControl

type AccessControl struct {
	// AccessControlAction: optional
	Action *AccessControlAction `hcl:"action,block"`
	// AccessControlContent: optional
	Content *AccessControlContent `hcl:"content,block"`
	// AccessControlTrigger: optional
	Trigger *AccessControlTrigger `hcl:"trigger,block"`
	// AccessControlWorkflowManagement: optional
	WorkflowManagement *AccessControlWorkflowManagement `hcl:"workflow_management,block"`
}

type AccessControlAction

type AccessControlAction struct {
	// AllowedCallerIpAddressRange: set of string, required
	AllowedCallerIpAddressRange terra.SetValue[terra.StringValue] `hcl:"allowed_caller_ip_address_range,attr" validate:"required"`
}

type AccessControlActionAttributes

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

func (AccessControlActionAttributes) AllowedCallerIpAddressRange

func (a AccessControlActionAttributes) AllowedCallerIpAddressRange() terra.SetValue[terra.StringValue]

func (AccessControlActionAttributes) InternalRef

func (AccessControlActionAttributes) InternalTokens

func (a AccessControlActionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AccessControlActionAttributes) InternalWithRef

type AccessControlActionState

type AccessControlActionState struct {
	AllowedCallerIpAddressRange []string `json:"allowed_caller_ip_address_range"`
}

type AccessControlAttributes

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

func (AccessControlAttributes) Action

func (AccessControlAttributes) Content

func (AccessControlAttributes) InternalRef

func (ac AccessControlAttributes) InternalRef() (terra.Reference, error)

func (AccessControlAttributes) InternalTokens

func (ac AccessControlAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AccessControlAttributes) InternalWithRef

func (AccessControlAttributes) Trigger

func (AccessControlAttributes) WorkflowManagement

type AccessControlContent

type AccessControlContent struct {
	// AllowedCallerIpAddressRange: set of string, required
	AllowedCallerIpAddressRange terra.SetValue[terra.StringValue] `hcl:"allowed_caller_ip_address_range,attr" validate:"required"`
}

type AccessControlContentAttributes

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

func (AccessControlContentAttributes) AllowedCallerIpAddressRange

func (c AccessControlContentAttributes) AllowedCallerIpAddressRange() terra.SetValue[terra.StringValue]

func (AccessControlContentAttributes) InternalRef

func (AccessControlContentAttributes) InternalTokens

func (c AccessControlContentAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AccessControlContentAttributes) InternalWithRef

type AccessControlContentState

type AccessControlContentState struct {
	AllowedCallerIpAddressRange []string `json:"allowed_caller_ip_address_range"`
}

type AccessControlState

type AccessControlState struct {
	Action             []AccessControlActionState             `json:"action"`
	Content            []AccessControlContentState            `json:"content"`
	Trigger            []AccessControlTriggerState            `json:"trigger"`
	WorkflowManagement []AccessControlWorkflowManagementState `json:"workflow_management"`
}

type AccessControlTrigger

type AccessControlTrigger struct {
	// AllowedCallerIpAddressRange: set of string, required
	AllowedCallerIpAddressRange terra.SetValue[terra.StringValue] `hcl:"allowed_caller_ip_address_range,attr" validate:"required"`
	// AccessControlTriggerOpenAuthenticationPolicy: min=0
	OpenAuthenticationPolicy []AccessControlTriggerOpenAuthenticationPolicy `hcl:"open_authentication_policy,block" validate:"min=0"`
}

type AccessControlTriggerAttributes

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

func (AccessControlTriggerAttributes) AllowedCallerIpAddressRange

func (t AccessControlTriggerAttributes) AllowedCallerIpAddressRange() terra.SetValue[terra.StringValue]

func (AccessControlTriggerAttributes) InternalRef

func (AccessControlTriggerAttributes) InternalTokens

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

func (AccessControlTriggerAttributes) InternalWithRef

func (AccessControlTriggerAttributes) OpenAuthenticationPolicy

type AccessControlTriggerOpenAuthenticationPolicy

type AccessControlTriggerOpenAuthenticationPolicy struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// AccessControlTriggerOpenAuthenticationPolicyClaim: min=1
	Claim []AccessControlTriggerOpenAuthenticationPolicyClaim `hcl:"claim,block" validate:"min=1"`
}

type AccessControlTriggerOpenAuthenticationPolicyAttributes

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

func (AccessControlTriggerOpenAuthenticationPolicyAttributes) Claim

func (AccessControlTriggerOpenAuthenticationPolicyAttributes) InternalRef

func (AccessControlTriggerOpenAuthenticationPolicyAttributes) InternalTokens

func (AccessControlTriggerOpenAuthenticationPolicyAttributes) InternalWithRef

func (AccessControlTriggerOpenAuthenticationPolicyAttributes) Name

type AccessControlTriggerOpenAuthenticationPolicyClaim

type AccessControlTriggerOpenAuthenticationPolicyClaim struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Value: string, required
	Value terra.StringValue `hcl:"value,attr" validate:"required"`
}

type AccessControlTriggerOpenAuthenticationPolicyClaimAttributes

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

func (AccessControlTriggerOpenAuthenticationPolicyClaimAttributes) InternalRef

func (AccessControlTriggerOpenAuthenticationPolicyClaimAttributes) InternalTokens

func (AccessControlTriggerOpenAuthenticationPolicyClaimAttributes) InternalWithRef

func (AccessControlTriggerOpenAuthenticationPolicyClaimAttributes) Name

func (AccessControlTriggerOpenAuthenticationPolicyClaimAttributes) Value

type AccessControlTriggerOpenAuthenticationPolicyClaimState

type AccessControlTriggerOpenAuthenticationPolicyClaimState struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

type AccessControlTriggerOpenAuthenticationPolicyState

type AccessControlTriggerOpenAuthenticationPolicyState struct {
	Name  string                                                   `json:"name"`
	Claim []AccessControlTriggerOpenAuthenticationPolicyClaimState `json:"claim"`
}

type AccessControlTriggerState

type AccessControlTriggerState struct {
	AllowedCallerIpAddressRange []string                                            `json:"allowed_caller_ip_address_range"`
	OpenAuthenticationPolicy    []AccessControlTriggerOpenAuthenticationPolicyState `json:"open_authentication_policy"`
}

type AccessControlWorkflowManagement

type AccessControlWorkflowManagement struct {
	// AllowedCallerIpAddressRange: set of string, required
	AllowedCallerIpAddressRange terra.SetValue[terra.StringValue] `hcl:"allowed_caller_ip_address_range,attr" validate:"required"`
}

type AccessControlWorkflowManagementAttributes

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

func (AccessControlWorkflowManagementAttributes) AllowedCallerIpAddressRange

func (wm AccessControlWorkflowManagementAttributes) AllowedCallerIpAddressRange() terra.SetValue[terra.StringValue]

func (AccessControlWorkflowManagementAttributes) InternalRef

func (AccessControlWorkflowManagementAttributes) InternalTokens

func (AccessControlWorkflowManagementAttributes) InternalWithRef

type AccessControlWorkflowManagementState

type AccessControlWorkflowManagementState struct {
	AllowedCallerIpAddressRange []string `json:"allowed_caller_ip_address_range"`
}

type Args

type Args struct {
	// Enabled: bool, optional
	Enabled terra.BoolValue `hcl:"enabled,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// IntegrationServiceEnvironmentId: string, optional
	IntegrationServiceEnvironmentId terra.StringValue `hcl:"integration_service_environment_id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// LogicAppIntegrationAccountId: string, optional
	LogicAppIntegrationAccountId terra.StringValue `hcl:"logic_app_integration_account_id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Parameters: map of string, optional
	Parameters terra.MapValue[terra.StringValue] `hcl:"parameters,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"`
	// WorkflowParameters: map of string, optional
	WorkflowParameters terra.MapValue[terra.StringValue] `hcl:"workflow_parameters,attr"`
	// WorkflowSchema: string, optional
	WorkflowSchema terra.StringValue `hcl:"workflow_schema,attr"`
	// WorkflowVersion: string, optional
	WorkflowVersion terra.StringValue `hcl:"workflow_version,attr"`
	// AccessControl: optional
	AccessControl *AccessControl `hcl:"access_control,block"`
	// Identity: optional
	Identity *Identity `hcl:"identity,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for azurerm_logic_app_workflow.

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"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_logic_app_workflow.

type DataIdentityAttributes

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

func (DataIdentityAttributes) IdentityIds

func (DataIdentityAttributes) InternalRef

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

func (DataIdentityAttributes) InternalTokens

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

func (DataIdentityAttributes) InternalWithRef

func (DataIdentityAttributes) PrincipalId

func (i DataIdentityAttributes) PrincipalId() terra.StringValue

func (DataIdentityAttributes) TenantId

func (DataIdentityAttributes) Type

type DataIdentityState

type DataIdentityState struct {
	IdentityIds []string `json:"identity_ids"`
	PrincipalId string   `json:"principal_id"`
	TenantId    string   `json:"tenant_id"`
	Type        string   `json:"type"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_logic_app_workflow.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (alaw *DataSource) Attributes() dataAzurermLogicAppWorkflowAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (alaw *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (alaw *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 Identity

type Identity struct {
	// IdentityIds: set of string, optional
	IdentityIds terra.SetValue[terra.StringValue] `hcl:"identity_ids,attr"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type IdentityAttributes

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

func (IdentityAttributes) IdentityIds

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 {
	IdentityIds []string `json:"identity_ids"`
	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_logic_app_workflow.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (alaw *Resource) Attributes() azurermLogicAppWorkflowAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

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

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

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

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

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

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

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

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

func (*Resource) LifecycleManagement

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

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (alaw *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (alaw *Resource) State() (*azurermLogicAppWorkflowState, bool)

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

func (*Resource) StateMust

func (alaw *Resource) StateMust() *azurermLogicAppWorkflowState

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

func (*Resource) Type

func (alaw *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"`
}

Jump to

Keyboard shortcuts

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