config

package
v1.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAuth

func GetAuth(ctx *pulumi.Context) string

(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken' and 'InstancePrincipal' and 'ResourcePrincipal'. By default, 'ApiKey' will be used.

func GetConfigFileProfile

func GetConfigFileProfile(ctx *pulumi.Context) string

(Optional) The profile name to be used from config file, if not set it will be DEFAULT.

func GetDisableAutoRetries

func GetDisableAutoRetries(ctx *pulumi.Context) bool

(Optional) Disable automatic retries for retriable errors. Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.

func GetFingerprint

func GetFingerprint(ctx *pulumi.Context) string

(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.

func GetIgnoreDefinedTags

func GetIgnoreDefinedTags(ctx *pulumi.Context) string

func GetPrivateKey

func GetPrivateKey(ctx *pulumi.Context) string

(Optional) A PEM formatted RSA private key for the user. A privateKey or a privateKeyPath must be provided if auth is set to 'ApiKey', ignored otherwise.

func GetPrivateKeyPassword

func GetPrivateKeyPassword(ctx *pulumi.Context) string

(Optional) The password used to secure the private key.

func GetPrivateKeyPath

func GetPrivateKeyPath(ctx *pulumi.Context) string

(Optional) The path to the user's PEM formatted private key. A privateKey or a privateKeyPath must be provided if auth is set to 'ApiKey', ignored otherwise.

func GetRealmSpecificServiceEndpointTemplateEnabled added in v1.1.0

func GetRealmSpecificServiceEndpointTemplateEnabled(ctx *pulumi.Context) bool

(Optional) flags to enable realm specific service endpoint.

func GetRegion

func GetRegion(ctx *pulumi.Context) string

(Required) The region for API connections (e.g. us-ashburn-1).

func GetRetryDurationSeconds

func GetRetryDurationSeconds(ctx *pulumi.Context) int

(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error. The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disableAutoRetries` field is set to true.

func GetTenancyOcid

func GetTenancyOcid(ctx *pulumi.Context) string

(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.

func GetUserOcid

func GetUserOcid(ctx *pulumi.Context) string

(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL