Sumo Logic v0.14.0, May 25 23
Sumo Logic v0.14.0, May 25 23
sumologic.AwsXraySource
Explore with Pulumi AI
Provides a Sumologic AWS XRay source to collect metrics derived from XRay traces.
IMPORTANT: The AWS credentials are stored in plain-text in the state. This is a potential security issue.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using SumoLogic = Pulumi.SumoLogic;
return await Deployment.RunAsync(() =>
{
var collector = new SumoLogic.Collector("collector", new()
{
Description = "Just testing this",
});
var awsXraySource = new SumoLogic.AwsXraySource("awsXraySource", new()
{
Authentication = new SumoLogic.Inputs.AwsXraySourceAuthenticationArgs
{
RoleArn = "arn:aws:iam::01234567890:role/sumo-role",
Type = "AWSRoleBasedAuthentication",
},
Category = "aws/xray",
CollectorId = collector.Id,
ContentType = "AwsXRay",
Description = "My description",
Path = new SumoLogic.Inputs.AwsXraySourcePathArgs
{
LimitToRegions = new[]
{
"us-west-2",
},
Type = "AwsXRayPath",
},
Paused = false,
ScanInterval = 300000,
});
});
package main
import (
"github.com/pulumi/pulumi-sumologic/sdk/go/sumologic"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
collector, err := sumologic.NewCollector(ctx, "collector", &sumologic.CollectorArgs{
Description: pulumi.String("Just testing this"),
})
if err != nil {
return err
}
_, err = sumologic.NewAwsXraySource(ctx, "awsXraySource", &sumologic.AwsXraySourceArgs{
Authentication: &sumologic.AwsXraySourceAuthenticationArgs{
RoleArn: pulumi.String("arn:aws:iam::01234567890:role/sumo-role"),
Type: pulumi.String("AWSRoleBasedAuthentication"),
},
Category: pulumi.String("aws/xray"),
CollectorId: collector.ID(),
ContentType: pulumi.String("AwsXRay"),
Description: pulumi.String("My description"),
Path: &sumologic.AwsXraySourcePathArgs{
LimitToRegions: pulumi.StringArray{
pulumi.String("us-west-2"),
},
Type: pulumi.String("AwsXRayPath"),
},
Paused: pulumi.Bool(false),
ScanInterval: pulumi.Int(300000),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sumologic.Collector;
import com.pulumi.sumologic.CollectorArgs;
import com.pulumi.sumologic.AwsXraySource;
import com.pulumi.sumologic.AwsXraySourceArgs;
import com.pulumi.sumologic.inputs.AwsXraySourceAuthenticationArgs;
import com.pulumi.sumologic.inputs.AwsXraySourcePathArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var collector = new Collector("collector", CollectorArgs.builder()
.description("Just testing this")
.build());
var awsXraySource = new AwsXraySource("awsXraySource", AwsXraySourceArgs.builder()
.authentication(AwsXraySourceAuthenticationArgs.builder()
.roleArn("arn:aws:iam::01234567890:role/sumo-role")
.type("AWSRoleBasedAuthentication")
.build())
.category("aws/xray")
.collectorId(collector.id())
.contentType("AwsXRay")
.description("My description")
.path(AwsXraySourcePathArgs.builder()
.limitToRegions("us-west-2")
.type("AwsXRayPath")
.build())
.paused(false)
.scanInterval(300000)
.build());
}
}
import pulumi
import pulumi_sumologic as sumologic
collector = sumologic.Collector("collector", description="Just testing this")
aws_xray_source = sumologic.AwsXraySource("awsXraySource",
authentication=sumologic.AwsXraySourceAuthenticationArgs(
role_arn="arn:aws:iam::01234567890:role/sumo-role",
type="AWSRoleBasedAuthentication",
),
category="aws/xray",
collector_id=collector.id,
content_type="AwsXRay",
description="My description",
path=sumologic.AwsXraySourcePathArgs(
limit_to_regions=["us-west-2"],
type="AwsXRayPath",
),
paused=False,
scan_interval=300000)
import * as pulumi from "@pulumi/pulumi";
import * as sumologic from "@pulumi/sumologic";
const collector = new sumologic.Collector("collector", {description: "Just testing this"});
const awsXraySource = new sumologic.AwsXraySource("awsXraySource", {
authentication: {
roleArn: "arn:aws:iam::01234567890:role/sumo-role",
type: "AWSRoleBasedAuthentication",
},
category: "aws/xray",
collectorId: collector.id,
contentType: "AwsXRay",
description: "My description",
path: {
limitToRegions: ["us-west-2"],
type: "AwsXRayPath",
},
paused: false,
scanInterval: 300000,
});
resources:
awsXraySource:
type: sumologic:AwsXraySource
properties:
authentication:
roleArn: arn:aws:iam::01234567890:role/sumo-role
type: AWSRoleBasedAuthentication
category: aws/xray
collectorId: ${collector.id}
contentType: AwsXRay
description: My description
path:
limitToRegions:
- us-west-2
type: AwsXRayPath
paused: false
scanInterval: 300000
collector:
type: sumologic:Collector
properties:
description: Just testing this
Create AwsXraySource Resource
new AwsXraySource(name: string, args: AwsXraySourceArgs, opts?: CustomResourceOptions);
@overload
def AwsXraySource(resource_name: str,
opts: Optional[ResourceOptions] = None,
authentication: Optional[AwsXraySourceAuthenticationArgs] = 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[AwsXraySourceDefaultDateFormatArgs]] = None,
description: Optional[str] = None,
fields: Optional[Mapping[str, str]] = None,
filters: Optional[Sequence[AwsXraySourceFilterArgs]] = None,
force_timezone: Optional[bool] = None,
host_name: Optional[str] = None,
manual_prefix_regexp: Optional[str] = None,
multiline_processing_enabled: Optional[bool] = None,
name: Optional[str] = None,
path: Optional[AwsXraySourcePathArgs] = None,
paused: Optional[bool] = None,
scan_interval: Optional[int] = None,
timezone: Optional[str] = None,
use_autoline_matching: Optional[bool] = None)
@overload
def AwsXraySource(resource_name: str,
args: AwsXraySourceArgs,
opts: Optional[ResourceOptions] = None)
func NewAwsXraySource(ctx *Context, name string, args AwsXraySourceArgs, opts ...ResourceOption) (*AwsXraySource, error)
public AwsXraySource(string name, AwsXraySourceArgs args, CustomResourceOptions? opts = null)
public AwsXraySource(String name, AwsXraySourceArgs args)
public AwsXraySource(String name, AwsXraySourceArgs args, CustomResourceOptions options)
type: sumologic:AwsXraySource
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AwsXraySourceArgs
- 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 AwsXraySourceArgs
- 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 AwsXraySourceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AwsXraySourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AwsXraySourceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AwsXraySource 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 AwsXraySource resource accepts the following input properties:
- Authentication
Pulumi.
Sumo Logic. Inputs. Aws Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- Collector
Id int - Content
Type string The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- Path
Pulumi.
Sumo Logic. Inputs. Aws Xray Source Path Args The location to scan for new data.
- Paused bool
When set to true, the scanner is paused. To disable, set to false.
- Scan
Interval int Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- Automatic
Date boolParsing - Category string
- Cutoff
Relative stringTime - Cutoff
Timestamp int - Default
Date List<Pulumi.Formats Sumo Logic. Inputs. Aws Xray Source Default Date Format Args> - Description string
- Fields Dictionary<string, string>
- Filters
List<Pulumi.
Sumo Logic. Inputs. Aws Xray Source Filter Args> - Force
Timezone bool - Host
Name string - Manual
Prefix stringRegexp - Multiline
Processing boolEnabled - Name string
- Timezone string
- Use
Autoline boolMatching
- Authentication
Aws
Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- Collector
Id int - Content
Type string The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- Path
Aws
Xray Source Path Args The location to scan for new data.
- Paused bool
When set to true, the scanner is paused. To disable, set to false.
- Scan
Interval int Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- Automatic
Date boolParsing - Category string
- Cutoff
Relative stringTime - Cutoff
Timestamp int - Default
Date []AwsFormats Xray Source Default Date Format Args - Description string
- Fields map[string]string
- Filters
[]Aws
Xray Source Filter Args - Force
Timezone bool - Host
Name string - Manual
Prefix stringRegexp - Multiline
Processing boolEnabled - Name string
- Timezone string
- Use
Autoline boolMatching
- authentication
Aws
Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- collector
Id Integer - content
Type String The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- path
Aws
Xray Source Path Args The location to scan for new data.
- paused Boolean
When set to true, the scanner is paused. To disable, set to false.
- scan
Interval Integer Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- automatic
Date BooleanParsing - category String
- cutoff
Relative StringTime - cutoff
Timestamp Integer - default
Date List<AwsFormats Xray Source Default Date Format Args> - description String
- fields Map<String,String>
- filters
List<Aws
Xray Source Filter Args> - force
Timezone Boolean - host
Name String - manual
Prefix StringRegexp - multiline
Processing BooleanEnabled - name String
- timezone String
- use
Autoline BooleanMatching
- authentication
Aws
Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- collector
Id number - content
Type string The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- path
Aws
Xray Source Path Args The location to scan for new data.
- paused boolean
When set to true, the scanner is paused. To disable, set to false.
- scan
Interval number Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- automatic
Date booleanParsing - category string
- cutoff
Relative stringTime - cutoff
Timestamp number - default
Date AwsFormats Xray Source Default Date Format Args[] - description string
- fields {[key: string]: string}
- filters
Aws
Xray Source Filter Args[] - force
Timezone boolean - host
Name string - manual
Prefix stringRegexp - multiline
Processing booleanEnabled - name string
- timezone string
- use
Autoline booleanMatching
- authentication
Aws
Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- collector_
id int - content_
type str The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- path
Aws
Xray Source Path Args The location to scan for new data.
- paused bool
When set to true, the scanner is paused. To disable, set to false.
- scan_
interval int Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- automatic_
date_ boolparsing - category str
- cutoff_
relative_ strtime - cutoff_
timestamp int - default_
date_ Sequence[Awsformats Xray Source Default Date Format Args] - description str
- fields Mapping[str, str]
- filters
Sequence[Aws
Xray Source Filter Args] - force_
timezone bool - host_
name str - manual_
prefix_ strregexp - multiline_
processing_ boolenabled - name str
- timezone str
- use_
autoline_ boolmatching
- authentication Property Map
Authentication details for making
xray:Get*
calls.- collector
Id Number - content
Type String The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- path Property Map
The location to scan for new data.
- paused Boolean
When set to true, the scanner is paused. To disable, set to false.
- scan
Interval Number Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- 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 - multiline
Processing BooleanEnabled - name String
- timezone String
- use
Autoline BooleanMatching
Outputs
All input properties are implicitly available as output properties. Additionally, the AwsXraySource resource produces the following output properties:
Look up Existing AwsXraySource Resource
Get an existing AwsXraySource 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?: AwsXraySourceState, opts?: CustomResourceOptions): AwsXraySource
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
authentication: Optional[AwsXraySourceAuthenticationArgs] = 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[AwsXraySourceDefaultDateFormatArgs]] = None,
description: Optional[str] = None,
fields: Optional[Mapping[str, str]] = None,
filters: Optional[Sequence[AwsXraySourceFilterArgs]] = None,
force_timezone: Optional[bool] = None,
host_name: Optional[str] = None,
manual_prefix_regexp: Optional[str] = None,
multiline_processing_enabled: Optional[bool] = None,
name: Optional[str] = None,
path: Optional[AwsXraySourcePathArgs] = None,
paused: Optional[bool] = None,
scan_interval: Optional[int] = None,
timezone: Optional[str] = None,
url: Optional[str] = None,
use_autoline_matching: Optional[bool] = None) -> AwsXraySource
func GetAwsXraySource(ctx *Context, name string, id IDInput, state *AwsXraySourceState, opts ...ResourceOption) (*AwsXraySource, error)
public static AwsXraySource Get(string name, Input<string> id, AwsXraySourceState? state, CustomResourceOptions? opts = null)
public static AwsXraySource get(String name, Output<String> id, AwsXraySourceState 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. Aws Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- Automatic
Date boolParsing - Category string
- Collector
Id int - Content
Type string The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- Cutoff
Relative stringTime - Cutoff
Timestamp int - Default
Date List<Pulumi.Formats Sumo Logic. Inputs. Aws Xray Source Default Date Format Args> - Description string
- Fields Dictionary<string, string>
- Filters
List<Pulumi.
Sumo Logic. Inputs. Aws Xray Source Filter Args> - Force
Timezone bool - Host
Name string - Manual
Prefix stringRegexp - Multiline
Processing boolEnabled - Name string
- Path
Pulumi.
Sumo Logic. Inputs. Aws Xray Source Path Args The location to scan for new data.
- Paused bool
When set to true, the scanner is paused. To disable, set to false.
- Scan
Interval int Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- Timezone string
- Url string
- Use
Autoline boolMatching
- Authentication
Aws
Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- Automatic
Date boolParsing - Category string
- Collector
Id int - Content
Type string The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- Cutoff
Relative stringTime - Cutoff
Timestamp int - Default
Date []AwsFormats Xray Source Default Date Format Args - Description string
- Fields map[string]string
- Filters
[]Aws
Xray Source Filter Args - Force
Timezone bool - Host
Name string - Manual
Prefix stringRegexp - Multiline
Processing boolEnabled - Name string
- Path
Aws
Xray Source Path Args The location to scan for new data.
- Paused bool
When set to true, the scanner is paused. To disable, set to false.
- Scan
Interval int Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- Timezone string
- Url string
- Use
Autoline boolMatching
- authentication
Aws
Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- automatic
Date BooleanParsing - category String
- collector
Id Integer - content
Type String The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- cutoff
Relative StringTime - cutoff
Timestamp Integer - default
Date List<AwsFormats Xray Source Default Date Format Args> - description String
- fields Map<String,String>
- filters
List<Aws
Xray Source Filter Args> - force
Timezone Boolean - host
Name String - manual
Prefix StringRegexp - multiline
Processing BooleanEnabled - name String
- path
Aws
Xray Source Path Args The location to scan for new data.
- paused Boolean
When set to true, the scanner is paused. To disable, set to false.
- scan
Interval Integer Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- timezone String
- url String
- use
Autoline BooleanMatching
- authentication
Aws
Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- automatic
Date booleanParsing - category string
- collector
Id number - content
Type string The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- cutoff
Relative stringTime - cutoff
Timestamp number - default
Date AwsFormats Xray Source Default Date Format Args[] - description string
- fields {[key: string]: string}
- filters
Aws
Xray Source Filter Args[] - force
Timezone boolean - host
Name string - manual
Prefix stringRegexp - multiline
Processing booleanEnabled - name string
- path
Aws
Xray Source Path Args The location to scan for new data.
- paused boolean
When set to true, the scanner is paused. To disable, set to false.
- scan
Interval number Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- timezone string
- url string
- use
Autoline booleanMatching
- authentication
Aws
Xray Source Authentication Args Authentication details for making
xray:Get*
calls.- automatic_
date_ boolparsing - category str
- collector_
id int - content_
type str The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- cutoff_
relative_ strtime - cutoff_
timestamp int - default_
date_ Sequence[Awsformats Xray Source Default Date Format Args] - description str
- fields Mapping[str, str]
- filters
Sequence[Aws
Xray Source Filter Args] - force_
timezone bool - host_
name str - manual_
prefix_ strregexp - multiline_
processing_ boolenabled - name str
- path
Aws
Xray Source Path Args The location to scan for new data.
- paused bool
When set to true, the scanner is paused. To disable, set to false.
- scan_
interval int Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- timezone str
- url str
- use_
autoline_ boolmatching
- authentication Property Map
Authentication details for making
xray:Get*
calls.- automatic
Date BooleanParsing - category String
- collector
Id Number - content
Type String The content-type of the collected data. This has to be
AwsXRay
for AWS XRay source.- 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 - multiline
Processing BooleanEnabled - name String
- path Property Map
The location to scan for new data.
- paused Boolean
When set to true, the scanner is paused. To disable, set to false.
- scan
Interval Number Time interval in milliseconds of scans for new data. The minimum value is 1000 milliseconds. Currently this value is not respected, and collection happens at a default interval of 1 minute.
- timezone String
- url String
- use
Autoline BooleanMatching
Supporting Types
AwsXraySourceAuthentication
- Type string
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- Access
Key string Your AWS access key if using type
S3BucketAuthentication
- Auth
Provider stringX509Cert Url - Auth
Uri string - Client
Email string - Client
Id string - Client
X509Cert stringUrl - Private
Key string - Private
Key stringId - Project
Id string - Region string
- Role
Arn string Your AWS role ARN if using type
AWSRoleBasedAuthentication
- Secret
Key string Your AWS secret key if using type
S3BucketAuthentication
- Token
Uri string
- Type string
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- Access
Key string Your AWS access key if using type
S3BucketAuthentication
- Auth
Provider stringX509Cert Url - Auth
Uri string - Client
Email string - Client
Id string - Client
X509Cert stringUrl - Private
Key string - Private
Key stringId - Project
Id string - Region string
- Role
Arn string Your AWS role ARN if using type
AWSRoleBasedAuthentication
- Secret
Key string Your AWS secret key if using type
S3BucketAuthentication
- Token
Uri string
- type String
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- access
Key String Your AWS access key if using type
S3BucketAuthentication
- auth
Provider StringX509Cert Url - auth
Uri String - client
Email String - client
Id String - client
X509Cert StringUrl - private
Key String - private
Key StringId - project
Id String - region String
- role
Arn String Your AWS role ARN if using type
AWSRoleBasedAuthentication
- secret
Key String Your AWS secret key if using type
S3BucketAuthentication
- token
Uri String
- type string
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- access
Key string Your AWS access key if using type
S3BucketAuthentication
- auth
Provider stringX509Cert Url - auth
Uri string - client
Email string - client
Id string - client
X509Cert stringUrl - private
Key string - private
Key stringId - project
Id string - region string
- role
Arn string Your AWS role ARN if using type
AWSRoleBasedAuthentication
- secret
Key string Your AWS secret key if using type
S3BucketAuthentication
- token
Uri string
- type str
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- access_
key str Your AWS access key if using type
S3BucketAuthentication
- auth_
provider_ strx509_ cert_ url - auth_
uri str - client_
email str - client_
id str - client_
x509_ strcert_ url - private_
key str - private_
key_ strid - project_
id str - region str
- role_
arn str Your AWS role ARN if using type
AWSRoleBasedAuthentication
- secret_
key str Your AWS secret key if using type
S3BucketAuthentication
- token_
uri str
- type String
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- access
Key String Your AWS access key if using type
S3BucketAuthentication
- auth
Provider StringX509Cert Url - auth
Uri String - client
Email String - client
Id String - client
X509Cert StringUrl - private
Key String - private
Key StringId - project
Id String - region String
- role
Arn String Your AWS role ARN if using type
AWSRoleBasedAuthentication
- secret
Key String Your AWS secret key if using type
S3BucketAuthentication
- token
Uri String
AwsXraySourceDefaultDateFormat
AwsXraySourceFilter
- 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
AwsXraySourcePath
- Type string
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- Bucket
Name string - Custom
Services List<Pulumi.Sumo Logic. Inputs. Aws Xray Source Path Custom Service> - Limit
To List<string>Namespaces - Limit
To List<string>Regions List of Amazon regions.
- Limit
To List<string>Services - Path
Expression string - Sns
Topic List<Pulumi.Or Subscription Arns Sumo Logic. Inputs. Aws Xray Source Path Sns Topic Or Subscription Arn> - Tag
Filters List<Pulumi.Sumo Logic. Inputs. Aws Xray Source Path Tag Filter> - Use
Versioned boolApi
- Type string
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- Bucket
Name string - Custom
Services []AwsXray Source Path Custom Service - Limit
To []stringNamespaces - Limit
To []stringRegions List of Amazon regions.
- Limit
To []stringServices - Path
Expression string - Sns
Topic []AwsOr Subscription Arns Xray Source Path Sns Topic Or Subscription Arn - Tag
Filters []AwsXray Source Path Tag Filter - Use
Versioned boolApi
- type String
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- bucket
Name String - custom
Services List<AwsXray Source Path Custom Service> - limit
To List<String>Namespaces - limit
To List<String>Regions List of Amazon regions.
- limit
To List<String>Services - path
Expression String - sns
Topic List<AwsOr Subscription Arns Xray Source Path Sns Topic Or Subscription Arn> - tag
Filters List<AwsXray Source Path Tag Filter> - use
Versioned BooleanApi
- type string
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- bucket
Name string - custom
Services AwsXray Source Path Custom Service[] - limit
To string[]Namespaces - limit
To string[]Regions List of Amazon regions.
- limit
To string[]Services - path
Expression string - sns
Topic AwsOr Subscription Arns Xray Source Path Sns Topic Or Subscription Arn[] - tag
Filters AwsXray Source Path Tag Filter[] - use
Versioned booleanApi
- type str
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- bucket_
name str - custom_
services Sequence[AwsXray Source Path Custom Service] - limit_
to_ Sequence[str]namespaces - limit_
to_ Sequence[str]regions List of Amazon regions.
- limit_
to_ Sequence[str]services - path_
expression str - sns_
topic_ Sequence[Awsor_ subscription_ arns Xray Source Path Sns Topic Or Subscription Arn] - tag_
filters Sequence[AwsXray Source Path Tag Filter] - use_
versioned_ boolapi
- type String
type of polling source. This has to be
AwsXRayPath
for AWS XRay source.- bucket
Name String - custom
Services List<Property Map> - limit
To List<String>Namespaces - limit
To List<String>Regions List of Amazon regions.
- limit
To List<String>Services - path
Expression String - sns
Topic List<Property Map>Or Subscription Arns - tag
Filters List<Property Map> - use
Versioned BooleanApi
AwsXraySourcePathCustomService
- Prefixes List<string>
- Service
Name string
- Prefixes []string
- Service
Name string
- prefixes List<String>
- service
Name String
- prefixes string[]
- service
Name string
- prefixes Sequence[str]
- service_
name str
- prefixes List<String>
- service
Name String
AwsXraySourcePathSnsTopicOrSubscriptionArn
- arn str
- is_
success bool
AwsXraySourcePathTagFilter
Import
AWS XRay sources can be imported using the collector and source IDs (collector/source
), e.g.hcl
$ pulumi import sumologic:index/awsXraySource:AwsXraySource test 123/456
AWS XRay sources can be imported using the collector name and source name (collectorName/sourceName
), e.g.hcl
$ pulumi import sumologic:index/awsXraySource:AwsXraySource test my-test-collector/my-test-source
Package Details
- Repository
- Sumo Logic pulumi/pulumi-sumologic
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
sumologic
Terraform Provider.