Custom Constraint Args
fun CustomConstraintArgs(actionType: Output<CustomConstraintActionType>? = null, condition: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, methodTypes: Output<List<CustomConstraintMethodTypesItem>>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, resourceTypes: Output<List<String>>? = null)