Report Plan Report Setting Args
data class ReportPlanReportSettingArgs(val frameworkArns: Output<List<String>>? = null, val numberOfFrameworks: Output<Int>? = null, val reportTemplate: Output<String>) : ConvertibleToJava<ReportPlanReportSettingArgs>
Constructors
Link copied to clipboard
fun ReportPlanReportSettingArgs(frameworkArns: Output<List<String>>? = null, numberOfFrameworks: Output<Int>? = null, reportTemplate: Output<String>)