Documentation ¶
Index ¶
- func Job_IsConstruct(x interface{}) *bool
- func Job_IsTerraformElement(x interface{}) *bool
- func Job_IsTerraformResource(x interface{}) *bool
- func Job_TfResourceType() *string
- func NewJobHcl2OutputReference_Override(j JobHcl2OutputReference, terraformResource cdktf.IInterpolatingParent, ...)
- func NewJobTaskGroupsList_Override(j JobTaskGroupsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewJobTaskGroupsOutputReference_Override(j JobTaskGroupsOutputReference, terraformResource cdktf.IInterpolatingParent, ...)
- func NewJobTaskGroupsTaskList_Override(j JobTaskGroupsTaskList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewJobTaskGroupsTaskOutputReference_Override(j JobTaskGroupsTaskOutputReference, ...)
- func NewJobTaskGroupsTaskVolumeMountsList_Override(j JobTaskGroupsTaskVolumeMountsList, ...)
- func NewJobTaskGroupsTaskVolumeMountsOutputReference_Override(j JobTaskGroupsTaskVolumeMountsOutputReference, ...)
- func NewJobTaskGroupsVolumesList_Override(j JobTaskGroupsVolumesList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewJobTaskGroupsVolumesOutputReference_Override(j JobTaskGroupsVolumesOutputReference, ...)
- func NewJobTimeoutsOutputReference_Override(j JobTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, ...)
- func NewJob_Override(j Job, scope constructs.Construct, id *string, config *JobConfig)
- type Job
- type JobConfig
- type JobHcl2
- type JobHcl2OutputReference
- type JobTaskGroups
- type JobTaskGroupsList
- type JobTaskGroupsOutputReference
- type JobTaskGroupsTask
- type JobTaskGroupsTaskList
- type JobTaskGroupsTaskOutputReference
- type JobTaskGroupsTaskVolumeMounts
- type JobTaskGroupsTaskVolumeMountsList
- type JobTaskGroupsTaskVolumeMountsOutputReference
- type JobTaskGroupsVolumes
- type JobTaskGroupsVolumesList
- type JobTaskGroupsVolumesOutputReference
- type JobTimeouts
- type JobTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Job_IsConstruct ¶
func Job_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 Job_TfResourceType ¶
func Job_TfResourceType() *string
func NewJobHcl2OutputReference_Override ¶
func NewJobHcl2OutputReference_Override(j JobHcl2OutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewJobTaskGroupsList_Override ¶
func NewJobTaskGroupsList_Override(j JobTaskGroupsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewJobTaskGroupsOutputReference_Override ¶
func NewJobTaskGroupsOutputReference_Override(j JobTaskGroupsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewJobTaskGroupsTaskList_Override ¶
func NewJobTaskGroupsTaskList_Override(j JobTaskGroupsTaskList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewJobTaskGroupsTaskOutputReference_Override ¶
func NewJobTaskGroupsTaskOutputReference_Override(j JobTaskGroupsTaskOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewJobTaskGroupsTaskVolumeMountsList_Override ¶
func NewJobTaskGroupsTaskVolumeMountsList_Override(j JobTaskGroupsTaskVolumeMountsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewJobTaskGroupsTaskVolumeMountsOutputReference_Override ¶
func NewJobTaskGroupsTaskVolumeMountsOutputReference_Override(j JobTaskGroupsTaskVolumeMountsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewJobTaskGroupsVolumesList_Override ¶
func NewJobTaskGroupsVolumesList_Override(j JobTaskGroupsVolumesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewJobTaskGroupsVolumesOutputReference_Override ¶
func NewJobTaskGroupsVolumesOutputReference_Override(j JobTaskGroupsVolumesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewJobTimeoutsOutputReference_Override ¶
func NewJobTimeoutsOutputReference_Override(j JobTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewJob_Override ¶
Create a new {@link https://www.terraform.io/docs/providers/nomad/r/job nomad_job} Resource.
Types ¶
type Job ¶
type Job interface { cdktf.TerraformResource AllocationIds() *[]*string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} ConsulToken() *string SetConsulToken(val *string) ConsulTokenInput() *string // Experimental. Count() *float64 // Experimental. SetCount(val *float64) Datacenters() *[]*string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DeploymentId() *string DeploymentStatus() *string DeregisterOnDestroy() interface{} SetDeregisterOnDestroy(val interface{}) DeregisterOnDestroyInput() interface{} DeregisterOnIdChange() interface{} SetDeregisterOnIdChange(val interface{}) DeregisterOnIdChangeInput() interface{} Detach() interface{} SetDetach(val interface{}) DetachInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Hcl2() JobHcl2OutputReference Hcl2Input() *JobHcl2 Id() *string SetId(val *string) IdInput() *string Jobspec() *string SetJobspec(val *string) JobspecInput() *string Json() interface{} SetJson(val interface{}) JsonInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) ModifyIndex() *string Name() *string Namespace() *string // The tree node. Node() constructs.Node PolicyOverride() interface{} SetPolicyOverride(val interface{}) PolicyOverrideInput() interface{} // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PurgeOnDestroy() interface{} SetPurgeOnDestroy(val interface{}) PurgeOnDestroyInput() interface{} // Experimental. RawOverrides() interface{} Region() *string TaskGroups() JobTaskGroupsList // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() JobTimeoutsOutputReference TimeoutsInput() interface{} Type() *string VaultToken() *string SetVaultToken(val *string) VaultTokenInput() *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) PutHcl2(value *JobHcl2) PutTimeouts(value *JobTimeouts) ResetConsulToken() ResetDeregisterOnDestroy() ResetDeregisterOnIdChange() ResetDetach() ResetHcl2() ResetId() ResetJson() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPolicyOverride() ResetPurgeOnDestroy() ResetTimeouts() ResetVaultToken() 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/nomad/r/job nomad_job}.
type JobConfig ¶
type JobConfig 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"` // Job specification. If you want to point to a file use the file() function. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#jobspec Job#jobspec} Jobspec *string `field:"required" json:"jobspec" yaml:"jobspec"` // The Consul token used to submit this job. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#consul_token Job#consul_token} ConsulToken *string `field:"optional" json:"consulToken" yaml:"consulToken"` // If true, the job will be deregistered on destroy. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#deregister_on_destroy Job#deregister_on_destroy} DeregisterOnDestroy interface{} `field:"optional" json:"deregisterOnDestroy" yaml:"deregisterOnDestroy"` // If true, the job will be deregistered when the job ID changes. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#deregister_on_id_change Job#deregister_on_id_change} DeregisterOnIdChange interface{} `field:"optional" json:"deregisterOnIdChange" yaml:"deregisterOnIdChange"` // If true, the provider will return immediately after creating or updating, instead of monitoring. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#detach Job#detach} Detach interface{} `field:"optional" json:"detach" yaml:"detach"` // hcl2 block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#hcl2 Job#hcl2} Hcl2 *JobHcl2 `field:"optional" json:"hcl2" yaml:"hcl2"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#id Job#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"` // If true, the `jobspec` will be parsed as json instead of HCL. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#json Job#json} Json interface{} `field:"optional" json:"json" yaml:"json"` // Override any soft-mandatory Sentinel policies that fail. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#policy_override Job#policy_override} PolicyOverride interface{} `field:"optional" json:"policyOverride" yaml:"policyOverride"` // Whether to purge the job when the resource is destroyed. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#purge_on_destroy Job#purge_on_destroy} PurgeOnDestroy interface{} `field:"optional" json:"purgeOnDestroy" yaml:"purgeOnDestroy"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#timeouts Job#timeouts} Timeouts *JobTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // The Vault token used to submit this job. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#vault_token Job#vault_token} VaultToken *string `field:"optional" json:"vaultToken" yaml:"vaultToken"` }
type JobHcl2 ¶
type JobHcl2 struct { // If true, HCL2 file system functions will be enabled when parsing the `jobspec`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#allow_fs Job#allow_fs} AllowFs interface{} `field:"optional" json:"allowFs" yaml:"allowFs"` // If true, the `jobspec` will be parsed as HCL2 instead of HCL. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#enabled Job#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Additional variables to use when templating the job with HCL2. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#vars Job#vars} Vars *map[string]*string `field:"optional" json:"vars" yaml:"vars"` }
type JobHcl2OutputReference ¶
type JobHcl2OutputReference interface { cdktf.ComplexObject AllowFs() interface{} SetAllowFs(val interface{}) AllowFsInput() 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *JobHcl2 SetInternalValue(val *JobHcl2) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Vars() *map[string]*string SetVars(val *map[string]*string) VarsInput() *map[string]*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 ResetAllowFs() ResetEnabled() ResetVars() // 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 NewJobHcl2OutputReference ¶
func NewJobHcl2OutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) JobHcl2OutputReference
type JobTaskGroups ¶
type JobTaskGroups struct { }
type JobTaskGroupsList ¶
type JobTaskGroupsList 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 // 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) JobTaskGroupsOutputReference // 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 NewJobTaskGroupsList ¶
func NewJobTaskGroupsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) JobTaskGroupsList
type JobTaskGroupsOutputReference ¶
type JobTaskGroupsOutputReference 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) Count() *float64 // 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() *JobTaskGroups SetInternalValue(val *JobTaskGroups) Meta() cdktf.StringMap Name() *string Task() JobTaskGroupsTaskList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Volumes() JobTaskGroupsVolumesList // 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 NewJobTaskGroupsOutputReference ¶
func NewJobTaskGroupsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) JobTaskGroupsOutputReference
type JobTaskGroupsTask ¶
type JobTaskGroupsTask struct { }
type JobTaskGroupsTaskList ¶
type JobTaskGroupsTaskList 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 // 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) JobTaskGroupsTaskOutputReference // 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 NewJobTaskGroupsTaskList ¶
func NewJobTaskGroupsTaskList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) JobTaskGroupsTaskList
type JobTaskGroupsTaskOutputReference ¶
type JobTaskGroupsTaskOutputReference 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 Driver() *string // Experimental. Fqn() *string InternalValue() *JobTaskGroupsTask SetInternalValue(val *JobTaskGroupsTask) Meta() cdktf.StringMap Name() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VolumeMounts() JobTaskGroupsTaskVolumeMountsList // 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 NewJobTaskGroupsTaskOutputReference ¶
func NewJobTaskGroupsTaskOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) JobTaskGroupsTaskOutputReference
type JobTaskGroupsTaskVolumeMounts ¶
type JobTaskGroupsTaskVolumeMounts struct { }
type JobTaskGroupsTaskVolumeMountsList ¶
type JobTaskGroupsTaskVolumeMountsList 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 // 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) JobTaskGroupsTaskVolumeMountsOutputReference // 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 NewJobTaskGroupsTaskVolumeMountsList ¶
func NewJobTaskGroupsTaskVolumeMountsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) JobTaskGroupsTaskVolumeMountsList
type JobTaskGroupsTaskVolumeMountsOutputReference ¶
type JobTaskGroupsTaskVolumeMountsOutputReference 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 Destination() *string // Experimental. Fqn() *string InternalValue() *JobTaskGroupsTaskVolumeMounts SetInternalValue(val *JobTaskGroupsTaskVolumeMounts) ReadOnly() cdktf.IResolvable // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Volume() *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 NewJobTaskGroupsTaskVolumeMountsOutputReference ¶
func NewJobTaskGroupsTaskVolumeMountsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) JobTaskGroupsTaskVolumeMountsOutputReference
type JobTaskGroupsVolumes ¶
type JobTaskGroupsVolumes struct { }
type JobTaskGroupsVolumesList ¶
type JobTaskGroupsVolumesList 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 // 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) JobTaskGroupsVolumesOutputReference // 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 NewJobTaskGroupsVolumesList ¶
func NewJobTaskGroupsVolumesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) JobTaskGroupsVolumesList
type JobTaskGroupsVolumesOutputReference ¶
type JobTaskGroupsVolumesOutputReference 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() *JobTaskGroupsVolumes SetInternalValue(val *JobTaskGroupsVolumes) Name() *string ReadOnly() cdktf.IResolvable Source() *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 // 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 NewJobTaskGroupsVolumesOutputReference ¶
func NewJobTaskGroupsVolumesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) JobTaskGroupsVolumesOutputReference
type JobTimeouts ¶
type JobTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#create Job#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/nomad/r/job#update Job#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type JobTimeoutsOutputReference ¶
type JobTimeoutsOutputReference 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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // 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() 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 NewJobTimeoutsOutputReference ¶
func NewJobTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) JobTimeoutsOutputReference
Source Files ¶
- job.go
- job_Job.go
- job_JobConfig.go
- job_JobHcl2.go
- job_JobHcl2OutputReference.go
- job_JobHcl2OutputReference__runtime_type_checks.go
- job_JobTaskGroups.go
- job_JobTaskGroupsList.go
- job_JobTaskGroupsList__runtime_type_checks.go
- job_JobTaskGroupsOutputReference.go
- job_JobTaskGroupsOutputReference__runtime_type_checks.go
- job_JobTaskGroupsTask.go
- job_JobTaskGroupsTaskList.go
- job_JobTaskGroupsTaskList__runtime_type_checks.go
- job_JobTaskGroupsTaskOutputReference.go
- job_JobTaskGroupsTaskOutputReference__runtime_type_checks.go
- job_JobTaskGroupsTaskVolumeMounts.go
- job_JobTaskGroupsTaskVolumeMountsList.go
- job_JobTaskGroupsTaskVolumeMountsList__runtime_type_checks.go
- job_JobTaskGroupsTaskVolumeMountsOutputReference.go
- job_JobTaskGroupsTaskVolumeMountsOutputReference__runtime_type_checks.go
- job_JobTaskGroupsVolumes.go
- job_JobTaskGroupsVolumesList.go
- job_JobTaskGroupsVolumesList__runtime_type_checks.go
- job_JobTaskGroupsVolumesOutputReference.go
- job_JobTaskGroupsVolumesOutputReference__runtime_type_checks.go
- job_JobTimeouts.go
- job_JobTimeoutsOutputReference.go
- job_JobTimeoutsOutputReference__runtime_type_checks.go
- job_Job__runtime_type_checks.go