signalfx.Provider
Explore with Pulumi AI
The provider type for the signalfx package. By default, resources use package-wide configuration
settings, however an explicit Provider
instance may be created and passed during resource
construction to achieve fine-grained programmatic control over provider settings. See the
documentation for more information.
Create Provider Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
args: Optional[ProviderArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_url: Optional[str] = None,
auth_token: Optional[str] = None,
custom_app_url: Optional[str] = None,
retry_max_attempts: Optional[int] = None,
retry_wait_max_seconds: Optional[int] = None,
retry_wait_min_seconds: Optional[int] = None,
timeout_seconds: Optional[int] = None)
func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
public Provider(String name, ProviderArgs args)
public Provider(String name, ProviderArgs args, CustomResourceOptions options)
type: pulumi:providers:signalfx
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 ProviderArgs
- 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 ProviderArgs
- 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 ProviderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Provider 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 Provider resource accepts the following input properties:
- Api
Url string - API URL for your Splunk Observability Cloud org, may include a realm
- Auth
Token string - Splunk Observability Cloud auth token
- Custom
App stringUrl - Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
- Retry
Max intAttempts - Max retries for a single HTTP call. Defaults to 4
- Retry
Wait intMax Seconds - Maximum retry wait for a single HTTP call in seconds. Defaults to 30
- Retry
Wait intMin Seconds - Minimum retry wait for a single HTTP call in seconds. Defaults to 1
- Timeout
Seconds int - Timeout duration for a single HTTP call in seconds. Defaults to 120
- Api
Url string - API URL for your Splunk Observability Cloud org, may include a realm
- Auth
Token string - Splunk Observability Cloud auth token
- Custom
App stringUrl - Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
- Retry
Max intAttempts - Max retries for a single HTTP call. Defaults to 4
- Retry
Wait intMax Seconds - Maximum retry wait for a single HTTP call in seconds. Defaults to 30
- Retry
Wait intMin Seconds - Minimum retry wait for a single HTTP call in seconds. Defaults to 1
- Timeout
Seconds int - Timeout duration for a single HTTP call in seconds. Defaults to 120
- api
Url String - API URL for your Splunk Observability Cloud org, may include a realm
- auth
Token String - Splunk Observability Cloud auth token
- custom
App StringUrl - Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
- retry
Max IntegerAttempts - Max retries for a single HTTP call. Defaults to 4
- retry
Wait IntegerMax Seconds - Maximum retry wait for a single HTTP call in seconds. Defaults to 30
- retry
Wait IntegerMin Seconds - Minimum retry wait for a single HTTP call in seconds. Defaults to 1
- timeout
Seconds Integer - Timeout duration for a single HTTP call in seconds. Defaults to 120
- api
Url string - API URL for your Splunk Observability Cloud org, may include a realm
- auth
Token string - Splunk Observability Cloud auth token
- custom
App stringUrl - Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
- retry
Max numberAttempts - Max retries for a single HTTP call. Defaults to 4
- retry
Wait numberMax Seconds - Maximum retry wait for a single HTTP call in seconds. Defaults to 30
- retry
Wait numberMin Seconds - Minimum retry wait for a single HTTP call in seconds. Defaults to 1
- timeout
Seconds number - Timeout duration for a single HTTP call in seconds. Defaults to 120
- api_
url str - API URL for your Splunk Observability Cloud org, may include a realm
- auth_
token str - Splunk Observability Cloud auth token
- custom_
app_ strurl - Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
- retry_
max_ intattempts - Max retries for a single HTTP call. Defaults to 4
- retry_
wait_ intmax_ seconds - Maximum retry wait for a single HTTP call in seconds. Defaults to 30
- retry_
wait_ intmin_ seconds - Minimum retry wait for a single HTTP call in seconds. Defaults to 1
- timeout_
seconds int - Timeout duration for a single HTTP call in seconds. Defaults to 120
- api
Url String - API URL for your Splunk Observability Cloud org, may include a realm
- auth
Token String - Splunk Observability Cloud auth token
- custom
App StringUrl - Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
- retry
Max NumberAttempts - Max retries for a single HTTP call. Defaults to 4
- retry
Wait NumberMax Seconds - Maximum retry wait for a single HTTP call in seconds. Defaults to 30
- retry
Wait NumberMin Seconds - Minimum retry wait for a single HTTP call in seconds. Defaults to 1
- timeout
Seconds Number - Timeout duration for a single HTTP call in seconds. Defaults to 120
Outputs
All input properties are implicitly available as output properties. Additionally, the Provider 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 string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- SignalFx pulumi/pulumi-signalfx
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
signalfx
Terraform Provider.