Documentation ¶
Index ¶
- func NewSyntheticsStepMonitorLocationPrivateList_Override(s SyntheticsStepMonitorLocationPrivateList, ...)
- func NewSyntheticsStepMonitorLocationPrivateOutputReference_Override(s SyntheticsStepMonitorLocationPrivateOutputReference, ...)
- func NewSyntheticsStepMonitorStepsList_Override(s SyntheticsStepMonitorStepsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewSyntheticsStepMonitorStepsOutputReference_Override(s SyntheticsStepMonitorStepsOutputReference, ...)
- func NewSyntheticsStepMonitorTagList_Override(s SyntheticsStepMonitorTagList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewSyntheticsStepMonitorTagOutputReference_Override(s SyntheticsStepMonitorTagOutputReference, ...)
- func NewSyntheticsStepMonitor_Override(s SyntheticsStepMonitor, scope constructs.Construct, id *string, ...)
- func SyntheticsStepMonitor_IsConstruct(x interface{}) *bool
- func SyntheticsStepMonitor_IsTerraformElement(x interface{}) *bool
- func SyntheticsStepMonitor_IsTerraformResource(x interface{}) *bool
- func SyntheticsStepMonitor_TfResourceType() *string
- type SyntheticsStepMonitor
- type SyntheticsStepMonitorConfig
- type SyntheticsStepMonitorLocationPrivate
- type SyntheticsStepMonitorLocationPrivateList
- type SyntheticsStepMonitorLocationPrivateOutputReference
- type SyntheticsStepMonitorSteps
- type SyntheticsStepMonitorStepsList
- type SyntheticsStepMonitorStepsOutputReference
- type SyntheticsStepMonitorTag
- type SyntheticsStepMonitorTagList
- type SyntheticsStepMonitorTagOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSyntheticsStepMonitorLocationPrivateList_Override ¶
func NewSyntheticsStepMonitorLocationPrivateList_Override(s SyntheticsStepMonitorLocationPrivateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSyntheticsStepMonitorLocationPrivateOutputReference_Override ¶
func NewSyntheticsStepMonitorLocationPrivateOutputReference_Override(s SyntheticsStepMonitorLocationPrivateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSyntheticsStepMonitorStepsList_Override ¶
func NewSyntheticsStepMonitorStepsList_Override(s SyntheticsStepMonitorStepsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSyntheticsStepMonitorStepsOutputReference_Override ¶
func NewSyntheticsStepMonitorStepsOutputReference_Override(s SyntheticsStepMonitorStepsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSyntheticsStepMonitorTagList_Override ¶
func NewSyntheticsStepMonitorTagList_Override(s SyntheticsStepMonitorTagList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSyntheticsStepMonitorTagOutputReference_Override ¶
func NewSyntheticsStepMonitorTagOutputReference_Override(s SyntheticsStepMonitorTagOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSyntheticsStepMonitor_Override ¶
func NewSyntheticsStepMonitor_Override(s SyntheticsStepMonitor, scope constructs.Construct, id *string, config *SyntheticsStepMonitorConfig)
Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor} Resource.
func SyntheticsStepMonitor_IsConstruct ¶
func SyntheticsStepMonitor_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 SyntheticsStepMonitor_IsTerraformElement ¶
func SyntheticsStepMonitor_IsTerraformElement(x interface{}) *bool
Experimental.
func SyntheticsStepMonitor_IsTerraformResource ¶
func SyntheticsStepMonitor_IsTerraformResource(x interface{}) *bool
Experimental.
func SyntheticsStepMonitor_TfResourceType ¶
func SyntheticsStepMonitor_TfResourceType() *string
Types ¶
type SyntheticsStepMonitor ¶
type SyntheticsStepMonitor 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() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*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() SyntheticsStepMonitorLocationPrivateList 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{} Status() *string SetStatus(val *string) StatusInput() *string Steps() SyntheticsStepMonitorStepsList StepsInput() interface{} Tag() SyntheticsStepMonitorTagList TagInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *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) PutLocationPrivate(value interface{}) PutSteps(value interface{}) PutTag(value interface{}) ResetAccountId() ResetEnableScreenshotOnFailureAndScript() ResetId() ResetLocationPrivate() ResetLocationsPublic() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTag() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}.
func NewSyntheticsStepMonitor ¶
func NewSyntheticsStepMonitor(scope constructs.Construct, id *string, config *SyntheticsStepMonitorConfig) SyntheticsStepMonitor
Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor} Resource.
type SyntheticsStepMonitorConfig ¶
type SyntheticsStepMonitorConfig 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.24.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#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.24.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} Period *string `field:"required" json:"period" yaml:"period"` // The monitor status (i.e. ENABLED, MUTED, DISABLED). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} Status *string `field:"required" json:"status" yaml:"status"` // steps block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} Steps interface{} `field:"required" json:"steps" yaml:"steps"` // ID of the newrelic account. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} AccountId *float64 `field:"optional" json:"accountId" yaml:"accountId"` // Capture a screenshot during job execution. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#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.24.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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.24.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#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.24.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} LocationsPublic *[]*string `field:"optional" json:"locationsPublic" yaml:"locationsPublic"` // tag block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} Tag interface{} `field:"optional" json:"tag" yaml:"tag"` }
type SyntheticsStepMonitorLocationPrivate ¶
type SyntheticsStepMonitorLocationPrivate 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.24.2/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#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.24.2/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} VsePassword *string `field:"optional" json:"vsePassword" yaml:"vsePassword"` }
type SyntheticsStepMonitorLocationPrivateList ¶
type SyntheticsStepMonitorLocationPrivateList 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) SyntheticsStepMonitorLocationPrivateOutputReference // 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 NewSyntheticsStepMonitorLocationPrivateList ¶
func NewSyntheticsStepMonitorLocationPrivateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorLocationPrivateList
type SyntheticsStepMonitorLocationPrivateOutputReference ¶
type SyntheticsStepMonitorLocationPrivateOutputReference 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 NewSyntheticsStepMonitorLocationPrivateOutputReference ¶
func NewSyntheticsStepMonitorLocationPrivateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SyntheticsStepMonitorLocationPrivateOutputReference
type SyntheticsStepMonitorSteps ¶
type SyntheticsStepMonitorSteps struct { // The position of the step within the script ranging from 0-100. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} Ordinal *float64 `field:"required" json:"ordinal" yaml:"ordinal"` // The type of step to be added to the script. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} Type *string `field:"required" json:"type" yaml:"type"` // The metadata values related to the check the step performs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} Values *[]*string `field:"optional" json:"values" yaml:"values"` }
type SyntheticsStepMonitorStepsList ¶
type SyntheticsStepMonitorStepsList 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) SyntheticsStepMonitorStepsOutputReference // 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 NewSyntheticsStepMonitorStepsList ¶
func NewSyntheticsStepMonitorStepsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorStepsList
type SyntheticsStepMonitorStepsOutputReference ¶
type SyntheticsStepMonitorStepsOutputReference 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{}) Ordinal() *float64 SetOrdinal(val *float64) OrdinalInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string 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 ResetValues() // 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 NewSyntheticsStepMonitorStepsOutputReference ¶
func NewSyntheticsStepMonitorStepsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SyntheticsStepMonitorStepsOutputReference
type SyntheticsStepMonitorTag ¶
type SyntheticsStepMonitorTag struct { // Name of the tag key. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.24.2/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#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.24.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} Values *[]*string `field:"required" json:"values" yaml:"values"` }
type SyntheticsStepMonitorTagList ¶
type SyntheticsStepMonitorTagList 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) SyntheticsStepMonitorTagOutputReference // 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 NewSyntheticsStepMonitorTagList ¶
func NewSyntheticsStepMonitorTagList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SyntheticsStepMonitorTagList
type SyntheticsStepMonitorTagOutputReference ¶
type SyntheticsStepMonitorTagOutputReference 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 NewSyntheticsStepMonitorTagOutputReference ¶
func NewSyntheticsStepMonitorTagOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SyntheticsStepMonitorTagOutputReference
Source Files ¶
- SyntheticsStepMonitor.go
- SyntheticsStepMonitorConfig.go
- SyntheticsStepMonitorLocationPrivate.go
- SyntheticsStepMonitorLocationPrivateList.go
- SyntheticsStepMonitorLocationPrivateList__checks.go
- SyntheticsStepMonitorLocationPrivateOutputReference.go
- SyntheticsStepMonitorLocationPrivateOutputReference__checks.go
- SyntheticsStepMonitorSteps.go
- SyntheticsStepMonitorStepsList.go
- SyntheticsStepMonitorStepsList__checks.go
- SyntheticsStepMonitorStepsOutputReference.go
- SyntheticsStepMonitorStepsOutputReference__checks.go
- SyntheticsStepMonitorTag.go
- SyntheticsStepMonitorTagList.go
- SyntheticsStepMonitorTagList__checks.go
- SyntheticsStepMonitorTagOutputReference.go
- SyntheticsStepMonitorTagOutputReference__checks.go
- SyntheticsStepMonitor__checks.go
- main.go