configuration

@JvmName(name = "mkhxlihmyxiublxs")
suspend fun configuration(value: Output<Map<String, String>>)
@JvmName(name = "ylmeptkanvbomgok")
suspend fun configuration(value: Map<String, String>?)

Parameters

value

A map of the action declaration's configuration. Configurations options for action types and providers can be found in the Pipeline Structure Reference and Action Structure Reference documentation. Note: The DetectChanges parameter (optional, default value is true) in the configuration section causes CodePipeline to automatically start your pipeline upon new commits. Please refer to AWS Documentation for more details: https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodestarConnectionSource.html#action-reference-CodestarConnectionSource-config.


@JvmName(name = "wwfsojisixrquwbc")
fun configuration(vararg values: Pair<String, String>)

Parameters

values

A map of the action declaration's configuration. Configurations options for action types and providers can be found in the Pipeline Structure Reference and Action Structure Reference documentation. Note: The DetectChanges parameter (optional, default value is true) in the configuration section causes CodePipeline to automatically start your pipeline upon new commits. Please refer to AWS Documentation for more details: https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodestarConnectionSource.html#action-reference-CodestarConnectionSource-config.