Documentation
¶
Index ¶
- func GetAuth(ctx *pulumi.Context) string
- func GetConfigFileProfile(ctx *pulumi.Context) string
- func GetDisableAutoRetries(ctx *pulumi.Context) bool
- func GetFingerprint(ctx *pulumi.Context) string
- func GetIgnoreDefinedTags(ctx *pulumi.Context) string
- func GetPrivateKey(ctx *pulumi.Context) string
- func GetPrivateKeyPassword(ctx *pulumi.Context) string
- func GetPrivateKeyPath(ctx *pulumi.Context) string
- func GetRealmSpecificServiceEndpointTemplateEnabled(ctx *pulumi.Context) bool
- func GetRegion(ctx *pulumi.Context) string
- func GetRetryDurationSeconds(ctx *pulumi.Context) int
- func GetTenancyOcid(ctx *pulumi.Context) string
- func GetUserOcid(ctx *pulumi.Context) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuth ¶
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
func GetConfigFileProfile ¶
(Optional) The profile name to be used from config file, if not set it will be DEFAULT.
func GetDisableAutoRetries ¶
(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 ¶
(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 GetPrivateKey ¶
(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 ¶
(Optional) The password used to secure the private key.
func GetPrivateKeyPath ¶
(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 ¶
(Optional) flags to enable realm specific service endpoint.
func GetRetryDurationSeconds ¶
(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 ¶
(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 ¶
(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.