import * as pulumi from"@pulumi/pulumi";
export interfaceChallengeDynamicIaCRequirements {
/**
* Behavior if not unlocked, either hidden or anonymized.
*/
behavior?: pulumi.Input<string>;
/**
* List of the challenges ID.
*/
prerequisites?: pulumi.Input<pulumi.Input<string>[]>;
}