![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.medialive.kotlin.SignalMapArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.medialive.kotlin
import com.pulumi.awsnative.medialive.SignalMapArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Definition of AWS::MediaLive::SignalMap Resource Type
* @property cloudWatchAlarmTemplateGroupIdentifiers
* @property description A resource's optional description.
* @property discoveryEntryPointArn A top-level supported AWS resource ARN to discovery a signal map from.
* @property eventBridgeRuleTemplateGroupIdentifiers
* @property forceRediscovery If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
* @property name A resource's name. Names must be unique within the scope of a resource type in a specific region.
* @property tags
*/
public data class SignalMapArgs(
public val cloudWatchAlarmTemplateGroupIdentifiers: Output>? = null,
public val description: Output? = null,
public val discoveryEntryPointArn: Output? = null,
public val eventBridgeRuleTemplateGroupIdentifiers: Output>? = null,
public val forceRediscovery: Output? = null,
public val name: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy