FunctionConfigFunctionConfig configures the function for interacting with AWS.
TypeMR
Providerfunction-claude-status-transformer
Groupfunction-claude-status-transformer.fn.crossplane.io
Scopecluster
Versionv1alpha1

1apiVersion: function-claude-status-transformer.fn.crossplane.io/v1alpha1

2kind: FunctionConfig

kind
string
metadata
object
spec
object

FunctionConfigSpec provides CSP specific configurations for the Function.

forAWS
object

ForAWS is the AWS specific FunctionConfig specification.

array

AssumeRoleChain defines the options for assuming an IAM role

roleARN
string
tags
array

Tags is list of session tags that you want to pass. Each session tag consists of a key name and an associated value. For more information about session tags, see Tagging STS Sessions (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html).

key
required
string
value
required
string
array

TransitiveTagKeys is a list of keys for session tags that you want to set as transitive. If you set a tag key as transitive, the corresponding key and value passes to subsequent sessions in a role chain. For more information, see Chaining Roles with Session Tags (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_role-chaining).

credentials
required
object

Credentials required to authenticate to this function.

env
object

Env is a reference to an environment variable that contains credentials that must be used to connect to the provider.

name
required
string
fs
object

Fs is a reference to a filesystem location that contains credentials that must be used to connect to the provider.

path
required
string
secretRef
object

A SecretRef is a reference to a secret key that contains the credentials that must be used to connect to the provider.

key
required
string
name
required
string
namespace
required
string
source
required
string
upbound
object

Upbound defines the options for authenticating using Upbound as an identity provider.

object

WebIdentity defines the options for assuming an IAM role with a Web Identity.

roleARN
string
object

TokenConfig is the Web Identity Token config to assume the role.

fs
object

Fs is a reference to a filesystem location that contains credentials that must be used to obtain the web identity token.

path
required
string
secretRef
object

A SecretRef is a reference to a secret key that contains the credentials that must be used to obtain the web identity token.

key
required
string
name
required
string
namespace
required
string
source
required
string
object

WebIdentity defines the options for assuming an IAM role with a Web Identity.

roleARN
string
object

TokenConfig is the Web Identity Token config to assume the role.

fs
object

Fs is a reference to a filesystem location that contains credentials that must be used to obtain the web identity token.

path
required
string
secretRef
object

A SecretRef is a reference to a secret key that contains the credentials that must be used to obtain the web identity token.

key
required
string
name
required
string
namespace
required
string
source
required
string
endpoint
object

Endpoint is where you can override the default endpoint configuration of AWS calls made by the function.

array

Specifies the list of services you want endpoint to be used for

source
string
url
required
object

URL lets you configure the endpoint URL to be used in SDK calls.

dynamic
object

Dynamic lets you configure the behavior of endpoint URL resolver.

host
required
string
protocol
required
string
static
string
type
required
string