sentinel Entity Mappings
suspend fun sentinelEntityMappings(value: Output<List<AlertRuleScheduledSentinelEntityMappingArgs>>)
Parameters
value
A list of sentinel_entity_mapping
blocks as defined below.
NOTE:
entity_mapping
andsentinel_entity_mapping
together can't exceed 10.
suspend fun sentinelEntityMappings(vararg values: Output<AlertRuleScheduledSentinelEntityMappingArgs>)
suspend fun sentinelEntityMappings(values: List<Output<AlertRuleScheduledSentinelEntityMappingArgs>>)
Parameters
values
A list of sentinel_entity_mapping
blocks as defined below.
NOTE:
entity_mapping
andsentinel_entity_mapping
together can't exceed 10.
suspend fun sentinelEntityMappings(argument: List<suspend AlertRuleScheduledSentinelEntityMappingArgsBuilder.() -> Unit>)
suspend fun sentinelEntityMappings(vararg argument: suspend AlertRuleScheduledSentinelEntityMappingArgsBuilder.() -> Unit)
suspend fun sentinelEntityMappings(argument: suspend AlertRuleScheduledSentinelEntityMappingArgsBuilder.() -> Unit)
Parameters
argument
A list of sentinel_entity_mapping
blocks as defined below.
NOTE:
entity_mapping
andsentinel_entity_mapping
together can't exceed 10.