Documentation ¶
Index ¶
- func NewSyntheticsScriptMonitorLocationPrivateList_Override(s SyntheticsScriptMonitorLocationPrivateList, ...)
- func NewSyntheticsScriptMonitorLocationPrivateOutputReference_Override(s SyntheticsScriptMonitorLocationPrivateOutputReference, ...)
- func NewSyntheticsScriptMonitorTagList_Override(s SyntheticsScriptMonitorTagList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewSyntheticsScriptMonitorTagOutputReference_Override(s SyntheticsScriptMonitorTagOutputReference, ...)
- func NewSyntheticsScriptMonitor_Override(s SyntheticsScriptMonitor, scope constructs.Construct, id *string, ...)
- func SyntheticsScriptMonitor_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func SyntheticsScriptMonitor_IsConstruct(x interface{}) *bool
- func SyntheticsScriptMonitor_IsTerraformElement(x interface{}) *bool
- func SyntheticsScriptMonitor_IsTerraformResource(x interface{}) *bool
- func SyntheticsScriptMonitor_TfResourceType() *string
- type SyntheticsScriptMonitor
- type SyntheticsScriptMonitorConfig
- type SyntheticsScriptMonitorLocationPrivate
- type SyntheticsScriptMonitorLocationPrivateList
- type SyntheticsScriptMonitorLocationPrivateOutputReference
- type SyntheticsScriptMonitorTag
- type SyntheticsScriptMonitorTagList
- type SyntheticsScriptMonitorTagOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSyntheticsScriptMonitorLocationPrivateList_Override ¶
func NewSyntheticsScriptMonitorLocationPrivateList_Override(s SyntheticsScriptMonitorLocationPrivateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSyntheticsScriptMonitorLocationPrivateOutputReference_Override ¶
func NewSyntheticsScriptMonitorLocationPrivateOutputReference_Override(s SyntheticsScriptMonitorLocationPrivateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSyntheticsScriptMonitorTagList_Override ¶
func NewSyntheticsScriptMonitorTagList_Override(s SyntheticsScriptMonitorTagList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSyntheticsScriptMonitorTagOutputReference_Override ¶
func NewSyntheticsScriptMonitorTagOutputReference_Override(s SyntheticsScriptMonitorTagOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSyntheticsScriptMonitor_Override ¶
func NewSyntheticsScriptMonitor_Override(s SyntheticsScriptMonitor, scope constructs.Construct, id *string, config *SyntheticsScriptMonitorConfig)
Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor} Resource.
func SyntheticsScriptMonitor_GenerateConfigForImport ¶
func SyntheticsScriptMonitor_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a SyntheticsScriptMonitor resource upon running "cdktf plan <stack-name>".
func SyntheticsScriptMonitor_IsConstruct ¶
func SyntheticsScriptMonitor_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 SyntheticsScriptMonitor_IsTerraformElement ¶
func SyntheticsScriptMonitor_IsTerraformElement(x interface{}) *bool
Experimental.
func SyntheticsScriptMonitor_IsTerraformResource ¶
func SyntheticsScriptMonitor_IsTerraformResource(x interface{}) *bool
Experimental.
func SyntheticsScriptMonitor_TfResourceType ¶
func SyntheticsScriptMonitor_TfResourceType() *string
Types ¶
type SyntheticsScriptMonitor ¶
type SyntheticsScriptMonitor interface { cdktf.TerraformResource AccountId() *float64 SetAccountId(val *float64) AccountIdInput() *float64 Browsers() *[]*string SetBrowsers(val *[]*string) BrowsersInput() *[]*string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DeviceOrientation() *string SetDeviceOrientation(val *string) DeviceOrientationInput() *string Devices() *[]*string SetDevices(val *[]*string) DevicesInput() *[]*string DeviceType() *string SetDeviceType(val *string) DeviceTypeInput() *string EnableScreenshotOnFailureAndScript() interface{} SetEnableScreenshotOnFailureAndScript(val interface{}) EnableScreenshotOnFailureAndScriptInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Guid() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LocationPrivate() SyntheticsScriptMonitorLocationPrivateList LocationPrivateInput() interface{} LocationsPublic() *[]*string SetLocationsPublic(val *[]*string) LocationsPublicInput() *[]*string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Period() *string SetPeriod(val *string) PeriodInMinutes() *float64 PeriodInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RuntimeType() *string SetRuntimeType(val *string) RuntimeTypeInput() *string RuntimeTypeVersion() *string SetRuntimeTypeVersion(val *string) RuntimeTypeVersionInput() *string Script() *string SetScript(val *string) ScriptInput() *string ScriptLanguage() *string SetScriptLanguage(val *string) ScriptLanguageInput() *string Status() *string SetStatus(val *string) StatusInput() *string Tag() SyntheticsScriptMonitorTagList TagInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Type() *string SetType(val *string) TypeInput() *string UseUnsupportedLegacyRuntime() interface{} SetUseUnsupportedLegacyRuntime(val interface{}) UseUnsupportedLegacyRuntimeInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutLocationPrivate(value interface{}) PutTag(value interface{}) ResetAccountId() ResetBrowsers() ResetDeviceOrientation() ResetDevices() ResetDeviceType() ResetEnableScreenshotOnFailureAndScript() ResetId() ResetLocationPrivate() ResetLocationsPublic() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRuntimeType() ResetRuntimeTypeVersion() ResetScript() ResetScriptLanguage() ResetTag() ResetUseUnsupportedLegacyRuntime() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}.
func NewSyntheticsScriptMonitor ¶
func NewSyntheticsScriptMonitor(scope constructs.Construct, id *string, config *SyntheticsScriptMonitorConfig) SyntheticsScriptMonitor
Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor} Resource.
type SyntheticsScriptMonitorConfig ¶
type SyntheticsScriptMonitorConfig 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"` // The title of this monitor. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} Name *string `field:"required" json:"name" yaml:"name"` // The interval at which this monitor should run. // // Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} Period *string `field:"required" json:"period" yaml:"period"` // The monitor status (ENABLED or DISABLED). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} Status *string `field:"required" json:"status" yaml:"status"` // The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} Type *string `field:"required" json:"type" yaml:"type"` // ID of the newrelic account. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} AccountId *float64 `field:"optional" json:"accountId" yaml:"accountId"` // The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers} Browsers *[]*string `field:"optional" json:"browsers" yaml:"browsers"` // The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} DeviceOrientation *string `field:"optional" json:"deviceOrientation" yaml:"deviceOrientation"` // The multiple devices list on which synthetic monitors will run. // // Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices} Devices *[]*string `field:"optional" json:"devices" yaml:"devices"` // The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} DeviceType *string `field:"optional" json:"deviceType" yaml:"deviceType"` // Capture a screenshot during job execution. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} EnableScreenshotOnFailureAndScript interface{} `field:"optional" json:"enableScreenshotOnFailureAndScript" yaml:"enableScreenshotOnFailureAndScript"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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"` // location_private block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} LocationPrivate interface{} `field:"optional" json:"locationPrivate" yaml:"locationPrivate"` // The public location(s) that the monitor will run jobs from. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} LocationsPublic *[]*string `field:"optional" json:"locationsPublic" yaml:"locationsPublic"` // The runtime type that the monitor will run. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} RuntimeType *string `field:"optional" json:"runtimeType" yaml:"runtimeType"` // The specific semver version of the runtime type. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} RuntimeTypeVersion *string `field:"optional" json:"runtimeTypeVersion" yaml:"runtimeTypeVersion"` // The script that the monitor runs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} Script *string `field:"optional" json:"script" yaml:"script"` // The programing language that should execute the script. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} ScriptLanguage *string `field:"optional" json:"scriptLanguage" yaml:"scriptLanguage"` // tag block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} Tag interface{} `field:"optional" json:"tag" yaml:"tag"` // A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. // // Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} UseUnsupportedLegacyRuntime interface{} `field:"optional" json:"useUnsupportedLegacyRuntime" yaml:"useUnsupportedLegacyRuntime"` }
type SyntheticsScriptMonitorLocationPrivate ¶
type SyntheticsScriptMonitorLocationPrivate struct { // The unique identifier for the Synthetics private location in New Relic. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} Guid *string `field:"required" json:"guid" yaml:"guid"` // The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} VsePassword *string `field:"optional" json:"vsePassword" yaml:"vsePassword"` }
type SyntheticsScriptMonitorLocationPrivateList ¶
type SyntheticsScriptMonitorLocationPrivateList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) SyntheticsScriptMonitorLocationPrivateOutputReference // 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 NewSyntheticsScriptMonitorLocationPrivateList ¶
func NewSyntheticsScriptMonitorLocationPrivateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsScriptMonitorLocationPrivateList
type SyntheticsScriptMonitorLocationPrivateOutputReference ¶
type SyntheticsScriptMonitorLocationPrivateOutputReference 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 Guid() *string SetGuid(val *string) GuidInput() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VsePassword() *string SetVsePassword(val *string) VsePasswordInput() *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 ResetVsePassword() // 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 NewSyntheticsScriptMonitorLocationPrivateOutputReference ¶
func NewSyntheticsScriptMonitorLocationPrivateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SyntheticsScriptMonitorLocationPrivateOutputReference
type SyntheticsScriptMonitorTag ¶
type SyntheticsScriptMonitorTag struct { // Name of the tag key. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} Key *string `field:"required" json:"key" yaml:"key"` // Values associated with the tag key. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.54.0/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} Values *[]*string `field:"required" json:"values" yaml:"values"` }
type SyntheticsScriptMonitorTagList ¶
type SyntheticsScriptMonitorTagList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) SyntheticsScriptMonitorTagOutputReference // 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 NewSyntheticsScriptMonitorTagList ¶
func NewSyntheticsScriptMonitorTagList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsScriptMonitorTagList
type SyntheticsScriptMonitorTagOutputReference ¶
type SyntheticsScriptMonitorTagOutputReference 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{}) Key() *string SetKey(val *string) KeyInput() *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 NewSyntheticsScriptMonitorTagOutputReference ¶
func NewSyntheticsScriptMonitorTagOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SyntheticsScriptMonitorTagOutputReference
Source Files ¶
- SyntheticsScriptMonitor.go
- SyntheticsScriptMonitorConfig.go
- SyntheticsScriptMonitorLocationPrivate.go
- SyntheticsScriptMonitorLocationPrivateList.go
- SyntheticsScriptMonitorLocationPrivateList__checks.go
- SyntheticsScriptMonitorLocationPrivateOutputReference.go
- SyntheticsScriptMonitorLocationPrivateOutputReference__checks.go
- SyntheticsScriptMonitorTag.go
- SyntheticsScriptMonitorTagList.go
- SyntheticsScriptMonitorTagList__checks.go
- SyntheticsScriptMonitorTagOutputReference.go
- SyntheticsScriptMonitorTagOutputReference__checks.go
- SyntheticsScriptMonitor__checks.go
- main.go