Documentation
¶
Index ¶
- func NewTelemetryrouterDestinationConfigAOutputReference_Override(t TelemetryrouterDestinationConfigAOutputReference, ...)
- func NewTelemetryrouterDestinationConfigFilterAttributesList_Override(t TelemetryrouterDestinationConfigFilterAttributesList, ...)
- func NewTelemetryrouterDestinationConfigFilterAttributesOutputReference_Override(t TelemetryrouterDestinationConfigFilterAttributesOutputReference, ...)
- func NewTelemetryrouterDestinationConfigFilterOutputReference_Override(t TelemetryrouterDestinationConfigFilterOutputReference, ...)
- func NewTelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference_Override(t TelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference, ...)
- func NewTelemetryrouterDestinationConfigOpentelemetryOutputReference_Override(t TelemetryrouterDestinationConfigOpentelemetryOutputReference, ...)
- func NewTelemetryrouterDestinationConfigS3AccessKeyOutputReference_Override(t TelemetryrouterDestinationConfigS3AccessKeyOutputReference, ...)
- func NewTelemetryrouterDestinationConfigS3OutputReference_Override(t TelemetryrouterDestinationConfigS3OutputReference, ...)
- func NewTelemetryrouterDestination_Override(t TelemetryrouterDestination, scope constructs.Construct, id *string, ...)
- func TelemetryrouterDestination_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func TelemetryrouterDestination_IsConstruct(x interface{}) *bool
- func TelemetryrouterDestination_IsTerraformElement(x interface{}) *bool
- func TelemetryrouterDestination_IsTerraformResource(x interface{}) *bool
- func TelemetryrouterDestination_TfResourceType() *string
- type TelemetryrouterDestination
- type TelemetryrouterDestinationConfig
- type TelemetryrouterDestinationConfigA
- type TelemetryrouterDestinationConfigAOutputReference
- type TelemetryrouterDestinationConfigFilter
- type TelemetryrouterDestinationConfigFilterAttributes
- type TelemetryrouterDestinationConfigFilterAttributesList
- type TelemetryrouterDestinationConfigFilterAttributesOutputReference
- type TelemetryrouterDestinationConfigFilterOutputReference
- type TelemetryrouterDestinationConfigOpentelemetry
- type TelemetryrouterDestinationConfigOpentelemetryBasicAuth
- type TelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference
- type TelemetryrouterDestinationConfigOpentelemetryOutputReference
- type TelemetryrouterDestinationConfigS3
- type TelemetryrouterDestinationConfigS3AccessKey
- type TelemetryrouterDestinationConfigS3AccessKeyOutputReference
- type TelemetryrouterDestinationConfigS3OutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTelemetryrouterDestinationConfigAOutputReference_Override ¶
func NewTelemetryrouterDestinationConfigAOutputReference_Override(t TelemetryrouterDestinationConfigAOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTelemetryrouterDestinationConfigFilterAttributesList_Override ¶
func NewTelemetryrouterDestinationConfigFilterAttributesList_Override(t TelemetryrouterDestinationConfigFilterAttributesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewTelemetryrouterDestinationConfigFilterAttributesOutputReference_Override ¶
func NewTelemetryrouterDestinationConfigFilterAttributesOutputReference_Override(t TelemetryrouterDestinationConfigFilterAttributesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewTelemetryrouterDestinationConfigFilterOutputReference_Override ¶
func NewTelemetryrouterDestinationConfigFilterOutputReference_Override(t TelemetryrouterDestinationConfigFilterOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference_Override ¶
func NewTelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference_Override(t TelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTelemetryrouterDestinationConfigOpentelemetryOutputReference_Override ¶
func NewTelemetryrouterDestinationConfigOpentelemetryOutputReference_Override(t TelemetryrouterDestinationConfigOpentelemetryOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTelemetryrouterDestinationConfigS3AccessKeyOutputReference_Override ¶
func NewTelemetryrouterDestinationConfigS3AccessKeyOutputReference_Override(t TelemetryrouterDestinationConfigS3AccessKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTelemetryrouterDestinationConfigS3OutputReference_Override ¶
func NewTelemetryrouterDestinationConfigS3OutputReference_Override(t TelemetryrouterDestinationConfigS3OutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTelemetryrouterDestination_Override ¶
func NewTelemetryrouterDestination_Override(t TelemetryrouterDestination, scope constructs.Construct, id *string, config *TelemetryrouterDestinationConfig)
Create a new {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination stackit_telemetryrouter_destination} Resource.
func TelemetryrouterDestination_GenerateConfigForImport ¶
func TelemetryrouterDestination_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a TelemetryrouterDestination resource upon running "cdktf plan <stack-name>".
func TelemetryrouterDestination_IsConstruct ¶
func TelemetryrouterDestination_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 TelemetryrouterDestination_IsTerraformElement ¶
func TelemetryrouterDestination_IsTerraformElement(x interface{}) *bool
Experimental.
func TelemetryrouterDestination_IsTerraformResource ¶
func TelemetryrouterDestination_IsTerraformResource(x interface{}) *bool
Experimental.
func TelemetryrouterDestination_TfResourceType ¶
func TelemetryrouterDestination_TfResourceType() *string
Types ¶
type TelemetryrouterDestination ¶
type TelemetryrouterDestination interface {
cdktf.TerraformResource
// Experimental.
CdktfStack() cdktf.TerraformStack
Config() TelemetryrouterDestinationConfigAOutputReference
ConfigInput() interface{}
// Experimental.
Connection() interface{}
// Experimental.
SetConnection(val interface{})
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() interface{}
// Experimental.
SetCount(val interface{})
CreationTime() *string
CredentialType() *string
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
Description() *string
SetDescription(val *string)
DescriptionInput() *string
DestinationId() *string
DisplayName() *string
SetDisplayName(val *string)
DisplayNameInput() *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)
// 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{}
Region() *string
SetRegion(val *string)
RegionInput() *string
Status() *string
// 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)
PutConfig(value *TelemetryrouterDestinationConfigA)
ResetDescription()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetRegion()
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.98.0/docs/resources/telemetryrouter_destination stackit_telemetryrouter_destination}.
func NewTelemetryrouterDestination ¶
func NewTelemetryrouterDestination(scope constructs.Construct, id *string, config *TelemetryrouterDestinationConfig) TelemetryrouterDestination
Create a new {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination stackit_telemetryrouter_destination} Resource.
type TelemetryrouterDestinationConfig ¶
type TelemetryrouterDestinationConfig 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 configuration of the TelemetryRouter destination.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#config TelemetryrouterDestination#config}
Config *TelemetryrouterDestinationConfigA `field:"required" json:"config" yaml:"config"`
// The displayed name of the TelemetryRouter destination.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#display_name TelemetryrouterDestination#display_name}
DisplayName *string `field:"required" json:"displayName" yaml:"displayName"`
// The TelemetryRouter instance ID.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#instance_id TelemetryrouterDestination#instance_id}
InstanceId *string `field:"required" json:"instanceId" yaml:"instanceId"`
// STACKIT project ID associated with the TelemetryRouter instance.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#project_id TelemetryrouterDestination#project_id}
ProjectId *string `field:"required" json:"projectId" yaml:"projectId"`
// The description of the TelemetryRouter destination.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#description TelemetryrouterDestination#description}
Description *string `field:"optional" json:"description" yaml:"description"`
// STACKIT region name the resource is located in. If not defined, the provider region is used.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#region TelemetryrouterDestination#region}
Region *string `field:"optional" json:"region" yaml:"region"`
}
type TelemetryrouterDestinationConfigA ¶
type TelemetryrouterDestinationConfigA struct {
// The TelemetryRouter destinations's configuration type, possible values: Possible values are: `OpenTelemetry`, `S3`.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#config_type TelemetryrouterDestination#config_type}
ConfigType *string `field:"required" json:"configType" yaml:"configType"`
// The TelemetryRouter destination's filter settings.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#filter TelemetryrouterDestination#filter}
Filter *TelemetryrouterDestinationConfigFilter `field:"optional" json:"filter" yaml:"filter"`
// OpenTelemetry configuration.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#opentelemetry TelemetryrouterDestination#opentelemetry}
Opentelemetry *TelemetryrouterDestinationConfigOpentelemetry `field:"optional" json:"opentelemetry" yaml:"opentelemetry"`
// S3 configuration.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#s3 TelemetryrouterDestination#s3}
S3 *TelemetryrouterDestinationConfigS3 `field:"optional" json:"s3" yaml:"s3"`
}
type TelemetryrouterDestinationConfigAOutputReference ¶
type TelemetryrouterDestinationConfigAOutputReference 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)
ConfigType() *string
SetConfigType(val *string)
ConfigTypeInput() *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
Filter() TelemetryrouterDestinationConfigFilterOutputReference
FilterInput() interface{}
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Opentelemetry() TelemetryrouterDestinationConfigOpentelemetryOutputReference
OpentelemetryInput() interface{}
S3() TelemetryrouterDestinationConfigS3OutputReference
S3Input() 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
PutFilter(value *TelemetryrouterDestinationConfigFilter)
PutOpentelemetry(value *TelemetryrouterDestinationConfigOpentelemetry)
PutS3(value *TelemetryrouterDestinationConfigS3)
ResetFilter()
ResetOpentelemetry()
ResetS3()
// 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 NewTelemetryrouterDestinationConfigAOutputReference ¶
func NewTelemetryrouterDestinationConfigAOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TelemetryrouterDestinationConfigAOutputReference
type TelemetryrouterDestinationConfigFilter ¶
type TelemetryrouterDestinationConfigFilter struct {
// The TelemetryRouter destination's filter attributes.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#attributes TelemetryrouterDestination#attributes}
Attributes interface{} `field:"required" json:"attributes" yaml:"attributes"`
}
type TelemetryrouterDestinationConfigFilterAttributes ¶
type TelemetryrouterDestinationConfigFilterAttributes struct {
// The TelemetryRouter destination's filter attribute key.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#key TelemetryrouterDestination#key}
Key *string `field:"required" json:"key" yaml:"key"`
// The TelemetryRouter destination's filter attribute level, possible values: Possible values are: `resource`, `scope`, `logRecord`.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#level TelemetryrouterDestination#level}
Level *string `field:"required" json:"level" yaml:"level"`
// The TelemetryRouter destination's filter attribute matcher, possible values: Possible values are: `=`, `!=`.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#matcher TelemetryrouterDestination#matcher}
Matcher *string `field:"required" json:"matcher" yaml:"matcher"`
// The TelemetryRouter destination's filter attribute values.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#values TelemetryrouterDestination#values}
Values *[]*string `field:"required" json:"values" yaml:"values"`
}
type TelemetryrouterDestinationConfigFilterAttributesList ¶
type TelemetryrouterDestinationConfigFilterAttributesList 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) TelemetryrouterDestinationConfigFilterAttributesOutputReference
// 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 NewTelemetryrouterDestinationConfigFilterAttributesList ¶
func NewTelemetryrouterDestinationConfigFilterAttributesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) TelemetryrouterDestinationConfigFilterAttributesList
type TelemetryrouterDestinationConfigFilterAttributesOutputReference ¶
type TelemetryrouterDestinationConfigFilterAttributesOutputReference 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
Level() *string
SetLevel(val *string)
LevelInput() *string
Matcher() *string
SetMatcher(val *string)
MatcherInput() *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 NewTelemetryrouterDestinationConfigFilterAttributesOutputReference ¶
func NewTelemetryrouterDestinationConfigFilterAttributesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) TelemetryrouterDestinationConfigFilterAttributesOutputReference
type TelemetryrouterDestinationConfigFilterOutputReference ¶
type TelemetryrouterDestinationConfigFilterOutputReference interface {
cdktf.ComplexObject
Attributes() TelemetryrouterDestinationConfigFilterAttributesList
AttributesInput() 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
// 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
PutAttributes(value interface{})
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewTelemetryrouterDestinationConfigFilterOutputReference ¶
func NewTelemetryrouterDestinationConfigFilterOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TelemetryrouterDestinationConfigFilterOutputReference
type TelemetryrouterDestinationConfigOpentelemetry ¶
type TelemetryrouterDestinationConfigOpentelemetry struct {
// OpenTelemetry destination URI.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#uri TelemetryrouterDestination#uri}
Uri *string `field:"required" json:"uri" yaml:"uri"`
// OpenTelemetry basic auth configuration.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#basic_auth TelemetryrouterDestination#basic_auth}
BasicAuth *TelemetryrouterDestinationConfigOpentelemetryBasicAuth `field:"optional" json:"basicAuth" yaml:"basicAuth"`
// OpenTelemetry bearer token.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#bearer_token TelemetryrouterDestination#bearer_token}
BearerToken *string `field:"optional" json:"bearerToken" yaml:"bearerToken"`
}
type TelemetryrouterDestinationConfigOpentelemetryBasicAuth ¶
type TelemetryrouterDestinationConfigOpentelemetryBasicAuth struct {
// OpenTelemetry basic auth username.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#password TelemetryrouterDestination#password}
Password *string `field:"required" json:"password" yaml:"password"`
// OpenTelemetry basic auth username.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#username TelemetryrouterDestination#username}
Username *string `field:"required" json:"username" yaml:"username"`
}
type TelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference ¶
type TelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference 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 NewTelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference ¶
func NewTelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference
type TelemetryrouterDestinationConfigOpentelemetryOutputReference ¶
type TelemetryrouterDestinationConfigOpentelemetryOutputReference interface {
cdktf.ComplexObject
BasicAuth() TelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference
BasicAuthInput() interface{}
BearerToken() *string
SetBearerToken(val *string)
BearerTokenInput() *string
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Uri() *string
SetUri(val *string)
UriInput() *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
PutBasicAuth(value *TelemetryrouterDestinationConfigOpentelemetryBasicAuth)
ResetBasicAuth()
ResetBearerToken()
// 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 NewTelemetryrouterDestinationConfigOpentelemetryOutputReference ¶
func NewTelemetryrouterDestinationConfigOpentelemetryOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TelemetryrouterDestinationConfigOpentelemetryOutputReference
type TelemetryrouterDestinationConfigS3 ¶
type TelemetryrouterDestinationConfigS3 struct {
// S3 bucket name.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#bucket TelemetryrouterDestination#bucket}
Bucket *string `field:"required" json:"bucket" yaml:"bucket"`
// S3 endpoint.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#endpoint TelemetryrouterDestination#endpoint}
Endpoint *string `field:"required" json:"endpoint" yaml:"endpoint"`
// S3 access key configuration.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#access_key TelemetryrouterDestination#access_key}
AccessKey *TelemetryrouterDestinationConfigS3AccessKey `field:"optional" json:"accessKey" yaml:"accessKey"`
}
type TelemetryrouterDestinationConfigS3AccessKey ¶
type TelemetryrouterDestinationConfigS3AccessKey struct {
// S3 access key ID.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#id TelemetryrouterDestination#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:"required" json:"id" yaml:"id"`
// S3 access key secret.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.98.0/docs/resources/telemetryrouter_destination#secret TelemetryrouterDestination#secret}
Secret *string `field:"required" json:"secret" yaml:"secret"`
}
type TelemetryrouterDestinationConfigS3AccessKeyOutputReference ¶
type TelemetryrouterDestinationConfigS3AccessKeyOutputReference 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
Id() *string
SetId(val *string)
IdInput() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Secret() *string
SetSecret(val *string)
SecretInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewTelemetryrouterDestinationConfigS3AccessKeyOutputReference ¶
func NewTelemetryrouterDestinationConfigS3AccessKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TelemetryrouterDestinationConfigS3AccessKeyOutputReference
type TelemetryrouterDestinationConfigS3OutputReference ¶
type TelemetryrouterDestinationConfigS3OutputReference interface {
cdktf.ComplexObject
AccessKey() TelemetryrouterDestinationConfigS3AccessKeyOutputReference
AccessKeyInput() interface{}
Bucket() *string
SetBucket(val *string)
BucketInput() *string
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
Endpoint() *string
SetEndpoint(val *string)
EndpointInput() *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)
// 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
PutAccessKey(value *TelemetryrouterDestinationConfigS3AccessKey)
ResetAccessKey()
// 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 NewTelemetryrouterDestinationConfigS3OutputReference ¶
func NewTelemetryrouterDestinationConfigS3OutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TelemetryrouterDestinationConfigS3OutputReference
Source Files
¶
- TelemetryrouterDestination.go
- TelemetryrouterDestinationConfig.go
- TelemetryrouterDestinationConfigA.go
- TelemetryrouterDestinationConfigAOutputReference.go
- TelemetryrouterDestinationConfigAOutputReference__checks.go
- TelemetryrouterDestinationConfigFilter.go
- TelemetryrouterDestinationConfigFilterAttributes.go
- TelemetryrouterDestinationConfigFilterAttributesList.go
- TelemetryrouterDestinationConfigFilterAttributesList__checks.go
- TelemetryrouterDestinationConfigFilterAttributesOutputReference.go
- TelemetryrouterDestinationConfigFilterAttributesOutputReference__checks.go
- TelemetryrouterDestinationConfigFilterOutputReference.go
- TelemetryrouterDestinationConfigFilterOutputReference__checks.go
- TelemetryrouterDestinationConfigOpentelemetry.go
- TelemetryrouterDestinationConfigOpentelemetryBasicAuth.go
- TelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference.go
- TelemetryrouterDestinationConfigOpentelemetryBasicAuthOutputReference__checks.go
- TelemetryrouterDestinationConfigOpentelemetryOutputReference.go
- TelemetryrouterDestinationConfigOpentelemetryOutputReference__checks.go
- TelemetryrouterDestinationConfigS3.go
- TelemetryrouterDestinationConfigS3AccessKey.go
- TelemetryrouterDestinationConfigS3AccessKeyOutputReference.go
- TelemetryrouterDestinationConfigS3AccessKeyOutputReference__checks.go
- TelemetryrouterDestinationConfigS3OutputReference.go
- TelemetryrouterDestinationConfigS3OutputReference__checks.go
- TelemetryrouterDestination__checks.go
- main.go