SapLandscapeMonitorPropertiesGroupingArgs

data class SapLandscapeMonitorPropertiesGroupingArgs(val landscape: Output<List<SapLandscapeMonitorSidMappingArgs>>? = null, val sapApplication: Output<List<SapLandscapeMonitorSidMappingArgs>>? = null) : ConvertibleToJava<SapLandscapeMonitorPropertiesGroupingArgs>

Gets or sets the SID groupings by landscape and Environment.

Constructors

constructor(landscape: Output<List<SapLandscapeMonitorSidMappingArgs>>? = null, sapApplication: Output<List<SapLandscapeMonitorSidMappingArgs>>? = null)

Properties

Link copied to clipboard

Gets or sets the list of landscape to SID mappings.

Link copied to clipboard

Gets or sets the list of Sap Applications to SID mappings.

Functions

Link copied to clipboard
open override fun toJava(): SapLandscapeMonitorPropertiesGroupingArgs