Flux Configuration Bucket Args
data class FluxConfigurationBucketArgs(val accessKey: Output<String>? = null, val bucketName: Output<String>, val localAuthReference: Output<String>? = null, val secretKeyBase64: Output<String>? = null, val syncIntervalInSeconds: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null, val tlsEnabled: Output<Boolean>? = null, val url: Output<String>) : ConvertibleToJava<FluxConfigurationBucketArgs>
Constructors
Link copied to clipboard
fun FluxConfigurationBucketArgs(accessKey: Output<String>? = null, bucketName: Output<String>, localAuthReference: Output<String>? = null, secretKeyBase64: Output<String>? = null, syncIntervalInSeconds: Output<Int>? = null, timeoutInSeconds: Output<Int>? = null, tlsEnabled: Output<Boolean>? = null, url: Output<String>)
Functions
Properties
Link copied to clipboard
Specifies the name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets. It must be between 1 and 63 characters. It can contain only lowercase letters, numbers, and hyphens (-). It must start and end with a lowercase letter or number.