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,
host_name: 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,
category: Optional[str] = None,
force_timezone: Optional[bool] = None,
hash_algorithm: Optional[str] = None,
cutoff_relative_time: 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
This property is required. string - The unique name of the resource.
- args
This property is required. KinesisMetricsSourceArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. 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
This property is required. string - The unique name of the resource.
- args
This property is required. KinesisMetricsSourceArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. KinesisMetricsSourceArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. 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",
},
},
HostName = "string",
CutoffTimestamp = 0,
DefaultDateFormats = new[]
{
new SumoLogic.Inputs.KinesisMetricsSourceDefaultDateFormatArgs
{
Format = "string",
Locator = "string",
},
},
Description = "string",
Fields =
{
{ "string", "string" },
},
Category = "string",
ForceTimezone = false,
HashAlgorithm = "string",
CutoffRelativeTime = "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"),
},
},
HostName: pulumi.String("string"),
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"),
ForceTimezone: pulumi.Bool(false),
HashAlgorithm: pulumi.String("string"),
CutoffRelativeTime: 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())
.hostName("string")
.cutoffTimestamp(0)
.defaultDateFormats(KinesisMetricsSourceDefaultDateFormatArgs.builder()
.format("string")
.locator("string")
.build())
.description("string")
.fields(Map.of("string", "string"))
.category("string")
.forceTimezone(false)
.hashAlgorithm("string")
.cutoffRelativeTime("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={
"type": "string",
"tag_filters": [{
"namespace": "string",
"tags": ["string"],
"type": "string",
}],
},
authentication={
"type": "string",
"access_key": "string",
"role_arn": "string",
"secret_key": "string",
},
collector_id=0,
filters=[{
"filter_type": "string",
"name": "string",
"regexp": "string",
"mask": "string",
}],
host_name="string",
cutoff_timestamp=0,
default_date_formats=[{
"format": "string",
"locator": "string",
}],
description="string",
fields={
"string": "string",
},
category="string",
force_timezone=False,
hash_algorithm="string",
cutoff_relative_time="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",
}],
hostName: "string",
cutoffTimestamp: 0,
defaultDateFormats: [{
format: "string",
locator: "string",
}],
description: "string",
fields: {
string: "string",
},
category: "string",
forceTimezone: false,
hashAlgorithm: "string",
cutoffRelativeTime: "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
hashAlgorithm: string
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The KinesisMetricsSource resource accepts the following input properties:
- Authentication
This property is required. Pulumi.Sumo Logic. Inputs. Kinesis Metrics Source Authentication - Authentication details for connecting to the S3 bucket.
- Collector
Id This property is required. Changes to this property will trigger replacement.
- Content
Type This property is required. string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- Path
This property is required. Pulumi.Sumo Logic. Inputs. Kinesis Metrics Source Path - The location to scan for new data.
- Automatic
Date boolParsing - Category string
- Cutoff
Relative Time Changes to this property will trigger replacement.
- 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 - Hash
Algorithm string - Host
Name string - Manual
Prefix stringRegexp - Message
Per boolRequest - Multiline
Processing boolEnabled - Name string
- Timezone string
- Use
Autoline boolMatching
- Authentication
This property is required. KinesisMetrics Source Authentication Args - Authentication details for connecting to the S3 bucket.
- Collector
Id This property is required. Changes to this property will trigger replacement.
- Content
Type This property is required. string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- Path
This property is required. KinesisMetrics Source Path Args - The location to scan for new data.
- Automatic
Date boolParsing - Category string
- Cutoff
Relative Time Changes to this property will trigger replacement.
- 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 - Hash
Algorithm string - Host
Name string - Manual
Prefix stringRegexp - Message
Per boolRequest - Multiline
Processing boolEnabled - Name string
- Timezone string
- Use
Autoline boolMatching
- authentication
This property is required. KinesisMetrics Source Authentication - Authentication details for connecting to the S3 bucket.
- collector
Id This property is required. Changes to this property will trigger replacement.
- content
Type This property is required. String - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- path
This property is required. KinesisMetrics Source Path - The location to scan for new data.
- automatic
Date BooleanParsing - category String
- cutoff
Relative Time Changes to this property will trigger replacement.
- 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 - hash
Algorithm String - host
Name String - manual
Prefix StringRegexp - message
Per BooleanRequest - multiline
Processing BooleanEnabled - name String
- timezone String
- use
Autoline BooleanMatching
- authentication
This property is required. KinesisMetrics Source Authentication - Authentication details for connecting to the S3 bucket.
- collector
Id This property is required. Changes to this property will trigger replacement.
- content
Type This property is required. string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- path
This property is required. KinesisMetrics Source Path - The location to scan for new data.
- automatic
Date booleanParsing - category string
- cutoff
Relative Time Changes to this property will trigger replacement.
- 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 - hash
Algorithm string - host
Name string - manual
Prefix stringRegexp - message
Per booleanRequest - multiline
Processing booleanEnabled - name string
- timezone string
- use
Autoline booleanMatching
- authentication
This property is required. KinesisMetrics Source Authentication Args - Authentication details for connecting to the S3 bucket.
- collector_
id This property is required. Changes to this property will trigger replacement.
- content_
type This property is required. str - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- path
This property is required. KinesisMetrics Source Path Args - The location to scan for new data.
- automatic_
date_ boolparsing - category str
- cutoff_
relative_ time Changes to this property will trigger replacement.
- 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 - hash_
algorithm str - host_
name str - manual_
prefix_ strregexp - message_
per_ boolrequest - multiline_
processing_ boolenabled - name str
- timezone str
- use_
autoline_ boolmatching
- authentication
This property is required. Property Map - Authentication details for connecting to the S3 bucket.
- collector
Id This property is required. Changes to this property will trigger replacement.
- content
Type This property is required. String - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- path
This property is required. Property Map - The location to scan for new data.
- automatic
Date BooleanParsing - category String
- cutoff
Relative Time Changes to this property will trigger replacement.
- cutoff
Timestamp Number - default
Date List<Property Map>Formats - description String
- fields Map<String>
- filters List<Property Map>
- force
Timezone Boolean - hash
Algorithm String - 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,
hash_algorithm: 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,
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)
resources: _: type: sumologic:KinesisMetricsSource get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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 Changes to this property will trigger replacement.
- Content
Type string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- Cutoff
Relative Time Changes to this property will trigger replacement.
- 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 - Hash
Algorithm string - 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 Changes to this property will trigger replacement.
- Content
Type string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- Cutoff
Relative Time Changes to this property will trigger replacement.
- 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 - Hash
Algorithm string - 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 Changes to this property will trigger replacement.
- content
Type String - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- cutoff
Relative Time Changes to this property will trigger replacement.
- 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 - hash
Algorithm String - 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 Changes to this property will trigger replacement.
- content
Type string - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- cutoff
Relative Time Changes to this property will trigger replacement.
- 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 - hash
Algorithm string - 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 Changes to this property will trigger replacement.
- content_
type str - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- cutoff_
relative_ time Changes to this property will trigger replacement.
- 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 - hash_
algorithm str - 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 Changes to this property will trigger replacement.
- content
Type String - The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
- cutoff
Relative Time Changes to this property will trigger replacement.
- cutoff
Timestamp Number - default
Date List<Property Map>Formats - description String
- fields Map<String>
- filters List<Property Map>
- force
Timezone Boolean - hash
Algorithm String - 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
This property is required. string - Must be either
S3BucketAuthentication
orAWSRoleBasedAuthentication
- Access
Key string - Your AWS access key if using type
S3BucketAuthentication
- Role
Arn string - Your AWS role ARN if using type
AWSRoleBasedAuthentication
- Secret
Key string - Your AWS secret key if using type
S3BucketAuthentication
- Type
This property is required. string - Must be either
S3BucketAuthentication
orAWSRoleBasedAuthentication
- Access
Key string - Your AWS access key if using type
S3BucketAuthentication
- Role
Arn string - Your AWS role ARN if using type
AWSRoleBasedAuthentication
- Secret
Key string - Your AWS secret key if using type
S3BucketAuthentication
- type
This property is required. String - Must be either
S3BucketAuthentication
orAWSRoleBasedAuthentication
- access
Key String - Your AWS access key if using type
S3BucketAuthentication
- role
Arn String - Your AWS role ARN if using type
AWSRoleBasedAuthentication
- secret
Key String - Your AWS secret key if using type
S3BucketAuthentication
- type
This property is required. string - Must be either
S3BucketAuthentication
orAWSRoleBasedAuthentication
- access
Key string - Your AWS access key if using type
S3BucketAuthentication
- role
Arn string - Your AWS role ARN if using type
AWSRoleBasedAuthentication
- secret
Key string - Your AWS secret key if using type
S3BucketAuthentication
- type
This property is required. 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
- type
This property is required. String - Must be either
S3BucketAuthentication
orAWSRoleBasedAuthentication
- access
Key String - Your AWS access key if using type
S3BucketAuthentication
- role
Arn String - Your AWS role ARN if using type
AWSRoleBasedAuthentication
- secret
Key String - Your AWS secret key if using type
S3BucketAuthentication
KinesisMetricsSourceDefaultDateFormat, KinesisMetricsSourceDefaultDateFormatArgs
KinesisMetricsSourceFilter, KinesisMetricsSourceFilterArgs
- Filter
Type This property is required. string - Name
This property is required. string - Regexp
This property is required. string - Mask string
- Filter
Type This property is required. string - Name
This property is required. string - Regexp
This property is required. string - Mask string
- filter
Type This property is required. String - name
This property is required. String - regexp
This property is required. String - mask String
- filter
Type This property is required. string - name
This property is required. string - regexp
This property is required. string - mask string
- filter_
type This property is required. str - name
This property is required. str - regexp
This property is required. str - mask str
- filter
Type This property is required. String - name
This property is required. String - regexp
This property is required. String - mask String
KinesisMetricsSourcePath, KinesisMetricsSourcePathArgs
- Type
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.