LogsIndex

Create a LogsIndex Resource

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<LogsIndexFilterArgs>
Name string

The name of the exclusion filter.

ExclusionFilters List<LogsIndexExclusionFilterArgs>

List of exclusion filters.

Filters []LogsIndexFilter
Name string

The name of the exclusion filter.

ExclusionFilters []LogsIndexExclusionFilter

List of exclusion filters.

filters LogsIndexFilter[]
name string

The name of the exclusion filter.

exclusionFilters LogsIndexExclusionFilter[]

List of exclusion filters.

filters List[LogsIndexFilter]
name str

The name of the exclusion filter.

exclusion_filters List[LogsIndexExclusionFilter]

List of exclusion filters.

Outputs

All input properties are implicitly available as output properties. Additionally, the LogsIndex resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

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): LogsIndex
static 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:

ExclusionFilters List<LogsIndexExclusionFilterArgs>

List of exclusion filters.

Filters List<LogsIndexFilterArgs>
Name string

The name of the exclusion filter.

ExclusionFilters []LogsIndexExclusionFilter

List of exclusion filters.

Filters []LogsIndexFilter
Name string

The name of the exclusion filter.

exclusionFilters LogsIndexExclusionFilter[]

List of exclusion filters.

filters LogsIndexFilter[]
name string

The name of the exclusion filter.

exclusion_filters List[LogsIndexExclusionFilter]

List of exclusion filters.

filters List[LogsIndexFilter]
name str

The name of the exclusion filter.

Supporting Types

LogsIndexExclusionFilter

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Filters List<LogsIndexExclusionFilterFilterArgs>
IsEnabled bool

A boolean stating if the exclusion is active or not.

Name string

The name of the exclusion filter.

Filters []LogsIndexExclusionFilterFilter
IsEnabled bool

A boolean stating if the exclusion is active or not.

Name string

The name of the exclusion filter.

filters LogsIndexExclusionFilterFilter[]
isEnabled boolean

A boolean stating if the exclusion is active or not.

name string

The name of the exclusion filter.

filters List[LogsIndexExclusionFilterFilter]
is_enabled bool

A boolean stating if the exclusion is active or not.

name str

The name of the exclusion filter.

LogsIndexExclusionFilterFilter

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string

Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.

SampleRate 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.

SampleRate 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.

sampleRate 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.

sampleRate float

The fraction of logs excluded by the exclusion filter, when active.

LogsIndexFilter

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string

Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.

Query string

Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.

query string

Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.

query str

Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.

Package Details

Repository
https://github.com/pulumi/pulumi-datadog
License
Apache-2.0
Notes
This Pulumi package is based on the datadog Terraform Provider.