inputParameters property

Input<List<FrameworkControlInputParameter>?>? inputParameters
final

One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below.

Implementation

final pulumi.Input<List<FrameworkControlInputParameter>?>? inputParameters;