Documentation
¶
Index ¶
- func GetApiUrl(ctx *pulumi.Context) string
- func GetAuthToken(ctx *pulumi.Context) string
- func GetCustomAppUrl(ctx *pulumi.Context) string
- func GetEmail(ctx *pulumi.Context) string
- func GetOrganizationId(ctx *pulumi.Context) string
- func GetPassword(ctx *pulumi.Context) string
- func GetRetryMaxAttempts(ctx *pulumi.Context) int
- func GetRetryWaitMaxSeconds(ctx *pulumi.Context) int
- func GetRetryWaitMinSeconds(ctx *pulumi.Context) int
- func GetTimeoutSeconds(ctx *pulumi.Context) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuthToken ¶
Splunk Observability Cloud auth token
func GetCustomAppUrl ¶
Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
func GetEmail ¶ added in v7.4.0
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
func GetOrganizationId ¶ added in v7.4.0
Required if the user is configured to be part of multiple organizations
func GetPassword ¶ added in v7.4.0
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
func GetRetryMaxAttempts ¶
Max retries for a single HTTP call. Defaults to 4
func GetRetryWaitMaxSeconds ¶
Maximum retry wait for a single HTTP call in seconds. Defaults to 30
func GetRetryWaitMinSeconds ¶
Minimum retry wait for a single HTTP call in seconds. Defaults to 1
func GetTimeoutSeconds ¶
Timeout duration for a single HTTP call in seconds. Defaults to 120
Types ¶
This section is empty.