common Attributes
suspend fun commonAttributes(value: Output<List<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgs>>)
suspend fun commonAttributes(value: List<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgs>?)
Parameters
value
Describes the metadata sent to the HTTP endpoint destination. See common_attributes
block below for details.
suspend fun commonAttributes(vararg values: Output<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgs>)
suspend fun commonAttributes(values: List<Output<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgs>>)
suspend fun commonAttributes(vararg values: FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgs)
Parameters
values
Describes the metadata sent to the HTTP endpoint destination. See common_attributes
block below for details.
suspend fun commonAttributes(argument: List<suspend FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgsBuilder.() -> Unit>)
suspend fun commonAttributes(vararg argument: suspend FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgsBuilder.() -> Unit)
suspend fun commonAttributes(argument: suspend FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgsBuilder.() -> Unit)
Parameters
argument
Describes the metadata sent to the HTTP endpoint destination. See common_attributes
block below for details.