Devopsguru Functions
object DevopsguruFunctions
Functions
Link copied to clipboard
suspend fun getNotificationChannel(argument: GetNotificationChannelPlainArgs): GetNotificationChannelResult
Data source for managing an AWS DevOps Guru Notification Channel.
suspend fun getNotificationChannel(argument: suspend GetNotificationChannelPlainArgsBuilder.() -> Unit): GetNotificationChannelResult
suspend fun getNotificationChannel(filters: List<GetNotificationChannelFilter>? = null, id: String, sns: List<GetNotificationChannelSn>? = null): GetNotificationChannelResult
Link copied to clipboard
suspend fun getResourceCollection(argument: GetResourceCollectionPlainArgs): GetResourceCollectionResult
Data source for managing an AWS DevOps Guru Resource Collection.
suspend fun getResourceCollection(argument: suspend GetResourceCollectionPlainArgsBuilder.() -> Unit): GetResourceCollectionResult
suspend fun getResourceCollection(cloudformations: List<GetResourceCollectionCloudformation>? = null, tags: List<GetResourceCollectionTag>? = null, type: String): GetResourceCollectionResult