Documentation
¶
Index ¶
- func ArgusScrapeconfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ArgusScrapeconfig_IsConstruct(x interface{}) *bool
- func ArgusScrapeconfig_IsTerraformElement(x interface{}) *bool
- func ArgusScrapeconfig_IsTerraformResource(x interface{}) *bool
- func ArgusScrapeconfig_TfResourceType() *string
- func NewArgusScrapeconfigBasicAuthOutputReference_Override(a ArgusScrapeconfigBasicAuthOutputReference, ...)
- func NewArgusScrapeconfigSaml2OutputReference_Override(a ArgusScrapeconfigSaml2OutputReference, ...)
- func NewArgusScrapeconfigTargetsList_Override(a ArgusScrapeconfigTargetsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewArgusScrapeconfigTargetsOutputReference_Override(a ArgusScrapeconfigTargetsOutputReference, ...)
- func NewArgusScrapeconfig_Override(a ArgusScrapeconfig, scope constructs.Construct, id *string, ...)
- type ArgusScrapeconfig
- type ArgusScrapeconfigBasicAuth
- type ArgusScrapeconfigBasicAuthOutputReference
- type ArgusScrapeconfigConfig
- type ArgusScrapeconfigSaml2
- type ArgusScrapeconfigSaml2OutputReference
- type ArgusScrapeconfigTargets
- type ArgusScrapeconfigTargetsList
- type ArgusScrapeconfigTargetsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArgusScrapeconfig_GenerateConfigForImport ¶
func ArgusScrapeconfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ArgusScrapeconfig resource upon running "cdktf plan <stack-name>".
func ArgusScrapeconfig_IsConstruct ¶
func ArgusScrapeconfig_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 ArgusScrapeconfig_IsTerraformElement ¶
func ArgusScrapeconfig_IsTerraformElement(x interface{}) *bool
Experimental.
func ArgusScrapeconfig_IsTerraformResource ¶
func ArgusScrapeconfig_IsTerraformResource(x interface{}) *bool
Experimental.
func ArgusScrapeconfig_TfResourceType ¶
func ArgusScrapeconfig_TfResourceType() *string
func NewArgusScrapeconfigBasicAuthOutputReference_Override ¶
func NewArgusScrapeconfigBasicAuthOutputReference_Override(a ArgusScrapeconfigBasicAuthOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewArgusScrapeconfigSaml2OutputReference_Override ¶
func NewArgusScrapeconfigSaml2OutputReference_Override(a ArgusScrapeconfigSaml2OutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewArgusScrapeconfigTargetsList_Override ¶
func NewArgusScrapeconfigTargetsList_Override(a ArgusScrapeconfigTargetsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewArgusScrapeconfigTargetsOutputReference_Override ¶
func NewArgusScrapeconfigTargetsOutputReference_Override(a ArgusScrapeconfigTargetsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewArgusScrapeconfig_Override ¶
func NewArgusScrapeconfig_Override(a ArgusScrapeconfig, scope constructs.Construct, id *string, config *ArgusScrapeconfigConfig)
Create a new {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig stackit_argus_scrapeconfig} Resource.
Types ¶
type ArgusScrapeconfig ¶
type ArgusScrapeconfig interface {
cdktf.TerraformResource
BasicAuth() ArgusScrapeconfigBasicAuthOutputReference
BasicAuthInput() interface{}
// 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)
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
// Experimental.
Fqn() *string
// Experimental.
FriendlyUniqueId() *string
Id() *string
InstanceId() *string
SetInstanceId(val *string)
InstanceIdInput() *string
// Experimental.
Lifecycle() *cdktf.TerraformResourceLifecycle
// Experimental.
SetLifecycle(val *cdktf.TerraformResourceLifecycle)
MetricsPath() *string
SetMetricsPath(val *string)
MetricsPathInput() *string
Name() *string
SetName(val *string)
NameInput() *string
// The tree node.
Node() constructs.Node
ProjectId() *string
SetProjectId(val *string)
ProjectIdInput() *string
// Experimental.
Provider() cdktf.TerraformProvider
// Experimental.
SetProvider(val cdktf.TerraformProvider)
// Experimental.
Provisioners() *[]interface{}
// Experimental.
SetProvisioners(val *[]interface{})
// Experimental.
RawOverrides() interface{}
Saml2() ArgusScrapeconfigSaml2OutputReference
Saml2Input() interface{}
SampleLimit() *float64
SetSampleLimit(val *float64)
SampleLimitInput() *float64
Scheme() *string
SetScheme(val *string)
SchemeInput() *string
ScrapeInterval() *string
SetScrapeInterval(val *string)
ScrapeIntervalInput() *string
ScrapeTimeout() *string
SetScrapeTimeout(val *string)
ScrapeTimeoutInput() *string
Targets() ArgusScrapeconfigTargetsList
TargetsInput() interface{}
// Experimental.
TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
// Experimental.
TerraformMetaArguments() *map[string]interface{}
// Experimental.
TerraformResourceType() *string
// 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)
PutBasicAuth(value *ArgusScrapeconfigBasicAuth)
PutSaml2(value *ArgusScrapeconfigSaml2)
PutTargets(value interface{})
ResetBasicAuth()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetSaml2()
ResetSampleLimit()
ResetScheme()
ResetScrapeInterval()
ResetScrapeTimeout()
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/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig stackit_argus_scrapeconfig}.
func NewArgusScrapeconfig ¶
func NewArgusScrapeconfig(scope constructs.Construct, id *string, config *ArgusScrapeconfigConfig) ArgusScrapeconfig
Create a new {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig stackit_argus_scrapeconfig} Resource.
type ArgusScrapeconfigBasicAuth ¶
type ArgusScrapeconfigBasicAuth struct {
// Specifies basic auth password.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#password ArgusScrapeconfig#password}
Password *string `field:"required" json:"password" yaml:"password"`
// Specifies basic auth username.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#username ArgusScrapeconfig#username}
Username *string `field:"required" json:"username" yaml:"username"`
}
type ArgusScrapeconfigBasicAuthOutputReference ¶
type ArgusScrapeconfigBasicAuthOutputReference 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{})
Password() *string
SetPassword(val *string)
PasswordInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Username() *string
SetUsername(val *string)
UsernameInput() *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 NewArgusScrapeconfigBasicAuthOutputReference ¶
func NewArgusScrapeconfigBasicAuthOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ArgusScrapeconfigBasicAuthOutputReference
type ArgusScrapeconfigConfig ¶
type ArgusScrapeconfigConfig 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"`
// Argus instance ID to which the scraping job is associated.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#instance_id ArgusScrapeconfig#instance_id}
InstanceId *string `field:"required" json:"instanceId" yaml:"instanceId"`
// Specifies the job scraping url path. E.g. `/metrics`.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#metrics_path ArgusScrapeconfig#metrics_path}
MetricsPath *string `field:"required" json:"metricsPath" yaml:"metricsPath"`
// Specifies the name of the scraping job.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#name ArgusScrapeconfig#name}
Name *string `field:"required" json:"name" yaml:"name"`
// STACKIT project ID to which the scraping job is associated.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#project_id ArgusScrapeconfig#project_id}
ProjectId *string `field:"required" json:"projectId" yaml:"projectId"`
// The targets list (specified by the static config).
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#targets ArgusScrapeconfig#targets}
Targets interface{} `field:"required" json:"targets" yaml:"targets"`
// A basic authentication block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#basic_auth ArgusScrapeconfig#basic_auth}
BasicAuth *ArgusScrapeconfigBasicAuth `field:"optional" json:"basicAuth" yaml:"basicAuth"`
// A SAML2 configuration block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#saml2 ArgusScrapeconfig#saml2}
Saml2 *ArgusScrapeconfigSaml2 `field:"optional" json:"saml2" yaml:"saml2"`
// Specifies the scrape sample limit. Upper limit depends on the service plan. Defaults to `5000`.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#sample_limit ArgusScrapeconfig#sample_limit}
SampleLimit *float64 `field:"optional" json:"sampleLimit" yaml:"sampleLimit"`
// Specifies the http scheme. Defaults to `https`.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#scheme ArgusScrapeconfig#scheme}
Scheme *string `field:"optional" json:"scheme" yaml:"scheme"`
// Specifies the scrape interval as duration string. Defaults to `5m`.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#scrape_interval ArgusScrapeconfig#scrape_interval}
ScrapeInterval *string `field:"optional" json:"scrapeInterval" yaml:"scrapeInterval"`
// Specifies the scrape timeout as duration string. Defaults to `2m`.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#scrape_timeout ArgusScrapeconfig#scrape_timeout}
ScrapeTimeout *string `field:"optional" json:"scrapeTimeout" yaml:"scrapeTimeout"`
}
type ArgusScrapeconfigSaml2 ¶
type ArgusScrapeconfigSaml2 struct {
// Specifies if URL parameters are enabled. Defaults to `true`.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#enable_url_parameters ArgusScrapeconfig#enable_url_parameters}
EnableUrlParameters interface{} `field:"optional" json:"enableUrlParameters" yaml:"enableUrlParameters"`
}
type ArgusScrapeconfigSaml2OutputReference ¶
type ArgusScrapeconfigSaml2OutputReference 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
EnableUrlParameters() interface{}
SetEnableUrlParameters(val interface{})
EnableUrlParametersInput() interface{}
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetEnableUrlParameters()
// 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 NewArgusScrapeconfigSaml2OutputReference ¶
func NewArgusScrapeconfigSaml2OutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ArgusScrapeconfigSaml2OutputReference
type ArgusScrapeconfigTargets ¶
type ArgusScrapeconfigTargets struct {
// Specifies target URLs.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#urls ArgusScrapeconfig#urls}
Urls *[]*string `field:"required" json:"urls" yaml:"urls"`
// Specifies labels.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.46.0/docs/resources/argus_scrapeconfig#labels ArgusScrapeconfig#labels}
Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"`
}
type ArgusScrapeconfigTargetsList ¶
type ArgusScrapeconfigTargetsList 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) ArgusScrapeconfigTargetsOutputReference
// 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 NewArgusScrapeconfigTargetsList ¶
func NewArgusScrapeconfigTargetsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ArgusScrapeconfigTargetsList
type ArgusScrapeconfigTargetsOutputReference ¶
type ArgusScrapeconfigTargetsOutputReference 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{})
Labels() *map[string]*string
SetLabels(val *map[string]*string)
LabelsInput() *map[string]*string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Urls() *[]*string
SetUrls(val *[]*string)
UrlsInput() *[]*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
ResetLabels()
// 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 NewArgusScrapeconfigTargetsOutputReference ¶
func NewArgusScrapeconfigTargetsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ArgusScrapeconfigTargetsOutputReference
Source Files
¶
- ArgusScrapeconfig.go
- ArgusScrapeconfigBasicAuth.go
- ArgusScrapeconfigBasicAuthOutputReference.go
- ArgusScrapeconfigBasicAuthOutputReference__checks.go
- ArgusScrapeconfigConfig.go
- ArgusScrapeconfigSaml2.go
- ArgusScrapeconfigSaml2OutputReference.go
- ArgusScrapeconfigSaml2OutputReference__checks.go
- ArgusScrapeconfigTargets.go
- ArgusScrapeconfigTargetsList.go
- ArgusScrapeconfigTargetsList__checks.go
- ArgusScrapeconfigTargetsOutputReference.go
- ArgusScrapeconfigTargetsOutputReference__checks.go
- ArgusScrapeconfig__checks.go
- main.go