View Args
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)