SsmcontactsFunctions

Functions

Link copied to clipboard

Data source for managing an AWS SSM Contact.

suspend fun getContact(argument: suspend GetContactPlainArgsBuilder.() -> Unit): GetContactResult
suspend fun getContact(arn: String, tags: Map<String, String>? = null): GetContactResult
Link copied to clipboard

Data source for managing an AWS SSM Contacts Contact Channel.

Link copied to clipboard
suspend fun getPlan(argument: GetPlanPlainArgs): GetPlanResult

Data source for managing a Plan of an AWS SSM Contact.

suspend fun getPlan(contactId: String): GetPlanResult
suspend fun getPlan(argument: suspend GetPlanPlainArgsBuilder.() -> Unit): GetPlanResult