Documentation ¶
Index ¶
- func LogsIndex_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func LogsIndex_IsConstruct(x interface{}) *bool
- func LogsIndex_IsTerraformElement(x interface{}) *bool
- func LogsIndex_IsTerraformResource(x interface{}) *bool
- func LogsIndex_TfResourceType() *string
- func NewLogsIndexDailyLimitResetOutputReference_Override(l LogsIndexDailyLimitResetOutputReference, ...)
- func NewLogsIndexExclusionFilterFilterList_Override(l LogsIndexExclusionFilterFilterList, ...)
- func NewLogsIndexExclusionFilterFilterOutputReference_Override(l LogsIndexExclusionFilterFilterOutputReference, ...)
- func NewLogsIndexExclusionFilterList_Override(l LogsIndexExclusionFilterList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewLogsIndexExclusionFilterOutputReference_Override(l LogsIndexExclusionFilterOutputReference, ...)
- func NewLogsIndexFilterOutputReference_Override(l LogsIndexFilterOutputReference, terraformResource cdktf.IInterpolatingParent, ...)
- func NewLogsIndex_Override(l LogsIndex, scope constructs.Construct, id *string, config *LogsIndexConfig)
- type LogsIndex
- type LogsIndexConfig
- type LogsIndexDailyLimitReset
- type LogsIndexDailyLimitResetOutputReference
- type LogsIndexExclusionFilter
- type LogsIndexExclusionFilterFilter
- type LogsIndexExclusionFilterFilterList
- type LogsIndexExclusionFilterFilterOutputReference
- type LogsIndexExclusionFilterList
- type LogsIndexExclusionFilterOutputReference
- type LogsIndexFilter
- type LogsIndexFilterOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogsIndex_GenerateConfigForImport ¶
func LogsIndex_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a LogsIndex resource upon running "cdktf plan <stack-name>".
func LogsIndex_IsConstruct ¶
func LogsIndex_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 LogsIndex_IsTerraformElement ¶
func LogsIndex_IsTerraformElement(x interface{}) *bool
Experimental.
func LogsIndex_IsTerraformResource ¶
func LogsIndex_IsTerraformResource(x interface{}) *bool
Experimental.
func LogsIndex_TfResourceType ¶
func LogsIndex_TfResourceType() *string
func NewLogsIndexDailyLimitResetOutputReference_Override ¶ added in v11.2.0
func NewLogsIndexDailyLimitResetOutputReference_Override(l LogsIndexDailyLimitResetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLogsIndexExclusionFilterFilterList_Override ¶
func NewLogsIndexExclusionFilterFilterList_Override(l LogsIndexExclusionFilterFilterList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewLogsIndexExclusionFilterFilterOutputReference_Override ¶
func NewLogsIndexExclusionFilterFilterOutputReference_Override(l LogsIndexExclusionFilterFilterOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewLogsIndexExclusionFilterList_Override ¶
func NewLogsIndexExclusionFilterList_Override(l LogsIndexExclusionFilterList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewLogsIndexExclusionFilterOutputReference_Override ¶
func NewLogsIndexExclusionFilterOutputReference_Override(l LogsIndexExclusionFilterOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewLogsIndexFilterOutputReference_Override ¶
func NewLogsIndexFilterOutputReference_Override(l LogsIndexFilterOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLogsIndex_Override ¶
func NewLogsIndex_Override(l LogsIndex, scope constructs.Construct, id *string, config *LogsIndexConfig)
Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index datadog_logs_index} Resource.
Types ¶
type LogsIndex ¶
type LogsIndex interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DailyLimit() *float64 SetDailyLimit(val *float64) DailyLimitInput() *float64 DailyLimitReset() LogsIndexDailyLimitResetOutputReference DailyLimitResetInput() *LogsIndexDailyLimitReset DailyLimitWarningThresholdPercentage() *float64 SetDailyLimitWarningThresholdPercentage(val *float64) DailyLimitWarningThresholdPercentageInput() *float64 // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DisableDailyLimit() interface{} SetDisableDailyLimit(val interface{}) DisableDailyLimitInput() interface{} ExclusionFilter() LogsIndexExclusionFilterList ExclusionFilterInput() interface{} Filter() LogsIndexFilterOutputReference FilterInput() *LogsIndexFilter FlexRetentionDays() *float64 SetFlexRetentionDays(val *float64) FlexRetentionDaysInput() *float64 // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RetentionDays() *float64 SetRetentionDays(val *float64) RetentionDaysInput() *float64 // 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) PutDailyLimitReset(value *LogsIndexDailyLimitReset) PutExclusionFilter(value interface{}) PutFilter(value *LogsIndexFilter) ResetDailyLimit() ResetDailyLimitReset() ResetDailyLimitWarningThresholdPercentage() ResetDisableDailyLimit() ResetExclusionFilter() ResetFlexRetentionDays() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRetentionDays() 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/datadog/datadog/3.50.0/docs/resources/logs_index datadog_logs_index}.
func NewLogsIndex ¶
func NewLogsIndex(scope constructs.Construct, id *string, config *LogsIndexConfig) LogsIndex
Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index datadog_logs_index} Resource.
type LogsIndexConfig ¶
type LogsIndexConfig 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"` // filter block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#filter LogsIndex#filter} Filter *LogsIndexFilter `field:"required" json:"filter" yaml:"filter"` // The name of the index. // // Index names cannot be modified after creation. If this value is changed, a new index will be created. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#name LogsIndex#name} Name *string `field:"required" json:"name" yaml:"name"` // The number of log events you can send in this index per day before you are rate-limited. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#daily_limit LogsIndex#daily_limit} DailyLimit *float64 `field:"optional" json:"dailyLimit" yaml:"dailyLimit"` // daily_limit_reset block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#daily_limit_reset LogsIndex#daily_limit_reset} DailyLimitReset *LogsIndexDailyLimitReset `field:"optional" json:"dailyLimitReset" yaml:"dailyLimitReset"` // A percentage threshold of the daily quota at which a Datadog warning event is generated. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#daily_limit_warning_threshold_percentage LogsIndex#daily_limit_warning_threshold_percentage} DailyLimitWarningThresholdPercentage *float64 `field:"optional" json:"dailyLimitWarningThresholdPercentage" yaml:"dailyLimitWarningThresholdPercentage"` // If true, sets the daily_limit value to null and the index is not limited on a daily basis (any specified daily_limit value in the request is ignored). // // If false or omitted, the index's current daily_limit is maintained. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#disable_daily_limit LogsIndex#disable_daily_limit} DisableDailyLimit interface{} `field:"optional" json:"disableDailyLimit" yaml:"disableDailyLimit"` // exclusion_filter block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#exclusion_filter LogsIndex#exclusion_filter} ExclusionFilter interface{} `field:"optional" json:"exclusionFilter" yaml:"exclusionFilter"` // The total number of days logs are stored in Standard and Flex Tier before being deleted from the index. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#flex_retention_days LogsIndex#flex_retention_days} FlexRetentionDays *float64 `field:"optional" json:"flexRetentionDays" yaml:"flexRetentionDays"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#id LogsIndex#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"` // The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#retention_days LogsIndex#retention_days} RetentionDays *float64 `field:"optional" json:"retentionDays" yaml:"retentionDays"` }
type LogsIndexDailyLimitReset ¶ added in v11.2.0
type LogsIndexDailyLimitReset struct { // String in `HH:00` format representing the time of day the daily limit should be reset. // // The hours must be between 00 and 23 (inclusive). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#reset_time LogsIndex#reset_time} ResetTime *string `field:"required" json:"resetTime" yaml:"resetTime"` // String in `(-|+)HH:00` format representing the UTC offset to apply to the given reset time. // // The hours must be between -12 and +14 (inclusive). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#reset_utc_offset LogsIndex#reset_utc_offset} ResetUtcOffset *string `field:"required" json:"resetUtcOffset" yaml:"resetUtcOffset"` }
type LogsIndexDailyLimitResetOutputReference ¶ added in v11.2.0
type LogsIndexDailyLimitResetOutputReference 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() *LogsIndexDailyLimitReset SetInternalValue(val *LogsIndexDailyLimitReset) ResetTime() *string SetResetTime(val *string) ResetTimeInput() *string ResetUtcOffset() *string SetResetUtcOffset(val *string) ResetUtcOffsetInput() *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 NewLogsIndexDailyLimitResetOutputReference ¶ added in v11.2.0
func NewLogsIndexDailyLimitResetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LogsIndexDailyLimitResetOutputReference
type LogsIndexExclusionFilter ¶
type LogsIndexExclusionFilter struct { // filter block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#filter LogsIndex#filter} Filter interface{} `field:"optional" json:"filter" yaml:"filter"` // A boolean stating if the exclusion is active or not. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#is_enabled LogsIndex#is_enabled} IsEnabled interface{} `field:"optional" json:"isEnabled" yaml:"isEnabled"` // The name of the exclusion filter. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#name LogsIndex#name} Name *string `field:"optional" json:"name" yaml:"name"` }
type LogsIndexExclusionFilterFilter ¶
type LogsIndexExclusionFilterFilter struct { // Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#query LogsIndex#query} Query *string `field:"optional" json:"query" yaml:"query"` // The fraction of logs excluded by the exclusion filter, when active. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#sample_rate LogsIndex#sample_rate} SampleRate *float64 `field:"optional" json:"sampleRate" yaml:"sampleRate"` }
type LogsIndexExclusionFilterFilterList ¶
type LogsIndexExclusionFilterFilterList 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) LogsIndexExclusionFilterFilterOutputReference // 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 NewLogsIndexExclusionFilterFilterList ¶
func NewLogsIndexExclusionFilterFilterList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) LogsIndexExclusionFilterFilterList
type LogsIndexExclusionFilterFilterOutputReference ¶
type LogsIndexExclusionFilterFilterOutputReference 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{}) Query() *string SetQuery(val *string) QueryInput() *string SampleRate() *float64 SetSampleRate(val *float64) SampleRateInput() *float64 // 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 ResetQuery() ResetSampleRate() // 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 NewLogsIndexExclusionFilterFilterOutputReference ¶
func NewLogsIndexExclusionFilterFilterOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) LogsIndexExclusionFilterFilterOutputReference
type LogsIndexExclusionFilterList ¶
type LogsIndexExclusionFilterList 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) LogsIndexExclusionFilterOutputReference // 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 NewLogsIndexExclusionFilterList ¶
func NewLogsIndexExclusionFilterList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) LogsIndexExclusionFilterList
type LogsIndexExclusionFilterOutputReference ¶
type LogsIndexExclusionFilterOutputReference 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 Filter() LogsIndexExclusionFilterFilterList FilterInput() interface{} // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) IsEnabled() interface{} SetIsEnabled(val interface{}) IsEnabledInput() interface{} Name() *string SetName(val *string) NameInput() *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 PutFilter(value interface{}) ResetFilter() ResetIsEnabled() ResetName() // 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 NewLogsIndexExclusionFilterOutputReference ¶
func NewLogsIndexExclusionFilterOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) LogsIndexExclusionFilterOutputReference
type LogsIndexFilter ¶
type LogsIndexFilter struct { // Logs filter criteria. Only logs matching this filter criteria are considered for this index. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.50.0/docs/resources/logs_index#query LogsIndex#query} Query *string `field:"required" json:"query" yaml:"query"` }
type LogsIndexFilterOutputReference ¶
type LogsIndexFilterOutputReference 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() *LogsIndexFilter SetInternalValue(val *LogsIndexFilter) Query() *string SetQuery(val *string) QueryInput() *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 NewLogsIndexFilterOutputReference ¶
func NewLogsIndexFilterOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LogsIndexFilterOutputReference
Source Files ¶
- LogsIndex.go
- LogsIndexConfig.go
- LogsIndexDailyLimitReset.go
- LogsIndexDailyLimitResetOutputReference.go
- LogsIndexDailyLimitResetOutputReference__checks.go
- LogsIndexExclusionFilter.go
- LogsIndexExclusionFilterFilter.go
- LogsIndexExclusionFilterFilterList.go
- LogsIndexExclusionFilterFilterList__checks.go
- LogsIndexExclusionFilterFilterOutputReference.go
- LogsIndexExclusionFilterFilterOutputReference__checks.go
- LogsIndexExclusionFilterList.go
- LogsIndexExclusionFilterList__checks.go
- LogsIndexExclusionFilterOutputReference.go
- LogsIndexExclusionFilterOutputReference__checks.go
- LogsIndexFilter.go
- LogsIndexFilterOutputReference.go
- LogsIndexFilterOutputReference__checks.go
- LogsIndex__checks.go
- main.go