sumologic.KinesisMetricsSource
Explore with Pulumi AI
Import
Kinesis Metrics sources can be imported using the collector and source IDs (collector/source
), e.g.:
hcl
$ pulumi import sumologic:index/kinesisMetricsSource:KinesisMetricsSource test 123/456
HTTP sources can be imported using the collector name and source name (collectorName/sourceName
), e.g.:
hcl
$ pulumi import sumologic:index/kinesisMetricsSource:KinesisMetricsSource test my-test-collector/my-test-source
Create KinesisMetricsSource Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new KinesisMetricsSource(name: string, args: KinesisMetricsSourceArgs, opts?: CustomResourceOptions);
@overload
def KinesisMetricsSource(resource_name: str,
args: KinesisMetricsSourceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def KinesisMetricsSource(resource_name: str,
opts: Optional[ResourceOptions] = None,
content_type: Optional[str] = None,
path: Optional[KinesisMetricsSourcePathArgs] = None,
authentication: Optional[KinesisMetricsSourceAuthenticationArgs] = None,
collector_id: Optional[int] = None,
filters: Optional[Sequence[KinesisMetricsSourceFilterArgs]] = None,
force_timezone: Optional[bool] = None,
cutoff_timestamp: Optional[int] = None,
default_date_formats: Optional[Sequence[KinesisMetricsSourceDefaultDateFormatArgs]] = None,
description: Optional[str] = None,
fields: Optional[Mapping[str, str]] = None,
category: Optional[str] = None,
cutoff_relative_time: Optional[str] = None,
host_name: Optional[str] = None,
manual_prefix_regexp: Optional[str] = None,
message_per_request: Optional[bool] = None,
multiline_processing_enabled: Optional[bool] = None,
name: Optional[str] = None,
automatic_date_parsing: Optional[bool] = None,
timezone: Optional[str] = None,
use_autoline_matching: Optional[bool] = None)
func NewKinesisMetricsSource(ctx *Context, name string, args KinesisMetricsSourceArgs, opts ...ResourceOption) (*KinesisMetricsSource, error)
public KinesisMetricsSource(string name, KinesisMetricsSourceArgs args, CustomResourceOptions? opts = null)
public KinesisMetricsSource(String name, KinesisMetricsSourceArgs args)
public KinesisMetricsSource(String name, KinesisMetricsSourceArgs args, CustomResourceOptions options)
type: sumologic:KinesisMetricsSource
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args KinesisMetricsSourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args KinesisMetricsSourceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args KinesisMetricsSourceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KinesisMetricsSourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args KinesisMetricsSourceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var kinesisMetricsSourceResource = new SumoLogic.KinesisMetricsSource("kinesisMetricsSourceResource", new()
{
ContentType = "string",
Path = new SumoLogic.Inputs.KinesisMetricsSourcePathArgs
{
Type = "string",
TagFilters = new[]
{
new SumoLogic.Inputs.KinesisMetricsSourcePathTagFilterArgs
{
Namespace = "string",
Tags = new[]
{
"string",
},
Type = "string",
},
},
},
Authentication = new SumoLogic.Inputs.KinesisMetricsSourceAuthenticationArgs
{
Type = "string",
AccessKey = "string",
RoleArn = "string",
SecretKey = "string",
},
CollectorId = 0,
Filters = new[]
{
new SumoLogic.Inputs.KinesisMetricsSourceFilterArgs
{
FilterType = "string",
Name = "string",
Regexp = "string",
Mask = "string",
},
},
ForceTimezone = false,
CutoffTimestamp = 0,
DefaultDateFormats = new[]
{
new SumoLogic.Inputs.KinesisMetricsSourceDefaultDateFormatArgs
{
Format = "string",
Locator = "string",
},
},
Description = "string",
Fields =
{
{ "string", "string" },
},
Category = "string",
CutoffRelativeTime = "string",
HostName = "string",
ManualPrefixRegexp = "string",
MessagePerRequest = false,
MultilineProcessingEnabled = false,
Name = "string",
AutomaticDateParsing = false,
Timezone = "string",
UseAutolineMatching = false,
});
example, err := sumologic.NewKinesisMetricsSource(ctx, "kinesisMetricsSourceResource", &sumologic.KinesisMetricsSourceArgs{
ContentType: pulumi.String("string"),
Path: &sumologic.KinesisMetricsSourcePathArgs{
Type: pulumi.String("string"),
TagFilters: sumologic.KinesisMetricsSourcePathTagFilterArray{
&sumologic.KinesisMetricsSourcePathTagFilterArgs{
Namespace: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
Type: pulumi.String("string"),
},
},
},
Authentication: &sumologic.KinesisMetricsSourceAuthenticationArgs{
Type: pulumi.String("string"),
AccessKey: pulumi.String("string"),
RoleArn: pulumi.String("string"),
SecretKey: pulumi.String("string"),
},
CollectorId: pulumi.Int(0),
Filters: sumologic.KinesisMetricsSourceFilterArray{
&sumologic.KinesisMetricsSourceFilterArgs{
FilterType: pulumi.String("string"),
Name: pulumi.String("string"),
Regexp: pulumi.String("string"),
Mask: pulumi.String("string"),
},
},
ForceTimezone: pulumi.Bool(false),
CutoffTimestamp: pulumi.Int(0),
DefaultDateFormats: sumologic.KinesisMetricsSourceDefaultDateFormatArray{
&sumologic.KinesisMetricsSourceDefaultDateFormatArgs{
Format: pulumi.String("string"),
Locator: pulumi.String("string"),
},
},
Description: pulumi.String("string"),
Fields: pulumi.StringMap{
"string": pulumi.String("string"),
},
Category: pulumi.String("string"),
CutoffRelativeTime: pulumi.String("string"),
HostName: pulumi.String("string"),
ManualPrefixRegexp: pulumi.String("string"),
MessagePerRequest: pulumi.Bool(false),
MultilineProcessingEnabled: pulumi.Bool(false),
Name: pulumi.String("string"),
AutomaticDateParsing: pulumi.Bool(false),
Timezone: pulumi.String("string"),
UseAutolineMatching: pulumi.Bool(false),
})
var kinesisMetricsSourceResource = new KinesisMetricsSource("kinesisMetricsSourceResource", KinesisMetricsSourceArgs.builder()
.contentType("string")
.path(KinesisMetricsSourcePathArgs.builder()
.type("string")
.tagFilters(KinesisMetricsSourcePathTagFilterArgs.builder()
.namespace("string")
.tags("string")
.type("string")
.build())
.build())
.authentication(KinesisMetricsSourceAuthenticationArgs.builder()
.type("string")
.accessKey("string")
.roleArn("string")
.secretKey("string")
.build())
.collectorId(0)
.filters(KinesisMetricsSourceFilterArgs.builder()
.filterType("string")
.name("string")
.regexp("string")
.mask("string")
.build())
.forceTimezone(false)
.cutoffTimestamp(0)
.defaultDateFormats(KinesisMetricsSourceDefaultDateFormatArgs.builder()
.format("string")
.locator("string")
.build())
.description("string")
.fields(Map.of("string", "string"))
.category("string")
.cutoffRelativeTime("string")
.hostName("string")
.manualPrefixRegexp("string")
.messagePerRequest(false)
.multilineProcessingEnabled(false)
.name("string")
.automaticDateParsing(false)
.timezone("string")
.useAutolineMatching(false)
.build());
kinesis_metrics_source_resource = sumologic.KinesisMetricsSource("kinesisMetricsSourceResource",
content_type="string",
path=sumologic.KinesisMetricsSourcePathArgs(
type="string",
tag_filters=[sumologic.KinesisMetricsSourcePathTagFilterArgs(
namespace="string",
tags=["string"],
type="string",
)],
),
authentication=sumologic.KinesisMetricsSourceAuthenticationArgs(
type="string",
access_key="string",
role_arn="string",
secret_key="string",
),
collector_id=0,
filters=[sumologic.KinesisMetricsSourceFilterArgs(
filter_type="string",
name="string",
regexp="string",
mask="string",
)],
force_timezone=False,
cutoff_timestamp=0,
default_date_formats=[sumologic.KinesisMetricsSourceDefaultDateFormatArgs(
format="string",
locator="string",
)],
description="string",
fields={
"string": "string",
},
category="string",
cutoff_relative_time="string",
host_name="string",
manual_prefix_regexp="string",
message_per_request=False,
multiline_processing_enabled=False,
name="string",
automatic_date_parsing=False,
timezone="string",
use_autoline_matching=False)
const kinesisMetricsSourceResource = new sumologic.KinesisMetricsSource("kinesisMetricsSourceResource", {
contentType: "string",
path: {
type: "string",
tagFilters: [{
namespace: "string",
tags: ["string"],
type: "string",
}],
},
authentication: {
type: "string",
accessKey: "string",
roleArn: "string",
secretKey: "string",
},
collectorId: 0,
filters: [{
filterType: "string",
name: "string",
regexp: "string",
mask: "string",
}],
forceTimezone: false,
cutoffTimestamp: 0,
defaultDateFormats: [{
format: "string",
locator: "string",
}],
description: "string",
fields: {
string: "string",
},
category: "string",
cutoffRelativeTime: "string",
hostName: "string",
manualPrefixRegexp: "string",
messagePerRequest: false,
multilineProcessingEnabled: false,
name: "string",
automaticDateParsing: false,
timezone: "string",
useAutolineMatching: false,
});
type: sumologic:KinesisMetricsSource
properties:
authentication:
accessKey: string
roleArn: string
secretKey: string
type: string
automaticDateParsing: false
category: string
collectorId: 0
contentType: string
cutoffRelativeTime: string
cutoffTimestamp: 0
defaultDateFormats:
- format: string
locator: string
description: string
fields:
string: string
filters:
- filterType: string
mask: string
name: string
regexp: string
forceTimezone: false
hostName: string
manualPrefixRegexp: string
messagePerRequest: false
multilineProcessingEnabled: false
name: string
path:
tagFilters:
- namespace: string
tags:
- string
type: string
type: string
timezone: string
useAutolineMatching: false
KinesisMetricsSource Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The KinesisMetricsSource resource accepts the following input properties:
- Authentication
Pulumi.
Sumo Logic. Inputs. Kinesis Metrics Source Authentication - Authentication details for connecting to the S3 bucket.
- Collector
Id int - Content
Type string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- Path
Pulumi.
Sumo Logic. Inputs. Kinesis Metrics Source Path - The location to scan for new data.
- Automatic
Date boolParsing - Category string
- Cutoff
Relative stringTime - Cutoff
Timestamp int - Default
Date List<Pulumi.Formats Sumo Logic. Inputs. Kinesis Metrics Source Default Date Format> - Description string
- Fields Dictionary<string, string>
- Filters
List<Pulumi.
Sumo Logic. Inputs. Kinesis Metrics Source Filter> - Force
Timezone bool - Host
Name string - Manual
Prefix stringRegexp - Message
Per boolRequest - Multiline
Processing boolEnabled - Name string
- Timezone string
- Use
Autoline boolMatching
- Authentication
Kinesis
Metrics Source Authentication Args - Authentication details for connecting to the S3 bucket.
- Collector
Id int - Content
Type string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- Path
Kinesis
Metrics Source Path Args - The location to scan for new data.
- Automatic
Date boolParsing - Category string
- Cutoff
Relative stringTime - Cutoff
Timestamp int - Default
Date []KinesisFormats Metrics Source Default Date Format Args - Description string
- Fields map[string]string
- Filters
[]Kinesis
Metrics Source Filter Args - Force
Timezone bool - Host
Name string - Manual
Prefix stringRegexp - Message
Per boolRequest - Multiline
Processing boolEnabled - Name string
- Timezone string
- Use
Autoline boolMatching
- authentication
Kinesis
Metrics Source Authentication - Authentication details for connecting to the S3 bucket.
- collector
Id Integer - content
Type String - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- path
Kinesis
Metrics Source Path - The location to scan for new data.
- automatic
Date BooleanParsing - category String
- cutoff
Relative StringTime - cutoff
Timestamp Integer - default
Date List<KinesisFormats Metrics Source Default Date Format> - description String
- fields Map<String,String>
- filters
List<Kinesis
Metrics Source Filter> - force
Timezone Boolean - host
Name String - manual
Prefix StringRegexp - message
Per BooleanRequest - multiline
Processing BooleanEnabled - name String
- timezone String
- use
Autoline BooleanMatching
- authentication
Kinesis
Metrics Source Authentication - Authentication details for connecting to the S3 bucket.
- collector
Id number - content
Type string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- path
Kinesis
Metrics Source Path - The location to scan for new data.
- automatic
Date booleanParsing - category string
- cutoff
Relative stringTime - cutoff
Timestamp number - default
Date KinesisFormats Metrics Source Default Date Format[] - description string
- fields {[key: string]: string}
- filters
Kinesis
Metrics Source Filter[] - force
Timezone boolean - host
Name string - manual
Prefix stringRegexp - message
Per booleanRequest - multiline
Processing booleanEnabled - name string
- timezone string
- use
Autoline booleanMatching
- authentication
Kinesis
Metrics Source Authentication Args - Authentication details for connecting to the S3 bucket.
- collector_
id int - content_
type str - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- path
Kinesis
Metrics Source Path Args - The location to scan for new data.
- automatic_
date_ boolparsing - category str
- cutoff_
relative_ strtime - cutoff_
timestamp int - default_
date_ Sequence[Kinesisformats Metrics Source Default Date Format Args] - description str
- fields Mapping[str, str]
- filters
Sequence[Kinesis
Metrics Source Filter Args] - force_
timezone bool - host_
name str - manual_
prefix_ strregexp - message_
per_ boolrequest - multiline_
processing_ boolenabled - name str
- timezone str
- use_
autoline_ boolmatching
- authentication Property Map
- Authentication details for connecting to the S3 bucket.
- collector
Id Number - content
Type String - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- path Property Map
- The location to scan for new data.
- automatic
Date BooleanParsing - category String
- cutoff
Relative StringTime - cutoff
Timestamp Number - default
Date List<Property Map>Formats - description String
- fields Map<String>
- filters List<Property Map>
- force
Timezone Boolean - host
Name String - manual
Prefix StringRegexp - message
Per BooleanRequest - multiline
Processing BooleanEnabled - name String
- timezone String
- use
Autoline BooleanMatching
Outputs
All input properties are implicitly available as output properties. Additionally, the KinesisMetricsSource resource produces the following output properties:
Look up Existing KinesisMetricsSource Resource
Get an existing KinesisMetricsSource 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?: KinesisMetricsSourceState, opts?: CustomResourceOptions): KinesisMetricsSource
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
authentication: Optional[KinesisMetricsSourceAuthenticationArgs] = None,
automatic_date_parsing: Optional[bool] = None,
category: Optional[str] = None,
collector_id: Optional[int] = None,
content_type: Optional[str] = None,
cutoff_relative_time: Optional[str] = None,
cutoff_timestamp: Optional[int] = None,
default_date_formats: Optional[Sequence[KinesisMetricsSourceDefaultDateFormatArgs]] = None,
description: Optional[str] = None,
fields: Optional[Mapping[str, str]] = None,
filters: Optional[Sequence[KinesisMetricsSourceFilterArgs]] = None,
force_timezone: Optional[bool] = None,
host_name: Optional[str] = None,
manual_prefix_regexp: Optional[str] = None,
message_per_request: Optional[bool] = None,
multiline_processing_enabled: Optional[bool] = None,
name: Optional[str] = None,
path: Optional[KinesisMetricsSourcePathArgs] = None,
timezone: Optional[str] = None,
url: Optional[str] = None,
use_autoline_matching: Optional[bool] = None) -> KinesisMetricsSource
func GetKinesisMetricsSource(ctx *Context, name string, id IDInput, state *KinesisMetricsSourceState, opts ...ResourceOption) (*KinesisMetricsSource, error)
public static KinesisMetricsSource Get(string name, Input<string> id, KinesisMetricsSourceState? state, CustomResourceOptions? opts = null)
public static KinesisMetricsSource get(String name, Output<String> id, KinesisMetricsSourceState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- 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.
- Authentication
Pulumi.
Sumo Logic. Inputs. Kinesis Metrics Source Authentication - Authentication details for connecting to the S3 bucket.
- Automatic
Date boolParsing - Category string
- Collector
Id int - Content
Type string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- Cutoff
Relative stringTime - Cutoff
Timestamp int - Default
Date List<Pulumi.Formats Sumo Logic. Inputs. Kinesis Metrics Source Default Date Format> - Description string
- Fields Dictionary<string, string>
- Filters
List<Pulumi.
Sumo Logic. Inputs. Kinesis Metrics Source Filter> - Force
Timezone bool - Host
Name string - Manual
Prefix stringRegexp - Message
Per boolRequest - Multiline
Processing boolEnabled - Name string
- Path
Pulumi.
Sumo Logic. Inputs. Kinesis Metrics Source Path - The location to scan for new data.
- Timezone string
- Url string
- The HTTP endpoint to used while creating Kinesis Firehose on AWS.
- Use
Autoline boolMatching
- Authentication
Kinesis
Metrics Source Authentication Args - Authentication details for connecting to the S3 bucket.
- Automatic
Date boolParsing - Category string
- Collector
Id int - Content
Type string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- Cutoff
Relative stringTime - Cutoff
Timestamp int - Default
Date []KinesisFormats Metrics Source Default Date Format Args - Description string
- Fields map[string]string
- Filters
[]Kinesis
Metrics Source Filter Args - Force
Timezone bool - Host
Name string - Manual
Prefix stringRegexp - Message
Per boolRequest - Multiline
Processing boolEnabled - Name string
- Path
Kinesis
Metrics Source Path Args - The location to scan for new data.
- Timezone string
- Url string
- The HTTP endpoint to used while creating Kinesis Firehose on AWS.
- Use
Autoline boolMatching
- authentication
Kinesis
Metrics Source Authentication - Authentication details for connecting to the S3 bucket.
- automatic
Date BooleanParsing - category String
- collector
Id Integer - content
Type String - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- cutoff
Relative StringTime - cutoff
Timestamp Integer - default
Date List<KinesisFormats Metrics Source Default Date Format> - description String
- fields Map<String,String>
- filters
List<Kinesis
Metrics Source Filter> - force
Timezone Boolean - host
Name String - manual
Prefix StringRegexp - message
Per BooleanRequest - multiline
Processing BooleanEnabled - name String
- path
Kinesis
Metrics Source Path - The location to scan for new data.
- timezone String
- url String
- The HTTP endpoint to used while creating Kinesis Firehose on AWS.
- use
Autoline BooleanMatching
- authentication
Kinesis
Metrics Source Authentication - Authentication details for connecting to the S3 bucket.
- automatic
Date booleanParsing - category string
- collector
Id number - content
Type string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- cutoff
Relative stringTime - cutoff
Timestamp number - default
Date KinesisFormats Metrics Source Default Date Format[] - description string
- fields {[key: string]: string}
- filters
Kinesis
Metrics Source Filter[] - force
Timezone boolean - host
Name string - manual
Prefix stringRegexp - message
Per booleanRequest - multiline
Processing booleanEnabled - name string
- path
Kinesis
Metrics Source Path - The location to scan for new data.
- timezone string
- url string
- The HTTP endpoint to used while creating Kinesis Firehose on AWS.
- use
Autoline booleanMatching
- authentication
Kinesis
Metrics Source Authentication Args - Authentication details for connecting to the S3 bucket.
- automatic_
date_ boolparsing - category str
- collector_
id int - content_
type str - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- cutoff_
relative_ strtime - cutoff_
timestamp int - default_
date_ Sequence[Kinesisformats Metrics Source Default Date Format Args] - description str
- fields Mapping[str, str]
- filters
Sequence[Kinesis
Metrics Source Filter Args] - force_
timezone bool - host_
name str - manual_
prefix_ strregexp - message_
per_ boolrequest - multiline_
processing_ boolenabled - name str
- path
Kinesis
Metrics Source Path Args - The location to scan for new data.
- timezone str
- url str
- The HTTP endpoint to used while creating Kinesis Firehose on AWS.
- use_
autoline_ boolmatching
- authentication Property Map
- Authentication details for connecting to the S3 bucket.
- automatic
Date BooleanParsing - category String
- collector
Id Number - content
Type String - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- cutoff
Relative StringTime - cutoff
Timestamp Number - default
Date List<Property Map>Formats - description String
- fields Map<String>
- filters List<Property Map>
- force
Timezone Boolean - host
Name String - manual
Prefix StringRegexp - message
Per BooleanRequest - multiline
Processing BooleanEnabled - name String
- path Property Map
- The location to scan for new data.
- timezone String
- url String
- The HTTP endpoint to used while creating Kinesis Firehose on AWS.
- use
Autoline BooleanMatching
Supporting Types
KinesisMetricsSourceAuthentication, KinesisMetricsSourceAuthenticationArgs
- type str
- Must be either
S3BucketAuthentication
orAWSRoleBasedAuthentication
- access_
key str - Your AWS access key if using type
S3BucketAuthentication
- role_
arn str - Your AWS role ARN if using type
AWSRoleBasedAuthentication
- secret_
key str - Your AWS secret key if using type
S3BucketAuthentication
KinesisMetricsSourceDefaultDateFormat, KinesisMetricsSourceDefaultDateFormatArgs
KinesisMetricsSourceFilter, KinesisMetricsSourceFilterArgs
- Filter
Type string - Name string
- Regexp string
- Mask string
- Filter
Type string - Name string
- Regexp string
- Mask string
- filter
Type String - name String
- regexp String
- mask String
- filter
Type string - name string
- regexp string
- mask string
- filter_
type str - name str
- regexp str
- mask str
- filter
Type String - name String
- regexp String
- mask String
KinesisMetricsSourcePath, KinesisMetricsSourcePathArgs
- Type string
- Must be
KinesisMetricPath
- Tag
Filters List<Pulumi.Sumo Logic. Inputs. Kinesis Metrics Source Path Tag Filter> - Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
- Type string
- Must be
KinesisMetricPath
- Tag
Filters []KinesisMetrics Source Path Tag Filter - Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
- type String
- Must be
KinesisMetricPath
- tag
Filters List<KinesisMetrics Source Path Tag Filter> - Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
- type string
- Must be
KinesisMetricPath
- tag
Filters KinesisMetrics Source Path Tag Filter[] - Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
- type str
- Must be
KinesisMetricPath
- tag_
filters Sequence[KinesisMetrics Source Path Tag Filter] - Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
- type String
- Must be
KinesisMetricPath
- tag
Filters List<Property Map> - Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
KinesisMetricsSourcePathTagFilter, KinesisMetricsSourcePathTagFilterArgs
Package Details
- Repository
- Sumo Logic pulumi/pulumi-sumologic
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sumologic
Terraform Provider.