Sap Landscape Monitor Properties Grouping Args
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
Link copied to clipboard
constructor(landscape: Output<List<SapLandscapeMonitorSidMappingArgs>>? = null, sapApplication: Output<List<SapLandscapeMonitorSidMappingArgs>>? = null)