Documentation ¶
Index ¶
- func LogicAppWorkflow_IsConstruct(x interface{}) *bool
- func LogicAppWorkflow_IsTerraformElement(x interface{}) *bool
- func LogicAppWorkflow_IsTerraformResource(x interface{}) *bool
- func LogicAppWorkflow_TfResourceType() *string
- func NewLogicAppWorkflowAccessControlActionOutputReference_Override(l LogicAppWorkflowAccessControlActionOutputReference, ...)
- func NewLogicAppWorkflowAccessControlContentOutputReference_Override(l LogicAppWorkflowAccessControlContentOutputReference, ...)
- func NewLogicAppWorkflowAccessControlOutputReference_Override(l LogicAppWorkflowAccessControlOutputReference, ...)
- func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList_Override(l LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList, ...)
- func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference_Override(...)
- func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList_Override(l LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList, ...)
- func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference_Override(l LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference, ...)
- func NewLogicAppWorkflowAccessControlTriggerOutputReference_Override(l LogicAppWorkflowAccessControlTriggerOutputReference, ...)
- func NewLogicAppWorkflowAccessControlWorkflowManagementOutputReference_Override(l LogicAppWorkflowAccessControlWorkflowManagementOutputReference, ...)
- func NewLogicAppWorkflowIdentityOutputReference_Override(l LogicAppWorkflowIdentityOutputReference, ...)
- func NewLogicAppWorkflowTimeoutsOutputReference_Override(l LogicAppWorkflowTimeoutsOutputReference, ...)
- func NewLogicAppWorkflow_Override(l LogicAppWorkflow, scope constructs.Construct, id *string, ...)
- type LogicAppWorkflow
- type LogicAppWorkflowAccessControl
- type LogicAppWorkflowAccessControlAction
- type LogicAppWorkflowAccessControlActionOutputReference
- type LogicAppWorkflowAccessControlContent
- type LogicAppWorkflowAccessControlContentOutputReference
- type LogicAppWorkflowAccessControlOutputReference
- type LogicAppWorkflowAccessControlTrigger
- type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicy
- type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaim
- type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList
- type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference
- type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList
- type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference
- type LogicAppWorkflowAccessControlTriggerOutputReference
- type LogicAppWorkflowAccessControlWorkflowManagement
- type LogicAppWorkflowAccessControlWorkflowManagementOutputReference
- type LogicAppWorkflowConfig
- type LogicAppWorkflowIdentity
- type LogicAppWorkflowIdentityOutputReference
- type LogicAppWorkflowTimeouts
- type LogicAppWorkflowTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogicAppWorkflow_IsConstruct ¶
func LogicAppWorkflow_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func LogicAppWorkflow_IsTerraformElement ¶
func LogicAppWorkflow_IsTerraformElement(x interface{}) *bool
Experimental.
func LogicAppWorkflow_IsTerraformResource ¶
func LogicAppWorkflow_IsTerraformResource(x interface{}) *bool
Experimental.
func LogicAppWorkflow_TfResourceType ¶
func LogicAppWorkflow_TfResourceType() *string
func NewLogicAppWorkflowAccessControlActionOutputReference_Override ¶
func NewLogicAppWorkflowAccessControlActionOutputReference_Override(l LogicAppWorkflowAccessControlActionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLogicAppWorkflowAccessControlContentOutputReference_Override ¶
func NewLogicAppWorkflowAccessControlContentOutputReference_Override(l LogicAppWorkflowAccessControlContentOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLogicAppWorkflowAccessControlOutputReference_Override ¶
func NewLogicAppWorkflowAccessControlOutputReference_Override(l LogicAppWorkflowAccessControlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList_Override ¶
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList_Override(l LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference_Override ¶
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference_Override(l LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList_Override ¶
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList_Override(l LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference_Override ¶
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference_Override(l LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewLogicAppWorkflowAccessControlTriggerOutputReference_Override ¶
func NewLogicAppWorkflowAccessControlTriggerOutputReference_Override(l LogicAppWorkflowAccessControlTriggerOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLogicAppWorkflowAccessControlWorkflowManagementOutputReference_Override ¶
func NewLogicAppWorkflowAccessControlWorkflowManagementOutputReference_Override(l LogicAppWorkflowAccessControlWorkflowManagementOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLogicAppWorkflowIdentityOutputReference_Override ¶
func NewLogicAppWorkflowIdentityOutputReference_Override(l LogicAppWorkflowIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLogicAppWorkflowTimeoutsOutputReference_Override ¶
func NewLogicAppWorkflowTimeoutsOutputReference_Override(l LogicAppWorkflowTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLogicAppWorkflow_Override ¶
func NewLogicAppWorkflow_Override(l LogicAppWorkflow, scope constructs.Construct, id *string, config *LogicAppWorkflowConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow azurerm_logic_app_workflow} Resource.
Types ¶
type LogicAppWorkflow ¶
type LogicAppWorkflow interface { cdktf.TerraformResource AccessControl() LogicAppWorkflowAccessControlOutputReference AccessControlInput() *LogicAppWorkflowAccessControl AccessEndpoint() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) ConnectorEndpointIpAddresses() *[]*string ConnectorOutboundIpAddresses() *[]*string // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) Identity() LogicAppWorkflowIdentityOutputReference IdentityInput() *LogicAppWorkflowIdentity IdInput() *string IntegrationServiceEnvironmentId() *string SetIntegrationServiceEnvironmentId(val *string) IntegrationServiceEnvironmentIdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string LogicAppIntegrationAccountId() *string SetLogicAppIntegrationAccountId(val *string) LogicAppIntegrationAccountIdInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() LogicAppWorkflowTimeoutsOutputReference TimeoutsInput() interface{} WorkflowEndpointIpAddresses() *[]*string WorkflowOutboundIpAddresses() *[]*string WorkflowParameters() *map[string]*string SetWorkflowParameters(val *map[string]*string) WorkflowParametersInput() *map[string]*string WorkflowSchema() *string SetWorkflowSchema(val *string) WorkflowSchemaInput() *string WorkflowVersion() *string SetWorkflowVersion(val *string) WorkflowVersionInput() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAccessControl(value *LogicAppWorkflowAccessControl) PutIdentity(value *LogicAppWorkflowIdentity) PutTimeouts(value *LogicAppWorkflowTimeouts) ResetAccessControl() ResetEnabled() ResetId() ResetIdentity() ResetIntegrationServiceEnvironmentId() ResetLogicAppIntegrationAccountId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetParameters() ResetTags() ResetTimeouts() ResetWorkflowParameters() ResetWorkflowSchema() ResetWorkflowVersion() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow azurerm_logic_app_workflow}.
func NewLogicAppWorkflow ¶
func NewLogicAppWorkflow(scope constructs.Construct, id *string, config *LogicAppWorkflowConfig) LogicAppWorkflow
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow azurerm_logic_app_workflow} Resource.
type LogicAppWorkflowAccessControl ¶
type LogicAppWorkflowAccessControl struct { // action block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#action LogicAppWorkflow#action} Action *LogicAppWorkflowAccessControlAction `field:"optional" json:"action" yaml:"action"` // content block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#content LogicAppWorkflow#content} Content *LogicAppWorkflowAccessControlContent `field:"optional" json:"content" yaml:"content"` // trigger block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#trigger LogicAppWorkflow#trigger} Trigger *LogicAppWorkflowAccessControlTrigger `field:"optional" json:"trigger" yaml:"trigger"` // workflow_management block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#workflow_management LogicAppWorkflow#workflow_management} WorkflowManagement *LogicAppWorkflowAccessControlWorkflowManagement `field:"optional" json:"workflowManagement" yaml:"workflowManagement"` }
type LogicAppWorkflowAccessControlAction ¶
type LogicAppWorkflowAccessControlAction struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#allowed_caller_ip_address_range LogicAppWorkflow#allowed_caller_ip_address_range}. AllowedCallerIpAddressRange *[]*string `field:"required" json:"allowedCallerIpAddressRange" yaml:"allowedCallerIpAddressRange"` }
type LogicAppWorkflowAccessControlActionOutputReference ¶
type LogicAppWorkflowAccessControlActionOutputReference interface { cdktf.ComplexObject AllowedCallerIpAddressRange() *[]*string SetAllowedCallerIpAddressRange(val *[]*string) AllowedCallerIpAddressRangeInput() *[]*string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *LogicAppWorkflowAccessControlAction SetInternalValue(val *LogicAppWorkflowAccessControlAction) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowAccessControlActionOutputReference ¶
func NewLogicAppWorkflowAccessControlActionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LogicAppWorkflowAccessControlActionOutputReference
type LogicAppWorkflowAccessControlContent ¶
type LogicAppWorkflowAccessControlContent struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#allowed_caller_ip_address_range LogicAppWorkflow#allowed_caller_ip_address_range}. AllowedCallerIpAddressRange *[]*string `field:"required" json:"allowedCallerIpAddressRange" yaml:"allowedCallerIpAddressRange"` }
type LogicAppWorkflowAccessControlContentOutputReference ¶
type LogicAppWorkflowAccessControlContentOutputReference interface { cdktf.ComplexObject AllowedCallerIpAddressRange() *[]*string SetAllowedCallerIpAddressRange(val *[]*string) AllowedCallerIpAddressRangeInput() *[]*string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *LogicAppWorkflowAccessControlContent SetInternalValue(val *LogicAppWorkflowAccessControlContent) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowAccessControlContentOutputReference ¶
func NewLogicAppWorkflowAccessControlContentOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LogicAppWorkflowAccessControlContentOutputReference
type LogicAppWorkflowAccessControlOutputReference ¶
type LogicAppWorkflowAccessControlOutputReference interface { cdktf.ComplexObject Action() LogicAppWorkflowAccessControlActionOutputReference ActionInput() *LogicAppWorkflowAccessControlAction // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Content() LogicAppWorkflowAccessControlContentOutputReference ContentInput() *LogicAppWorkflowAccessControlContent // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *LogicAppWorkflowAccessControl SetInternalValue(val *LogicAppWorkflowAccessControl) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Trigger() LogicAppWorkflowAccessControlTriggerOutputReference TriggerInput() *LogicAppWorkflowAccessControlTrigger WorkflowManagement() LogicAppWorkflowAccessControlWorkflowManagementOutputReference WorkflowManagementInput() *LogicAppWorkflowAccessControlWorkflowManagement // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAction(value *LogicAppWorkflowAccessControlAction) PutContent(value *LogicAppWorkflowAccessControlContent) PutTrigger(value *LogicAppWorkflowAccessControlTrigger) PutWorkflowManagement(value *LogicAppWorkflowAccessControlWorkflowManagement) ResetAction() ResetContent() ResetTrigger() ResetWorkflowManagement() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowAccessControlOutputReference ¶
func NewLogicAppWorkflowAccessControlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LogicAppWorkflowAccessControlOutputReference
type LogicAppWorkflowAccessControlTrigger ¶
type LogicAppWorkflowAccessControlTrigger struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#allowed_caller_ip_address_range LogicAppWorkflow#allowed_caller_ip_address_range}. AllowedCallerIpAddressRange *[]*string `field:"required" json:"allowedCallerIpAddressRange" yaml:"allowedCallerIpAddressRange"` // open_authentication_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#open_authentication_policy LogicAppWorkflow#open_authentication_policy} OpenAuthenticationPolicy interface{} `field:"optional" json:"openAuthenticationPolicy" yaml:"openAuthenticationPolicy"` }
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicy ¶
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicy struct { // claim block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#claim LogicAppWorkflow#claim} Claim interface{} `field:"required" json:"claim" yaml:"claim"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#name LogicAppWorkflow#name}. Name *string `field:"required" json:"name" yaml:"name"` }
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaim ¶
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaim struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#name LogicAppWorkflow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#value LogicAppWorkflow#value}. Value *string `field:"required" json:"value" yaml:"value"` }
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList ¶
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList ¶
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference ¶
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *string SetValue(val *string) ValueInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference ¶
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList ¶
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList ¶
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference ¶
type LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference interface { cdktf.ComplexObject Claim() LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList ClaimInput() interface{} // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutClaim(value interface{}) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference ¶
func NewLogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference
type LogicAppWorkflowAccessControlTriggerOutputReference ¶
type LogicAppWorkflowAccessControlTriggerOutputReference interface { cdktf.ComplexObject AllowedCallerIpAddressRange() *[]*string SetAllowedCallerIpAddressRange(val *[]*string) AllowedCallerIpAddressRangeInput() *[]*string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *LogicAppWorkflowAccessControlTrigger SetInternalValue(val *LogicAppWorkflowAccessControlTrigger) OpenAuthenticationPolicy() LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList OpenAuthenticationPolicyInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutOpenAuthenticationPolicy(value interface{}) ResetOpenAuthenticationPolicy() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowAccessControlTriggerOutputReference ¶
func NewLogicAppWorkflowAccessControlTriggerOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LogicAppWorkflowAccessControlTriggerOutputReference
type LogicAppWorkflowAccessControlWorkflowManagement ¶
type LogicAppWorkflowAccessControlWorkflowManagement struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#allowed_caller_ip_address_range LogicAppWorkflow#allowed_caller_ip_address_range}. AllowedCallerIpAddressRange *[]*string `field:"required" json:"allowedCallerIpAddressRange" yaml:"allowedCallerIpAddressRange"` }
type LogicAppWorkflowAccessControlWorkflowManagementOutputReference ¶
type LogicAppWorkflowAccessControlWorkflowManagementOutputReference interface { cdktf.ComplexObject AllowedCallerIpAddressRange() *[]*string SetAllowedCallerIpAddressRange(val *[]*string) AllowedCallerIpAddressRangeInput() *[]*string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *LogicAppWorkflowAccessControlWorkflowManagement SetInternalValue(val *LogicAppWorkflowAccessControlWorkflowManagement) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowAccessControlWorkflowManagementOutputReference ¶
func NewLogicAppWorkflowAccessControlWorkflowManagementOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LogicAppWorkflowAccessControlWorkflowManagementOutputReference
type LogicAppWorkflowConfig ¶
type LogicAppWorkflowConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#location LogicAppWorkflow#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#name LogicAppWorkflow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#resource_group_name LogicAppWorkflow#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // access_control block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#access_control LogicAppWorkflow#access_control} AccessControl *LogicAppWorkflowAccessControl `field:"optional" json:"accessControl" yaml:"accessControl"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#enabled LogicAppWorkflow#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#id LogicAppWorkflow#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // identity block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#identity LogicAppWorkflow#identity} Identity *LogicAppWorkflowIdentity `field:"optional" json:"identity" yaml:"identity"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#integration_service_environment_id LogicAppWorkflow#integration_service_environment_id}. IntegrationServiceEnvironmentId *string `field:"optional" json:"integrationServiceEnvironmentId" yaml:"integrationServiceEnvironmentId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#logic_app_integration_account_id LogicAppWorkflow#logic_app_integration_account_id}. LogicAppIntegrationAccountId *string `field:"optional" json:"logicAppIntegrationAccountId" yaml:"logicAppIntegrationAccountId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#parameters LogicAppWorkflow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#tags LogicAppWorkflow#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#timeouts LogicAppWorkflow#timeouts} Timeouts *LogicAppWorkflowTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#workflow_parameters LogicAppWorkflow#workflow_parameters}. WorkflowParameters *map[string]*string `field:"optional" json:"workflowParameters" yaml:"workflowParameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#workflow_schema LogicAppWorkflow#workflow_schema}. WorkflowSchema *string `field:"optional" json:"workflowSchema" yaml:"workflowSchema"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#workflow_version LogicAppWorkflow#workflow_version}. WorkflowVersion *string `field:"optional" json:"workflowVersion" yaml:"workflowVersion"` }
type LogicAppWorkflowIdentity ¶
type LogicAppWorkflowIdentity struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#type LogicAppWorkflow#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#identity_ids LogicAppWorkflow#identity_ids}. IdentityIds *[]*string `field:"optional" json:"identityIds" yaml:"identityIds"` }
type LogicAppWorkflowIdentityOutputReference ¶
type LogicAppWorkflowIdentityOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string IdentityIds() *[]*string SetIdentityIds(val *[]*string) IdentityIdsInput() *[]*string InternalValue() *LogicAppWorkflowIdentity SetInternalValue(val *LogicAppWorkflowIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetIdentityIds() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowIdentityOutputReference ¶
func NewLogicAppWorkflowIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LogicAppWorkflowIdentityOutputReference
type LogicAppWorkflowTimeouts ¶
type LogicAppWorkflowTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#create LogicAppWorkflow#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#delete LogicAppWorkflow#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#read LogicAppWorkflow#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/logic_app_workflow#update LogicAppWorkflow#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type LogicAppWorkflowTimeoutsOutputReference ¶
type LogicAppWorkflowTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewLogicAppWorkflowTimeoutsOutputReference ¶
func NewLogicAppWorkflowTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LogicAppWorkflowTimeoutsOutputReference
Source Files ¶
- LogicAppWorkflow.go
- LogicAppWorkflowAccessControl.go
- LogicAppWorkflowAccessControlAction.go
- LogicAppWorkflowAccessControlActionOutputReference.go
- LogicAppWorkflowAccessControlActionOutputReference__checks.go
- LogicAppWorkflowAccessControlContent.go
- LogicAppWorkflowAccessControlContentOutputReference.go
- LogicAppWorkflowAccessControlContentOutputReference__checks.go
- LogicAppWorkflowAccessControlOutputReference.go
- LogicAppWorkflowAccessControlOutputReference__checks.go
- LogicAppWorkflowAccessControlTrigger.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicy.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaim.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimList__checks.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyClaimOutputReference__checks.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyList__checks.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference.go
- LogicAppWorkflowAccessControlTriggerOpenAuthenticationPolicyOutputReference__checks.go
- LogicAppWorkflowAccessControlTriggerOutputReference.go
- LogicAppWorkflowAccessControlTriggerOutputReference__checks.go
- LogicAppWorkflowAccessControlWorkflowManagement.go
- LogicAppWorkflowAccessControlWorkflowManagementOutputReference.go
- LogicAppWorkflowAccessControlWorkflowManagementOutputReference__checks.go
- LogicAppWorkflowConfig.go
- LogicAppWorkflowIdentity.go
- LogicAppWorkflowIdentityOutputReference.go
- LogicAppWorkflowIdentityOutputReference__checks.go
- LogicAppWorkflowTimeouts.go
- LogicAppWorkflowTimeoutsOutputReference.go
- LogicAppWorkflowTimeoutsOutputReference__checks.go
- LogicAppWorkflow__checks.go
- main.go