integration Resource
suspend fun integrationResource(name: String, block: suspend IntegrationResourceBuilder.() -> Unit): Integration
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Integration.
The unique name of the resulting resource.
Builder for Integration.