LogsIndex
Create a LogsIndex Resource
new LogsIndex(name: string, args: LogsIndexArgs, opts?: CustomResourceOptions);def LogsIndex(resource_name, opts=None, exclusion_filters=None, filters=None, name=None, __props__=None);func NewLogsIndex(ctx *Context, name string, args LogsIndexArgs, opts ...ResourceOption) (*LogsIndex, error)public LogsIndex(string name, LogsIndexArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args LogsIndexArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LogsIndexArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LogsIndexArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
LogsIndex Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The LogsIndex resource accepts the following input properties:
- Filters
List<Logs
Index Filter Args> - Name string
The name of the exclusion filter.
- Exclusion
Filters List<LogsIndex Exclusion Filter Args> List of exclusion filters.
- Filters
[]Logs
Index Filter - Name string
The name of the exclusion filter.
- Exclusion
Filters []LogsIndex Exclusion Filter List of exclusion filters.
- filters
Logs
Index Filter[] - name string
The name of the exclusion filter.
- exclusion
Filters LogsIndex Exclusion Filter[] List of exclusion filters.
- filters
List[Logs
Index Filter] - name str
The name of the exclusion filter.
- exclusion_
filters List[LogsIndex Exclusion Filter] List of exclusion filters.
Outputs
All input properties are implicitly available as output properties. Additionally, the LogsIndex resource produces the following output properties:
Look up an Existing LogsIndex Resource
Get an existing LogsIndex resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: LogsIndexState, opts?: CustomResourceOptions): LogsIndexstatic get(resource_name, id, opts=None, exclusion_filters=None, filters=None, name=None, __props__=None);func GetLogsIndex(ctx *Context, name string, id IDInput, state *LogsIndexState, opts ...ResourceOption) (*LogsIndex, error)public static LogsIndex Get(string name, Input<string> id, LogsIndexState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Exclusion
Filters List<LogsIndex Exclusion Filter Args> List of exclusion filters.
- Filters
List<Logs
Index Filter Args> - Name string
The name of the exclusion filter.
- Exclusion
Filters []LogsIndex Exclusion Filter List of exclusion filters.
- Filters
[]Logs
Index Filter - Name string
The name of the exclusion filter.
- exclusion
Filters LogsIndex Exclusion Filter[] List of exclusion filters.
- filters
Logs
Index Filter[] - name string
The name of the exclusion filter.
- exclusion_
filters List[LogsIndex Exclusion Filter] List of exclusion filters.
- filters
List[Logs
Index Filter] - name str
The name of the exclusion filter.
Supporting Types
LogsIndexExclusionFilter
- filters
List[Logs
Index Exclusion Filter Filter] - is_
enabled bool A boolean stating if the exclusion is active or not.
- name str
The name of the exclusion filter.
LogsIndexExclusionFilterFilter
- Query string
Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.
- Sample
Rate double The fraction of logs excluded by the exclusion filter, when active.
- Query string
Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.
- Sample
Rate float64 The fraction of logs excluded by the exclusion filter, when active.
- query string
Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.
- sample
Rate number The fraction of logs excluded by the exclusion filter, when active.
- query str
Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.
- sample
Rate float The fraction of logs excluded by the exclusion filter, when active.
LogsIndexFilter
Package Details
- Repository
- https://github.com/pulumi/pulumi-datadog
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
datadogTerraform Provider.