Documentation ¶
Index ¶
- func NewWorkflowDestinationList_Override(w WorkflowDestinationList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewWorkflowDestinationOutputReference_Override(w WorkflowDestinationOutputReference, ...)
- func NewWorkflowEnrichmentsNrqlConfigurationList_Override(w WorkflowEnrichmentsNrqlConfigurationList, ...)
- func NewWorkflowEnrichmentsNrqlConfigurationOutputReference_Override(w WorkflowEnrichmentsNrqlConfigurationOutputReference, ...)
- func NewWorkflowEnrichmentsNrqlList_Override(w WorkflowEnrichmentsNrqlList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewWorkflowEnrichmentsNrqlOutputReference_Override(w WorkflowEnrichmentsNrqlOutputReference, ...)
- func NewWorkflowEnrichmentsOutputReference_Override(w WorkflowEnrichmentsOutputReference, ...)
- func NewWorkflowIssuesFilterOutputReference_Override(w WorkflowIssuesFilterOutputReference, ...)
- func NewWorkflowIssuesFilterPredicateList_Override(w WorkflowIssuesFilterPredicateList, ...)
- func NewWorkflowIssuesFilterPredicateOutputReference_Override(w WorkflowIssuesFilterPredicateOutputReference, ...)
- func NewWorkflow_Override(w Workflow, scope constructs.Construct, id *string, config *WorkflowConfig)
- func Workflow_IsConstruct(x interface{}) *bool
- func Workflow_IsTerraformElement(x interface{}) *bool
- func Workflow_IsTerraformResource(x interface{}) *bool
- func Workflow_TfResourceType() *string
- type Workflow
- type WorkflowConfig
- type WorkflowDestination
- type WorkflowDestinationList
- type WorkflowDestinationOutputReference
- type WorkflowEnrichments
- type WorkflowEnrichmentsNrql
- type WorkflowEnrichmentsNrqlConfiguration
- type WorkflowEnrichmentsNrqlConfigurationList
- type WorkflowEnrichmentsNrqlConfigurationOutputReference
- type WorkflowEnrichmentsNrqlList
- type WorkflowEnrichmentsNrqlOutputReference
- type WorkflowEnrichmentsOutputReference
- type WorkflowIssuesFilter
- type WorkflowIssuesFilterOutputReference
- type WorkflowIssuesFilterPredicate
- type WorkflowIssuesFilterPredicateList
- type WorkflowIssuesFilterPredicateOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWorkflowDestinationList_Override ¶
func NewWorkflowDestinationList_Override(w WorkflowDestinationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewWorkflowDestinationOutputReference_Override ¶
func NewWorkflowDestinationOutputReference_Override(w WorkflowDestinationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewWorkflowEnrichmentsNrqlConfigurationList_Override ¶
func NewWorkflowEnrichmentsNrqlConfigurationList_Override(w WorkflowEnrichmentsNrqlConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewWorkflowEnrichmentsNrqlConfigurationOutputReference_Override ¶
func NewWorkflowEnrichmentsNrqlConfigurationOutputReference_Override(w WorkflowEnrichmentsNrqlConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewWorkflowEnrichmentsNrqlList_Override ¶
func NewWorkflowEnrichmentsNrqlList_Override(w WorkflowEnrichmentsNrqlList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewWorkflowEnrichmentsNrqlOutputReference_Override ¶
func NewWorkflowEnrichmentsNrqlOutputReference_Override(w WorkflowEnrichmentsNrqlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewWorkflowEnrichmentsOutputReference_Override ¶
func NewWorkflowEnrichmentsOutputReference_Override(w WorkflowEnrichmentsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewWorkflowIssuesFilterOutputReference_Override ¶
func NewWorkflowIssuesFilterOutputReference_Override(w WorkflowIssuesFilterOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewWorkflowIssuesFilterPredicateList_Override ¶
func NewWorkflowIssuesFilterPredicateList_Override(w WorkflowIssuesFilterPredicateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewWorkflowIssuesFilterPredicateOutputReference_Override ¶
func NewWorkflowIssuesFilterPredicateOutputReference_Override(w WorkflowIssuesFilterPredicateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewWorkflow_Override ¶
func NewWorkflow_Override(w Workflow, scope constructs.Construct, id *string, config *WorkflowConfig)
Create a new {@link https://www.terraform.io/docs/providers/newrelic/r/workflow newrelic_workflow} Resource.
func Workflow_IsConstruct ¶
func Workflow_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 Workflow_IsTerraformElement ¶
func Workflow_IsTerraformElement(x interface{}) *bool
Experimental.
func Workflow_IsTerraformResource ¶
func Workflow_IsTerraformResource(x interface{}) *bool
Experimental.
func Workflow_TfResourceType ¶
func Workflow_TfResourceType() *string
Types ¶
type Workflow ¶
type Workflow interface { cdktf.TerraformResource AccountId() *float64 SetAccountId(val *float64) AccountIdInput() *float64 // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Destination() WorkflowDestinationList DestinationInput() interface{} DestinationsEnabled() interface{} SetDestinationsEnabled(val interface{}) DestinationsEnabledInput() interface{} Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} Enrichments() WorkflowEnrichmentsOutputReference EnrichmentsEnabled() interface{} SetEnrichmentsEnabled(val interface{}) EnrichmentsEnabledInput() interface{} EnrichmentsInput() *WorkflowEnrichments // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Guid() *string Id() *string SetId(val *string) IdInput() *string IssuesFilter() WorkflowIssuesFilterOutputReference IssuesFilterInput() *WorkflowIssuesFilter LastRun() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MutingRulesHandling() *string SetMutingRulesHandling(val *string) MutingRulesHandlingInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string WorkflowId() *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) PutDestination(value interface{}) PutEnrichments(value *WorkflowEnrichments) PutIssuesFilter(value *WorkflowIssuesFilter) ResetAccountId() ResetDestinationsEnabled() ResetEnabled() ResetEnrichments() ResetEnrichmentsEnabled() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() 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://www.terraform.io/docs/providers/newrelic/r/workflow newrelic_workflow}.
func NewWorkflow ¶
func NewWorkflow(scope constructs.Construct, id *string, config *WorkflowConfig) Workflow
Create a new {@link https://www.terraform.io/docs/providers/newrelic/r/workflow newrelic_workflow} Resource.
type WorkflowConfig ¶
type WorkflowConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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"` // destination block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#destination Workflow#destination} Destination interface{} `field:"required" json:"destination" yaml:"destination"` // issues_filter block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#issues_filter Workflow#issues_filter} IssuesFilter *WorkflowIssuesFilter `field:"required" json:"issuesFilter" yaml:"issuesFilter"` // The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#muting_rules_handling Workflow#muting_rules_handling} MutingRulesHandling *string `field:"required" json:"mutingRulesHandling" yaml:"mutingRulesHandling"` // (Required) The name of the workflow. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#name Workflow#name} Name *string `field:"required" json:"name" yaml:"name"` // The account id of the workflow. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#account_id Workflow#account_id} AccountId *float64 `field:"optional" json:"accountId" yaml:"accountId"` // Indicates whether the destinations are enabled. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#destinations_enabled Workflow#destinations_enabled} DestinationsEnabled interface{} `field:"optional" json:"destinationsEnabled" yaml:"destinationsEnabled"` // Indicates whether the workflow is enabled. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#enabled Workflow#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // enrichments block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#enrichments Workflow#enrichments} Enrichments *WorkflowEnrichments `field:"optional" json:"enrichments" yaml:"enrichments"` // Indicates whether the enrichments are enabled. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#enrichments_enabled Workflow#enrichments_enabled} EnrichmentsEnabled interface{} `field:"optional" json:"enrichmentsEnabled" yaml:"enrichmentsEnabled"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#id Workflow#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"` }
type WorkflowDestination ¶
type WorkflowDestination struct { // (Required) Destination's channel id. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#channel_id Workflow#channel_id} ChannelId *string `field:"required" json:"channelId" yaml:"channelId"` // List of triggers to notify about in this destination configuration. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#notification_triggers Workflow#notification_triggers} NotificationTriggers *[]*string `field:"optional" json:"notificationTriggers" yaml:"notificationTriggers"` }
type WorkflowDestinationList ¶
type WorkflowDestinationList 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) WorkflowDestinationOutputReference // 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 NewWorkflowDestinationList ¶
func NewWorkflowDestinationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowDestinationList
type WorkflowDestinationOutputReference ¶
type WorkflowDestinationOutputReference interface { cdktf.ComplexObject ChannelId() *string SetChannelId(val *string) ChannelIdInput() *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() interface{} SetInternalValue(val interface{}) Name() *string NotificationTriggers() *[]*string SetNotificationTriggers(val *[]*string) NotificationTriggersInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *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 ResetNotificationTriggers() // 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 NewWorkflowDestinationOutputReference ¶
func NewWorkflowDestinationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) WorkflowDestinationOutputReference
type WorkflowEnrichments ¶
type WorkflowEnrichments struct { // nrql block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#nrql Workflow#nrql} Nrql interface{} `field:"required" json:"nrql" yaml:"nrql"` }
type WorkflowEnrichmentsNrql ¶
type WorkflowEnrichmentsNrql struct { // configuration block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#configuration Workflow#configuration} Configuration interface{} `field:"required" json:"configuration" yaml:"configuration"` // (Required) Enrichment's name. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#name Workflow#name} Name *string `field:"required" json:"name" yaml:"name"` }
type WorkflowEnrichmentsNrqlConfiguration ¶
type WorkflowEnrichmentsNrqlConfiguration struct { // enrichment's NRQL query. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#query Workflow#query} Query *string `field:"required" json:"query" yaml:"query"` }
type WorkflowEnrichmentsNrqlConfigurationList ¶
type WorkflowEnrichmentsNrqlConfigurationList 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) WorkflowEnrichmentsNrqlConfigurationOutputReference // 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 NewWorkflowEnrichmentsNrqlConfigurationList ¶
func NewWorkflowEnrichmentsNrqlConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowEnrichmentsNrqlConfigurationList
type WorkflowEnrichmentsNrqlConfigurationOutputReference ¶
type WorkflowEnrichmentsNrqlConfigurationOutputReference 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{}) Query() *string SetQuery(val *string) QueryInput() *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 // 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 NewWorkflowEnrichmentsNrqlConfigurationOutputReference ¶
func NewWorkflowEnrichmentsNrqlConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) WorkflowEnrichmentsNrqlConfigurationOutputReference
type WorkflowEnrichmentsNrqlList ¶
type WorkflowEnrichmentsNrqlList 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) WorkflowEnrichmentsNrqlOutputReference // 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 NewWorkflowEnrichmentsNrqlList ¶
func NewWorkflowEnrichmentsNrqlList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowEnrichmentsNrqlList
type WorkflowEnrichmentsNrqlOutputReference ¶
type WorkflowEnrichmentsNrqlOutputReference interface { cdktf.ComplexObject AccountId() *float64 // 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) Configuration() WorkflowEnrichmentsNrqlConfigurationList ConfigurationInput() interface{} // 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 EnrichmentId() *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) Type() *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 PutConfiguration(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 NewWorkflowEnrichmentsNrqlOutputReference ¶
func NewWorkflowEnrichmentsNrqlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) WorkflowEnrichmentsNrqlOutputReference
type WorkflowEnrichmentsOutputReference ¶
type WorkflowEnrichmentsOutputReference 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() *WorkflowEnrichments SetInternalValue(val *WorkflowEnrichments) Nrql() WorkflowEnrichmentsNrqlList NrqlInput() 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 PutNrql(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 NewWorkflowEnrichmentsOutputReference ¶
func NewWorkflowEnrichmentsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) WorkflowEnrichmentsOutputReference
type WorkflowIssuesFilter ¶
type WorkflowIssuesFilter struct { // (Required) Filter's name. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#name Workflow#name} Name *string `field:"required" json:"name" yaml:"name"` // (Required) The type of the filter. One of: (FILTER, VIEW). // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#type Workflow#type} Type *string `field:"required" json:"type" yaml:"type"` // predicate block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#predicate Workflow#predicate} Predicate interface{} `field:"optional" json:"predicate" yaml:"predicate"` }
type WorkflowIssuesFilterOutputReference ¶
type WorkflowIssuesFilterOutputReference 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 FilterId() *string // Experimental. Fqn() *string InternalValue() *WorkflowIssuesFilter SetInternalValue(val *WorkflowIssuesFilter) Name() *string SetName(val *string) NameInput() *string Predicate() WorkflowIssuesFilterPredicateList PredicateInput() interface{} // 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 PutPredicate(value interface{}) ResetPredicate() // 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 NewWorkflowIssuesFilterOutputReference ¶
func NewWorkflowIssuesFilterOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) WorkflowIssuesFilterOutputReference
type WorkflowIssuesFilterPredicate ¶
type WorkflowIssuesFilterPredicate struct { // (Required) predicate's attribute. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#attribute Workflow#attribute} Attribute *string `field:"required" json:"attribute" yaml:"attribute"` // The type of the operator. // // One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH). // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#operator Workflow#operator} Operator *string `field:"required" json:"operator" yaml:"operator"` // List of predicate values. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/newrelic/r/workflow#values Workflow#values} Values *[]*string `field:"required" json:"values" yaml:"values"` }
type WorkflowIssuesFilterPredicateList ¶
type WorkflowIssuesFilterPredicateList 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) WorkflowIssuesFilterPredicateOutputReference // 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 NewWorkflowIssuesFilterPredicateList ¶
func NewWorkflowIssuesFilterPredicateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WorkflowIssuesFilterPredicateList
type WorkflowIssuesFilterPredicateOutputReference ¶
type WorkflowIssuesFilterPredicateOutputReference interface { cdktf.ComplexObject Attribute() *string SetAttribute(val *string) AttributeInput() *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() interface{} SetInternalValue(val interface{}) Operator() *string SetOperator(val *string) OperatorInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*string SetValues(val *[]*string) ValuesInput() *[]*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 NewWorkflowIssuesFilterPredicateOutputReference ¶
func NewWorkflowIssuesFilterPredicateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) WorkflowIssuesFilterPredicateOutputReference
Source Files ¶
- Workflow.go
- WorkflowConfig.go
- WorkflowDestination.go
- WorkflowDestinationList.go
- WorkflowDestinationList__checks.go
- WorkflowDestinationOutputReference.go
- WorkflowDestinationOutputReference__checks.go
- WorkflowEnrichments.go
- WorkflowEnrichmentsNrql.go
- WorkflowEnrichmentsNrqlConfiguration.go
- WorkflowEnrichmentsNrqlConfigurationList.go
- WorkflowEnrichmentsNrqlConfigurationList__checks.go
- WorkflowEnrichmentsNrqlConfigurationOutputReference.go
- WorkflowEnrichmentsNrqlConfigurationOutputReference__checks.go
- WorkflowEnrichmentsNrqlList.go
- WorkflowEnrichmentsNrqlList__checks.go
- WorkflowEnrichmentsNrqlOutputReference.go
- WorkflowEnrichmentsNrqlOutputReference__checks.go
- WorkflowEnrichmentsOutputReference.go
- WorkflowEnrichmentsOutputReference__checks.go
- WorkflowIssuesFilter.go
- WorkflowIssuesFilterOutputReference.go
- WorkflowIssuesFilterOutputReference__checks.go
- WorkflowIssuesFilterPredicate.go
- WorkflowIssuesFilterPredicateList.go
- WorkflowIssuesFilterPredicateList__checks.go
- WorkflowIssuesFilterPredicateOutputReference.go
- WorkflowIssuesFilterPredicateOutputReference__checks.go
- Workflow__checks.go
- main.go