ViewArgs

data class ViewArgs(val filters: Output<ViewFiltersArgs>? = null, val includedProperties: Output<List<ViewIncludedPropertyArgs>>? = null, val tags: Output<ViewTagMapArgs>? = null, val viewName: Output<String>? = null) : ConvertibleToJava<ViewArgs>

Definition of AWS::ResourceExplorer2::View Resource Type

Constructors

Link copied to clipboard
fun ViewArgs(filters: Output<ViewFiltersArgs>? = null, includedProperties: Output<List<ViewIncludedPropertyArgs>>? = null, tags: Output<ViewTagMapArgs>? = null, viewName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val filters: Output<ViewFiltersArgs>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<ViewTagMapArgs>? = null
Link copied to clipboard
val viewName: Output<String>? = null