EventConnectionAuthParametersInvocationHttpParametersHeaderArgs

data class EventConnectionAuthParametersInvocationHttpParametersHeaderArgs(val isValueSecret: Output<Boolean>? = null, val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<EventConnectionAuthParametersInvocationHttpParametersHeaderArgs>

Constructors

constructor(isValueSecret: Output<Boolean>? = null, key: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val isValueSecret: Output<Boolean>? = null

Specified whether the value is secret.

Link copied to clipboard
val key: Output<String>? = null

The key for the parameter.

Link copied to clipboard
val value: Output<String>? = null

The value associated with the key. Created and stored in AWS Secrets Manager if is secret.

Functions

Link copied to clipboard
open override fun toJava(): EventConnectionAuthParametersInvocationHttpParametersHeaderArgs